#D3491D
A medium, vivid red closely aligning with Tomato.
About #D3491D
Visually, #D3491D is defined as a vivid red. It is closely associated with the named CSS color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 73, and 29.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 65% M, 86% 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. 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#D3491D
RGB211, 73, 29
HSL14.5°, 75.8%, 47.1%
CMYK0%, 65%, 86%, 17%
HSV14.5°, 86.3%, 82.7%
LAB50.3, 52.5, 52.5
XYZ29.5, 18.7, 3.2
Decimal13846813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3491D;
}
.text-color {
color: #D3491D;
}
.border-color {
border: 2px solid #D3491D;
}