#AF0707
A dark, vivid red closely aligning with Firebrick.
About #AF0707
At its core, #AF0707 is a dark and vivid hue. Designers often compare it to the standard color Firebrick. In the RGB color space, it consists of 175 red, 7 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 96% Magenta, 96% Yellow, and 31% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF0707
RGB175, 7, 7
HSL0.0°, 92.3%, 35.7%
CMYK0%, 96%, 96%, 31%
HSV0.0°, 96.0%, 68.6%
LAB36.5, 59.6, 47.9
XYZ17.8, 9.3, 1.1
Decimal11470599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0707;
}
.text-color {
color: #AF0707;
}
.border-color {
border: 2px solid #AF0707;
}