#AF0F24
A dark, vivid red closely aligning with Firebrick.
About #AF0F24
At its core, #AF0F24 is a dark and vivid hue. It is closely associated with the named CSS color Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 15, and 36.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 91% Magenta, 79% Yellow, and 31% Black. With a hue angle of 352.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF0F24
RGB175, 15, 36
HSL352.1°, 84.2%, 37.3%
CMYK0%, 91%, 79%, 31%
HSV352.1°, 91.4%, 68.6%
LAB37.1, 59.2, 34.2
XYZ18.2, 9.6, 2.6
Decimal11472676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF0F24;
}
.text-color {
color: #AF0F24;
}
.border-color {
border: 2px solid #AF0F24;
}