#C53350
A medium, moderate red closely aligning with Indianred.
About #C53350
Visually, #C53350 is defined as a moderate red. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 197 red, 51 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 74% M, 59% Y, and 23% K. With a hue angle of 348.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C53350
RGB197, 51, 80
HSL348.1°, 58.9%, 48.6%
CMYK0%, 74%, 59%, 23%
HSV348.1°, 74.1%, 77.3%
LAB45.4, 58.6, 18.4
XYZ25.7, 14.8, 9.1
Decimal12923728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.30:1
Text on #FFFFFF
AA
3.96:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53350;
}
.text-color {
color: #C53350;
}
.border-color {
border: 2px solid #C53350;
}