#33161D
A very dark, moderate red closely aligning with Black.
About #33161D
Visually, #33161D is defined as a moderate red. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 51 red, 22 green, and 29 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 57% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33161D
RGB51, 22, 29
HSL345.5°, 39.7%, 14.3%
CMYK0%, 57%, 43%, 80%
HSV345.5°, 56.9%, 20.0%
LAB11.7, 15.5, 1.8
XYZ1.9, 1.4, 1.3
Decimal3347997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.49:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.76:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #33161D;
}
.text-color {
color: #33161D;
}
.border-color {
border: 2px solid #33161D;
}