#af160f
a dark, electric red · warm · closest name: firebrick
RGB
175, 22, 15
HSL
3°, 84%, 37%
CMYK
0, 87, 91, 31
Luminance
0.0972
Every format
| HEX | #af160f |
| RGB | rgb(175, 22, 15) |
| HSL | hsl(3, 84%, 37%) |
| CMYK | cmyk(0%, 87%, 91%, 31%) |
| LAB | lab(37.3 57.5 45.4) |
| LCH | lch(37.3 73.2 38.3) |
| OKLCH | oklch(0.482 0.186 29.1) |
Copy-ready code
/* CSS */
color: #af160f;
background-color: #af160f;
/* Tailwind (arbitrary) */
class="text-[#af160f] bg-[#af160f]"
/* SCSS */
$brand: #af160f;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.059)
/* Android */
Color.parseColor("#af160f")Accessibility — WCAG contrast
Aa
#af160f on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af160f on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow91.4%
Key (black)31.4%
Color previews
#af160f text on a black background
contrast 2.94:1
Card sample
#af160f text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af160f;
Background color
Panel with #af160f background
background-color: #af160f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af160f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af160f; background: linear-gradient(135deg, #af160f, #AF810F);