#DB3324
A medium, vivid red closely aligning with Tomato.
About #DB3324
At its core, #DB3324 is a medium and vivid hue. 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 219, 51, and 36.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 77% magenta, 84% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB3324
RGB219, 51, 36
HSL4.9°, 71.8%, 50.0%
CMYK0%, 77%, 84%, 14%
HSV4.9°, 83.6%, 85.9%
LAB49.0, 63.2, 48.8
XYZ30.7, 17.6, 3.4
Decimal14365476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.51:1
Text on #000000
AA
4.45:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3324;
}
.text-color {
color: #DB3324;
}
.border-color {
border: 2px solid #DB3324;
}