#C55707
A medium, vivid orange closely aligning with Chocolate.
About #C55707
Visually, #C55707 is defined as a vivid orange. Designers often compare it to the standard color Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 87, and 7.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 56% magenta, 96% yellow, and 23% black. The HSL representation is 25.3° hue, 93.1% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C55707
RGB197, 87, 7
HSL25.3°, 93.1%, 40.0%
CMYK0%, 56%, 96%, 23%
HSV25.3°, 96.4%, 77.3%
LAB50.3, 40.6, 58.2
XYZ26.5, 18.7, 2.4
Decimal12932871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55707;
}
.text-color {
color: #C55707;
}
.border-color {
border: 2px solid #C55707;
}