#CC1607
A medium, vivid red closely aligning with Firebrick.
About #CC1607
At its core, #CC1607 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. Its digital footprint relies on 204 parts red, 22 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 89% magenta inks. The HSL representation is 4.6° hue, 93.4% saturation, and 41.4% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC1607
RGB204, 22, 7
HSL4.6°, 93.4%, 41.4%
CMYK0%, 89%, 97%, 20%
HSV4.6°, 96.6%, 80.0%
LAB43.4, 65.3, 54.9
XYZ25.2, 13.4, 1.5
Decimal13374983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1607;
}
.text-color {
color: #CC1607;
}
.border-color {
border: 2px solid #CC1607;
}