Find Color Codes

Automotive

Ferrari Color Codes

Ferrari uses five colors: a black prancing horse on a yellow shield, above a green, white and red bar from the Italian flag. The Ferrari color codes in Hex, RGB and CMYK can be found below, each cross-checked against published color references. Ferrari is one of the biggest names in the car industry, and its closest rival is Lamborghini.

The Ferrari logo, shown for identification
The Ferrari logo, shown for identification. Ferrari is a trademark of its owner and this site is not affiliated with it.

Primary colors

What are Ferrari Primary Colors?

Ferrari's primary colors are racing red #EF1A2D and yellow #FFF200, with black #000000, green #00A551 and white #FFFFFF completing the set. Red and yellow carry the brand. Green, white and red come from the Italian flag.

Ferrari publishes no CMYK or Pantone values, so both are shown below as conversions and nearest matches.

Ferrari Red

Hex#EF1A2D
RGB239, 26, 45
HSLhsl(355, 87%, 52%)
CMYK0%, 89%, 81%, 6%converted · approximate
PantonePMS 185 Cnearest match · not published by the brand

Ferrari Yellow

Hex#FFF200
RGB255, 242, 0
HSLhsl(57, 100%, 50%)
CMYK0%, 5%, 100%, 0%converted · approximate
PantonePMS 3945 Cnearest match · not published by the brand

Ferrari Black

Hex#000000
RGB0, 0, 0
HSLhsl(0, 0%, 0%)
CMYK0%, 0%, 0%, 100%converted · approximate
PantonePMS 419 Cnearest match · not published by the brand

Ferrari Green

Hex#00A551
RGB0, 165, 81
HSLhsl(149, 100%, 32%)
CMYK100%, 0%, 51%, 35%converted · approximate
PantonePMS 355 Cnearest match · not published by the brand

Ferrari White

Hex#FFFFFF
RGB255, 255, 255
HSLhsl(0, 0%, 100%)
CMYK0%, 0%, 0%, 0%converted · approximate
PantonePMS 656 Cnearest match · not published by the brand

Ferrari Hex Color Codes

Ferrari hex color codes are #EF1A2D for red, #FFF200 for yellow, #000000 for black, #00A551 for green and #FFFFFF for white.

ColorHex
Red #EF1A2D
Yellow #FFF200
Black #000000
Green #00A551
White #FFFFFF

Ferrari RGB Color Codes

Ferrari RGB color codes are 239, 26, 45 for red, 255, 242, 0 for yellow, 0, 0, 0 for black, 0, 165, 81 for green and 255, 255, 255 for white. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Red rgb(239, 26, 45)
Yellow rgb(255, 242, 0)
Black rgb(0, 0, 0)
Green rgb(0, 165, 81)
White rgb(255, 255, 255)

Ferrari HSL Color Codes

Ferrari HSL color codes are 355, 87%, 52% for red, 57, 100%, 50% for yellow, 0, 0%, 0% for black, 149, 100%, 32% for green and 0, 0%, 100% for white. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Red hsl(355, 87%, 52%)
Yellow hsl(57, 100%, 50%)
Black hsl(0, 0%, 0%)
Green hsl(149, 100%, 32%)
White hsl(0, 0%, 100%)

Ferrari CMYK Color Code

Ferrari CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.

ColorCMYK
Red 0%, 89%, 81%, 6%
Yellow 0%, 5%, 100%, 0%
Black 0%, 0%, 0%, 100%
Green 100%, 0%, 51%, 35%
White 0%, 0%, 0%, 0%

Ferrari Pantone Color Codes

Ferrari Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.

ColorNearest Pantone
Red PMS 185 C
Yellow PMS 3945 C
Black PMS 419 C
Green PMS 355 C
White PMS 656 C

Logo

Ferrari Logo Colors

Ferrari logo colors are a yellow shield, a black horse and wordmark, and a green, white and red flag bar.

Ferrari Logo Colors Palette

What the Ferrari Logo Colors Mean?

The Ferrari logo colors each point to a different place. Yellow is the color of Modena, Enzo Ferrari's home city, also home to Maserati. Black is the prancing horse, taken from the emblem of Francesco Baracca, an Italian fighter pilot in the First World War. Green, white and red are the Italian flag. The red also matches the racing red Italy has run on its cars since the early 1900s.

Ferrari Logo Color History

Ferrari logo color history starts in 1932, when the badge first went on Scuderia cars. The early Scuderia badge carried the letters S F and thin black lines between the flag colors. In 1947 the S F became the Ferrari wordmark for the road cars, and in 2002 the horse was redrawn and the dividing lines dropped. The five colors have not changed. Ferrari has never published a code for any version, so the values here are today's measured ones. From 1996 to about 2007 the Formula 1 cars ran a more orange red for television, then went back.

Ferrari badge, earlier version
1932–1947 · Scuderia badge, S F letters. Yellow #FFF200, black #000000, flag #00A551 / #FFFFFF / #EF1A2D.
Ferrari badge, earlier version
1947–present · road-car badge, Ferrari wordmark. Same five colors.

Ferrari Logo Fonts

Ferrari logo fonts are not public. The slanted wordmark is custom, trademarked lettering. The closest you can license is Ferro Rosso, drawn by Michael Hagemann in 2002.

Ferrari Logo JPG

Ferrari logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.

Ferrari logo, JPG format
Download JPG Trademark of its owner, shown for identification.

Ferrari Logo PNG

Ferrari logo in PNG, with a transparent background. Use it over a colored surface.

Ferrari logo, PNG format
Download PNG Trademark of its owner, shown for identification.

Ferrari Logo WebP

Ferrari logo in WebP. Same transparency as the PNG at about a third of the file size.

Ferrari logo, WEBP format
Download WEBP Trademark of its owner, shown for identification.

Ferrari Color Code Shades

Ferrari color code shades step evenly from the primary toward black, for hover states, borders and shadows.

These are not Ferrari's paint names. The factory reds, Rosso Corsa, Rosso Scuderia, Rosso Portofino and Rosso Dino, are separate colors.

In code

Using the Ferrari palette

CSS custom properties

:root {
  --ferrari-red: #EF1A2D;
  --ferrari-yellow: #FFF200;
  --ferrari-black: #000000;
  --ferrari-green: #00A551;
  --ferrari-white: #FFFFFF;
}

Contrast against white

Red 4.32:1AA ×
Yellow 1.17:1AA ×
Black 21.00:1AA ✓
Green 3.23:1AA ×
White 1.00:1AA ×

Brand colors are chosen for recognition, not for legibility. A failing value here is normal. It means use it as a fill, not as text.