#C55F3A
A medium, moderate orange closely aligning with Sienna.
About #C55F3A
Visually, #C55F3A is defined as a moderate orange. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(197, 95, 58).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 52% Magenta, 71% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C55F3A
RGB197, 95, 58
HSL16.0°, 54.5%, 50.0%
CMYK0%, 52%, 71%, 23%
HSV16.0°, 70.6%, 77.3%
LAB52.2, 38.1, 39.6
XYZ27.9, 20.4, 6.5
Decimal12934970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F3A;
}
.text-color {
color: #C55F3A;
}
.border-color {
border: 2px solid #C55F3A;
}