#D3575F
A medium, moderate red closely aligning with Indianred.
About #D3575F
The hex code #D3575F represents a beautifully specific shade of red. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(211, 87, 95).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 59% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3575F
RGB211, 87, 95
HSL356.1°, 58.5%, 58.4%
CMYK0%, 59%, 55%, 17%
HSV356.1°, 58.8%, 82.7%
LAB53.5, 49.6, 20.6
XYZ32.3, 21.5, 13.3
Decimal13850463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3575F;
}
.text-color {
color: #D3575F;
}
.border-color {
border: 2px solid #D3575F;
}