#CC2400
A medium, vivid red closely aligning with Orangered.
About #CC2400
At its core, #CC2400 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Orangered. Its digital footprint relies on 204 parts red, 36 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 82% Magenta, 100% Yellow, and 20% Black. With a hue angle of 10.6 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC2400
RGB204, 36, 0
HSL10.6°, 100.0%, 40.0%
CMYK0%, 82%, 100%, 20%
HSV10.6°, 100.0%, 80.0%
LAB44.4, 62.4, 57.5
XYZ25.5, 14.1, 1.4
Decimal13378560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.25:1
Text on #F8FAFC
AA
3.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2400;
}
.text-color {
color: #CC2400;
}
.border-color {
border: 2px solid #CC2400;
}