#DB3A24
A medium, vivid red closely aligning with Tomato.
About #DB3A24
The hex code #DB3A24 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Tomato. This translates to an RGB value of rgb(219, 58, 36).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 74% Magenta, 84% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#DB3A24
RGB219, 58, 36
HSL7.2°, 71.8%, 50.0%
CMYK0%, 74%, 84%, 14%
HSV7.2°, 83.6%, 85.9%
LAB49.8, 60.9, 49.5
XYZ31.0, 18.2, 3.5
Decimal14367268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.64:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A24;
}
.text-color {
color: #DB3A24;
}
.border-color {
border: 2px solid #DB3A24;
}