#D35F49
A medium, moderate red closely aligning with Indianred.
About #D35F49
Visually, #D35F49 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 211 red, 95 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 55% magenta inks. The HSL representation is 9.6° hue, 61.1% saturation, and 55.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D35F49
RGB211, 95, 73
HSL9.6°, 61.1%, 55.7%
CMYK0%, 55%, 65%, 17%
HSV9.6°, 65.4%, 82.7%
LAB54.6, 44.2, 34.7
XYZ32.2, 22.5, 9.0
Decimal13852489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35F49;
}
.text-color {
color: #D35F49;
}
.border-color {
border: 2px solid #D35F49;
}