#af1102
a dark, electric red · warm · closest name: firebrick
RGB
175, 17, 2
HSL
5°, 98%, 35%
CMYK
0, 90, 99, 31
Luminance
0.0952
Every format
| HEX | #af1102 |
| RGB | rgb(175, 17, 2) |
| HSL | hsl(5, 98%, 35%) |
| CMYK | cmyk(0%, 90%, 99%, 31%) |
| LAB | lab(37.0 58.2 50.1) |
| LCH | lch(37.0 76.8 40.7) |
| OKLCH | oklch(0.479 0.189 30.3) |
Copy-ready code
/* CSS */
color: #af1102;
background-color: #af1102;
/* Tailwind (arbitrary) */
class="text-[#af1102] bg-[#af1102]"
/* SCSS */
$brand: #af1102;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.008)
/* Android */
Color.parseColor("#af1102")Accessibility — WCAG contrast
Aa
#af1102 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1102 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow98.9%
Key (black)31.4%
Color previews
#af1102 text on a black background
contrast 2.90:1
Card sample
#af1102 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1102;
Background color
Panel with #af1102 background
background-color: #af1102;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1102;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1102; background: linear-gradient(135deg, #af1102, #AF8402);