#AF330F
A dark, vivid red closely aligning with Firebrick.
About #AF330F
When working with digital screens, the color #AF330F is rendered by mixing light. It is closely associated with the named CSS color Firebrick. In the RGB color space, it consists of 175 red, 51 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 71% magenta, 91% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF330F
RGB175, 51, 15
HSL13.5°, 84.2%, 37.3%
CMYK0%, 71%, 91%, 31%
HSV13.5°, 91.4%, 68.6%
LAB40.4, 48.8, 47.6
XYZ18.9, 11.5, 1.7
Decimal11481871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.36:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.08:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF330F;
}
.text-color {
color: #AF330F;
}
.border-color {
border: 2px solid #AF330F;
}