#af2613
a dark, electric red · warm · closest name: firebrick
RGB
175, 38, 19
HSL
7°, 80%, 38%
CMYK
0, 78, 89, 31
Luminance
0.1055
Every format
| HEX | #af2613 |
| RGB | rgb(175, 38, 19) |
| HSL | hsl(7, 80%, 38%) |
| CMYK | cmyk(0%, 78%, 89%, 31%) |
| LAB | lab(38.8 53.5 44.7) |
| LCH | lch(38.8 69.7 39.9) |
| OKLCH | oklch(0.493 0.176 31.2) |
Copy-ready code
/* CSS */
color: #af2613;
background-color: #af2613;
/* Tailwind (arbitrary) */
class="text-[#af2613] bg-[#af2613]"
/* SCSS */
$brand: #af2613;
/* SwiftUI */
Color(red: 0.686, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#af2613")Accessibility — WCAG contrast
Aa
#af2613 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2613 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow89.1%
Key (black)31.4%
Color previews
#af2613 text on a black background
contrast 3.11:1
Card sample
#af2613 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2613;
Background color
Panel with #af2613 background
background-color: #af2613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2613; background: linear-gradient(135deg, #af2613, #AF8E13);