#CC571D
A medium, vivid orange closely aligning with Chocolate.
About #CC571D
At its core, #CC571D is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 204 parts red, 87 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 57% magenta, 86% yellow, and 20% black. The HSL representation is 19.9° hue, 75.1% saturation, and 45.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC571D
RGB204, 87, 29
HSL19.9°, 75.1%, 45.7%
CMYK0%, 57%, 86%, 20%
HSV19.9°, 85.8%, 80.0%
LAB51.5, 43.6, 53.1
XYZ28.5, 19.7, 3.5
Decimal13391645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC571D;
}
.text-color {
color: #CC571D;
}
.border-color {
border: 2px solid #CC571D;
}