#DB1633
A medium, vivid red closely aligning with Crimson.
About #DB1633
At its core, #DB1633 is a medium and vivid hue. Designers often compare it to the standard color Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 22, and 51.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 90% Magenta, 77% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB1633
RGB219, 22, 51
HSL351.2°, 81.7%, 47.3%
CMYK0%, 90%, 77%, 14%
HSV351.2°, 90.0%, 85.9%
LAB46.8, 70.1, 38.6
XYZ30.1, 15.9, 4.6
Decimal14358067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1633;
}
.text-color {
color: #DB1633;
}
.border-color {
border: 2px solid #DB1633;
}