#af2116
a dark, electric red · warm · closest name: firebrick
RGB
175, 33, 22
HSL
4°, 78%, 39%
CMYK
0, 81, 87, 31
Luminance
0.1026
Every format
| HEX | #af2116 |
| RGB | rgb(175, 33, 22) |
| HSL | hsl(4, 78%, 39%) |
| CMYK | cmyk(0%, 81%, 87%, 31%) |
| LAB | lab(38.3 55.0 43.0) |
| LCH | lch(38.3 69.8 38.0) |
| OKLCH | oklch(0.489 0.179 29.6) |
Copy-ready code
/* CSS */
color: #af2116;
background-color: #af2116;
/* Tailwind (arbitrary) */
class="text-[#af2116] bg-[#af2116]"
/* SCSS */
$brand: #af2116;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.086)
/* Android */
Color.parseColor("#af2116")Accessibility — WCAG contrast
Aa
#af2116 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2116 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow87.4%
Key (black)31.4%
Color previews
#af2116 text on a black background
contrast 3.05:1
Card sample
#af2116 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2116;
Background color
Panel with #af2116 background
background-color: #af2116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2116; background: linear-gradient(135deg, #af2116, #AF8716);