diff --git a/src/Faker/Provider/Color.php b/src/Faker/Provider/Color.php index 0eb5cb9a96..d542f79213 100644 --- a/src/Faker/Provider/Color.php +++ b/src/Faker/Provider/Color.php @@ -10,7 +10,7 @@ class Color extends Base protected static $safeColorNames = array( 'black', 'maroon', 'green', 'navy', 'olive', 'purple', 'teal', 'lime', 'blue', 'silver', - 'gray', 'yellow', 'fuchsia', 'aqua', 'white' + 'gray', 'yellow', 'fuchsia', 'aqua', 'white', 'red' ); protected static $allColorNames = array(