#330007
A very dark, vivid red closely aligning with Black.
About #330007
Visually, #330007 is defined as a vivid red. Designers often compare it to the standard color Black. Its digital footprint relies on 51 parts red, 0 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 86% yellow, and 80% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330007
RGB51, 0, 7
HSL351.8°, 100.0%, 10.0%
CMYK0%, 100%, 86%, 80%
HSV351.8°, 100.0%, 20.0%
LAB6.5, 25.7, 7.4
XYZ1.4, 0.7, 0.3
Decimal3342343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.36:1
Text on #FFFFFF
AAA
1.14:1
Text on #000000
FAIL
17.55:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330007;
}
.text-color {
color: #330007;
}
.border-color {
border: 2px solid #330007;
}