#af3116
a dark, electric red · warm · closest name: firebrick
RGB
175, 49, 22
HSL
11°, 78%, 39%
CMYK
0, 72, 87, 31
Luminance
0.1137
Every format
| HEX | #af3116 |
| RGB | rgb(175, 49, 22) |
| HSL | hsl(11, 78%, 39%) |
| CMYK | cmyk(0%, 72%, 87%, 31%) |
| LAB | lab(40.2 49.7 44.5) |
| LCH | lch(40.2 66.7 41.8) |
| OKLCH | oklch(0.503 0.167 33.5) |
Copy-ready code
/* CSS */
color: #af3116;
background-color: #af3116;
/* Tailwind (arbitrary) */
class="text-[#af3116] bg-[#af3116]"
/* SCSS */
$brand: #af3116;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.086)
/* Android */
Color.parseColor("#af3116")Accessibility — WCAG contrast
Aa
#af3116 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3116 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow87.4%
Key (black)31.4%
Color previews
#af3116 text on a black background
contrast 3.27:1
Card sample
#af3116 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3116;
Background color
Panel with #af3116 background
background-color: #af3116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3116; background: linear-gradient(135deg, #af3116, #AF9716);