#8A0707
A dark, vivid red closely aligning with Darkred.
About #8A0707
Visually, #8A0707 is defined as a vivid red. Its closest recognized web color is Darkred. This translates to an RGB value of rgb(138, 7, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 95% Magenta, 95% Yellow, and 46% Black. The HSL representation is 0.0° hue, 90.3% saturation, and 28.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a 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#8A0707
RGB138, 7, 7
HSL0.0°, 90.3%, 28.4%
CMYK0%, 95%, 95%, 46%
HSV0.0°, 94.9%, 54.1%
LAB28.3, 49.7, 38.5
XYZ10.6, 5.6, 0.7
Decimal9045767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.93:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.49:1
Text on #F8FAFC
AAA
1.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0707;
}
.text-color {
color: #8A0707;
}
.border-color {
border: 2px solid #8A0707;
}