#CC2C0F
A medium, vivid red closely aligning with Firebrick.
About #CC2C0F
The precise color #CC2C0F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(204, 44, 15).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 78% magenta, 93% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC2C0F
RGB204, 44, 15
HSL9.2°, 86.3%, 42.9%
CMYK0%, 78%, 93%, 20%
HSV9.2°, 92.6%, 80.0%
LAB45.2, 60.4, 53.4
XYZ25.9, 14.7, 1.9
Decimal13380623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2C0F;
}
.text-color {
color: #CC2C0F;
}
.border-color {
border: 2px solid #CC2C0F;
}