#D3665F
A light, moderate red closely aligning with Indianred.
About #D3665F
The precise color #D3665F is an excellent choice for modern design projects. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 102, and 95.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 52% Magenta, 55% Yellow, and 17% Black. The HSL representation is 3.6° hue, 56.9% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. 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#D3665F
RGB211, 102, 95
HSL3.6°, 56.9%, 60.0%
CMYK0%, 52%, 55%, 17%
HSV3.6°, 55.0%, 82.7%
LAB56.3, 42.3, 24.3
XYZ33.7, 24.2, 13.7
Decimal13854303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3665F;
}
.text-color {
color: #D3665F;
}
.border-color {
border: 2px solid #D3665F;
}