#3A0700
A very dark, vivid red closely aligning with Black.
About #3A0700
The hex code #3A0700 represents a beautifully specific shade of red. Its closest recognized web color is Black. This translates to an RGB value of rgb(58, 7, 0).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 88% magenta, 100% yellow, and 77% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#3A0700
RGB58, 7, 0
HSL7.2°, 100.0%, 11.4%
CMYK0%, 88%, 100%, 77%
HSV7.2°, 100.0%, 22.7%
LAB9.4, 24.2, 14.7
XYZ1.8, 1.1, 0.1
Decimal3802880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.35:1
Text on #FFFFFF
AAA
1.21:1
Text on #000000
FAIL
16.58:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0700;
}
.text-color {
color: #3A0700;
}
.border-color {
border: 2px solid #3A0700;
}