#CC3300
A medium, vivid orange closely aligning with Orangered.
About #CC3300
The precise color #CC3300 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 204 red, 51 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 75% magenta inks. With a hue angle of 15.0 degrees, it sits comfortably in the orange 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC3300
RGB204, 51, 0
HSL15.0°, 100.0%, 40.0%
CMYK0%, 75%, 100%, 20%
HSV15.0°, 100.0%, 80.0%
LAB45.9, 58.1, 58.2
XYZ26.1, 15.2, 1.6
Decimal13382400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3300;
}
.text-color {
color: #CC3300;
}
.border-color {
border: 2px solid #CC3300;
}