#C55F49
A medium, moderate red closely aligning with Indianred.
About #C55F49
Visually, #C55F49 is defined as a moderate red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(197, 95, 73).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 52% Magenta, 63% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C55F49
RGB197, 95, 73
HSL10.6°, 51.7%, 52.9%
CMYK0%, 52%, 63%, 23%
HSV10.6°, 62.9%, 77.3%
LAB52.4, 39.0, 31.6
XYZ28.3, 20.5, 8.8
Decimal12934985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F49;
}
.text-color {
color: #C55F49;
}
.border-color {
border: 2px solid #C55F49;
}