#AF0F07
A dark, vivid red closely aligning with Firebrick.
About #AF0F07
At its core, #AF0F07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. Its digital footprint relies on 175 parts red, 15 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 91% Magenta, 96% Yellow, and 31% Black. The HSL representation is 2.9° hue, 92.3% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF0F07
RGB175, 15, 7
HSL2.9°, 92.3%, 35.7%
CMYK0%, 91%, 96%, 31%
HSV2.9°, 96.0%, 68.6%
LAB36.9, 58.6, 48.1
XYZ17.9, 9.5, 1.1
Decimal11472647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.26:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.93:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F07;
}
.text-color {
color: #AF0F07;
}
.border-color {
border: 2px solid #AF0F07;
}