#C55F5F
A medium, moderate red closely aligning with Indianred.
About #C55F5F
At its core, #C55F5F is a medium and moderate hue. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 197 red, 95 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 52% Magenta, 52% Yellow, and 23% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C55F5F
RGB197, 95, 95
HSL0.0°, 46.8%, 57.3%
CMYK0%, 52%, 52%, 23%
HSV0.0°, 51.8%, 77.3%
LAB52.8, 40.7, 19.4
XYZ29.2, 20.9, 13.3
Decimal12935007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.18:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F5F;
}
.text-color {
color: #C55F5F;
}
.border-color {
border: 2px solid #C55F5F;
}