#3A0707
A very dark, vivid red closely aligning with Black.
About #3A0707
The hex code #3A0707 represents a beautifully specific shade of red. Designers often compare it to the standard color Black. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 7, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 88% magenta, 88% yellow, and 77% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#3A0707
RGB58, 7, 7
HSL0.0°, 78.5%, 12.7%
CMYK0%, 88%, 88%, 77%
HSV0.0°, 87.9%, 22.7%
LAB9.5, 24.7, 12.0
XYZ1.9, 1.1, 0.3
Decimal3802887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.31:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.54:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0707;
}
.text-color {
color: #3A0707;
}
.border-color {
border: 2px solid #3A0707;
}