#DB3300
A medium, vivid red closely aligning with Orangered.
About #DB3300
Visually, #DB3300 is defined as a vivid red. Its closest recognized web color is Orangered. This translates to an RGB value of rgb(219, 51, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 100% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB3300
RGB219, 51, 0
HSL14.0°, 100.0%, 42.9%
CMYK0%, 77%, 100%, 14%
HSV14.0°, 100.0%, 85.9%
LAB48.8, 62.6, 61.1
XYZ30.4, 17.4, 1.8
Decimal14365440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3300;
}
.text-color {
color: #DB3300;
}
.border-color {
border: 2px solid #DB3300;
}