#CC0000 Color

Inspect #CC0000 across formats, palettes, contrast and closest named color matches.

Color preview

#CC0000

Color formats

HEX
#CC0000
RGB
rgb(204, 0, 0)
RGBA
rgba(204, 0, 0, 1)
HSL
hsl(0, 100%, 40%)
HSV
hsv(0, 100%, 80%)
CMYK
cmyk(0%, 100%, 100%, 20%)
CSS variable
--color-primary: #CC0000;
Lowercase HEX
#cc0000

Shades

Tints

Tones

Harmony

CSS snippets for #CC0000

.color-cc0000 {
  color: #CC0000;
  background-color: #CC0000;
}

Frequently asked questions

What color is #CC0000?+

#CC0000 is a HEX color with RGB value rgb(204, 0, 0) and HSL value hsl(0, 100%, 40%). Its closest CSS named color is Red.

What is the closest Tailwind color to #CC0000?+

The closest Tailwind color is red-700, available as the bg-red-700 utility class.

Can I use this color in CSS?+

Yes. You can use the HEX, RGB, HSL or CSS variable output directly in CSS.

Related tools