#CC0F0F
A medium, vivid red closely aligning with Firebrick.
About #CC0F0F
At its core, #CC0F0F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 15, and 15.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 93% Magenta, 93% Yellow, and 20% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC0F0F
RGB204, 15, 15
HSL0.0°, 86.3%, 42.9%
CMYK0%, 93%, 93%, 20%
HSV0.0°, 92.6%, 80.0%
LAB43.1, 66.4, 52.1
XYZ25.2, 13.2, 1.7
Decimal13373199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F0F;
}
.text-color {
color: #CC0F0F;
}
.border-color {
border: 2px solid #CC0F0F;
}