#3A0F07
A very dark, vivid red closely aligning with Black.
About #3A0F07
The hex code #3A0F07 represents a beautifully specific shade of red. Its closest recognized web color is Black. This translates to an RGB value of rgb(58, 15, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 74% Magenta, 88% Yellow, and 77% Black. With a hue angle of 9.4 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A0F07
RGB58, 15, 7
HSL9.4°, 78.5%, 12.7%
CMYK0%, 74%, 88%, 77%
HSV9.4°, 87.9%, 22.7%
LAB11.0, 20.7, 14.0
XYZ2.0, 1.3, 0.3
Decimal3804935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.78:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.04:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F07;
}
.text-color {
color: #3A0F07;
}
.border-color {
border: 2px solid #3A0F07;
}