#DB332C
A medium, vivid red closely aligning with Crimson.
About #DB332C
At its core, #DB332C is a medium and vivid hue. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 219 red, 51 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 77% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB332C
RGB219, 51, 44
HSL2.4°, 70.9%, 51.6%
CMYK0%, 77%, 80%, 14%
HSV2.4°, 79.9%, 85.9%
LAB49.0, 63.4, 44.8
XYZ30.9, 17.6, 4.2
Decimal14365484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.84:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB332C;
}
.text-color {
color: #DB332C;
}
.border-color {
border: 2px solid #DB332C;
}