#CC1D07
A medium, vivid red closely aligning with Firebrick.
About #CC1D07
At its core, #CC1D07 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, 29, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 86% magenta, 97% yellow, and 20% black. With a hue angle of 6.7 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC1D07
RGB204, 29, 7
HSL6.7°, 93.4%, 41.4%
CMYK0%, 86%, 97%, 20%
HSV6.7°, 96.6%, 80.0%
LAB43.8, 64.0, 55.1
XYZ25.4, 13.7, 1.5
Decimal13376775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.61:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1D07;
}
.text-color {
color: #CC1D07;
}
.border-color {
border: 2px solid #CC1D07;
}