#330700
A very dark, vivid red closely aligning with Black.
About #330700
Visually, #330700 is defined as a vivid red. Its closest recognized web color is Black. Its digital footprint relies on 51 parts red, 7 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 86% M, 100% Y, and 80% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#330700
RGB51, 7, 0
HSL8.2°, 100.0%, 10.0%
CMYK0%, 86%, 100%, 80%
HSV8.2°, 100.0%, 20.0%
LAB7.7, 21.5, 12.1
XYZ1.4, 0.9, 0.1
Decimal3344128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.93:1
Text on #FFFFFF
AAA
1.17:1
Text on #000000
FAIL
17.14:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330700;
}
.text-color {
color: #330700;
}
.border-color {
border: 2px solid #330700;
}