#C55F0F
A medium, vivid orange closely aligning with Chocolate.
About #C55F0F
At its core, #C55F0F is a medium and vivid hue. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 197 red, 95 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 52% Magenta, 92% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C55F0F
RGB197, 95, 15
HSL26.4°, 85.8%, 41.6%
CMYK0%, 52%, 92%, 23%
HSV26.4°, 92.4%, 77.3%
LAB51.9, 36.7, 57.4
XYZ27.2, 20.1, 2.9
Decimal12934927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F0F;
}
.text-color {
color: #C55F0F;
}
.border-color {
border: 2px solid #C55F0F;
}