#DB4224
A medium, vivid red closely aligning with Tomato.
About #DB4224
When working with digital screens, the color #DB4224 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 66, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 70% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB4224
RGB219, 66, 36
HSL9.8°, 71.8%, 50.0%
CMYK0%, 70%, 84%, 14%
HSV9.8°, 83.6%, 85.9%
LAB50.8, 58.1, 50.4
XYZ31.5, 19.1, 3.7
Decimal14369316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4224;
}
.text-color {
color: #DB4224;
}
.border-color {
border: 2px solid #DB4224;
}