#D35750
A medium, moderate red closely aligning with Indianred.
About #D35750
Visually, #D35750 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 87, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 59% M, 62% Y, and 17% K. The HSL representation is 3.2° hue, 59.8% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D35750
RGB211, 87, 80
HSL3.2°, 59.8%, 57.1%
CMYK0%, 59%, 62%, 17%
HSV3.2°, 62.1%, 82.7%
LAB53.2, 48.5, 29.0
XYZ31.7, 21.2, 10.0
Decimal13850448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D35750;
}
.text-color {
color: #D35750;
}
.border-color {
border: 2px solid #D35750;
}