#CC0707
A medium, vivid red closely aligning with Firebrick.
About #CC0707
When working with digital screens, the color #CC0707 is rendered by mixing light. Its closest recognized web color is Firebrick. Its digital footprint relies on 204 parts red, 7 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. The HSL representation is 0.0° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC0707
RGB204, 7, 7
HSL0.0°, 93.4%, 41.4%
CMYK0%, 97%, 97%, 20%
HSV0.0°, 96.6%, 80.0%
LAB42.8, 67.1, 54.6
XYZ25.0, 13.0, 1.4
Decimal13371143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0707;
}
.text-color {
color: #CC0707;
}
.border-color {
border: 2px solid #CC0707;
}