#AF001D
A dark, vivid red closely aligning with Firebrick.
About #AF001D
The precise color #AF001D is an excellent choice for modern design projects. It is closely associated with the named CSS color Firebrick. In the RGB color space, it consists of 175 red, 0 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 83% Y, and 31% K. With a hue angle of 350.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#AF001D
RGB175, 0, 29
HSL350.1°, 100.0%, 34.3%
CMYK0%, 100%, 83%, 31%
HSV350.1°, 100.0%, 68.6%
LAB36.4, 60.9, 37.6
XYZ17.9, 9.2, 2.0
Decimal11468829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.39:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.07:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF001D;
}
.text-color {
color: #AF001D;
}
.border-color {
border: 2px solid #AF001D;
}