#A8070F
A dark, vivid red closely aligning with Firebrick.
About #A8070F
When working with digital screens, the color #A8070F is rendered by mixing light. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 168 red, 7 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 96% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8070F
RGB168, 7, 15
HSL357.0°, 92.0%, 34.3%
CMYK0%, 96%, 91%, 34%
HSV357.0°, 95.8%, 65.9%
LAB35.0, 57.9, 43.0
XYZ16.3, 8.5, 1.2
Decimal11011855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.77:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A8070F;
}
.text-color {
color: #A8070F;
}
.border-color {
border: 2px solid #A8070F;
}