#D3492C
A medium, moderate red closely aligning with Tomato.
About #D3492C
Visually, #D3492C is defined as a moderate red. If you're using CSS, you might find it aligns closely with Tomato. In the RGB color space, it consists of 211 red, 73 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 65% M, 79% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3492C
RGB211, 73, 44
HSL10.4°, 65.5%, 50.0%
CMYK0%, 65%, 79%, 17%
HSV10.4°, 79.1%, 82.7%
LAB50.4, 52.9, 45.7
XYZ29.7, 18.8, 4.4
Decimal13846828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3492C;
}
.text-color {
color: #D3492C;
}
.border-color {
border: 2px solid #D3492C;
}