#af1c13
a dark, electric red · warm · closest name: firebrick
RGB
175, 28, 19
HSL
4°, 80%, 38%
CMYK
0, 84, 89, 31
Luminance
0.0999
Every format
| HEX | #af1c13 |
| RGB | rgb(175, 28, 19) |
| HSL | hsl(4, 80%, 38%) |
| CMYK | cmyk(0%, 84%, 89%, 31%) |
| LAB | lab(37.8 56.2 44.0) |
| LCH | lch(37.8 71.4 38.0) |
| OKLCH | oklch(0.486 0.182 29.3) |
Copy-ready code
/* CSS */
color: #af1c13;
background-color: #af1c13;
/* Tailwind (arbitrary) */
class="text-[#af1c13] bg-[#af1c13]"
/* SCSS */
$brand: #af1c13;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#af1c13")Accessibility — WCAG contrast
Aa
#af1c13 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1c13 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow89.1%
Key (black)31.4%
Color previews
#af1c13 text on a black background
contrast 3.00:1
Card sample
#af1c13 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1c13;
Background color
Panel with #af1c13 background
background-color: #af1c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1c13; background: linear-gradient(135deg, #af1c13, #AF8413);