#AF0700
A dark, vivid red closely aligning with Firebrick.
About #AF0700
Visually, #AF0700 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(175, 7, 0).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 96% Magenta, 100% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF0700
RGB175, 7, 0
HSL2.4°, 100.0%, 34.3%
CMYK0%, 96%, 100%, 31%
HSV2.4°, 100.0%, 68.6%
LAB36.5, 59.6, 50.7
XYZ17.8, 9.3, 0.9
Decimal11470592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.36:1
Text on #FFFFFF
AAA
2.85: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: #AF0700;
}
.text-color {
color: #AF0700;
}
.border-color {
border: 2px solid #AF0700;
}