#C5571D
A medium, vivid orange closely aligning with Chocolate.
About #C5571D
At its core, #C5571D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 197 red, 87 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 56% M, 85% Y, and 23% K. With a hue angle of 20.7 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5571D
RGB197, 87, 29
HSL20.7°, 74.3%, 44.3%
CMYK0%, 56%, 85%, 23%
HSV20.7°, 85.3%, 77.3%
LAB50.4, 41.0, 51.7
XYZ26.7, 18.8, 3.4
Decimal12932893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5571D;
}
.text-color {
color: #C5571D;
}
.border-color {
border: 2px solid #C5571D;
}