#D34924
A medium, vivid red closely aligning with Tomato.
About #D34924
Visually, #D34924 is defined as a vivid red. Designers often compare it to the standard color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 73, and 36.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 65% Magenta, 83% Yellow, and 17% Black. With a hue angle of 12.7 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D34924
RGB211, 73, 36
HSL12.7°, 70.9%, 48.4%
CMYK0%, 65%, 83%, 17%
HSV12.7°, 82.9%, 82.7%
LAB50.4, 52.6, 49.5
XYZ29.6, 18.7, 3.7
Decimal13846820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D34924;
}
.text-color {
color: #D34924;
}
.border-color {
border: 2px solid #D34924;
}