#D3425F
A medium, moderate red closely aligning with Indianred.
About #D3425F
The hex code #D3425F represents a beautifully specific shade of red. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(211, 66, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 69% Magenta, 55% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3425F
RGB211, 66, 95
HSL348.0°, 62.2%, 54.3%
CMYK0%, 69%, 55%, 17%
HSV348.0°, 68.7%, 82.7%
LAB50.2, 58.5, 16.2
XYZ30.9, 18.6, 12.8
Decimal13845087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3425F;
}
.text-color {
color: #D3425F;
}
.border-color {
border: 2px solid #D3425F;
}