#d42f13
a balanced, electric red · warm · closest name: tomato
RGB
212, 47, 19
HSL
9°, 84%, 45%
CMYK
0, 78, 91, 17
Luminance
0.1608
Every format
| HEX | #d42f13 |
| RGB | rgb(212, 47, 19) |
| HSL | hsl(9, 84%, 45%) |
| CMYK | cmyk(0%, 78%, 91%, 17%) |
| LAB | lab(47.1 61.9 54.0) |
| LCH | lch(47.1 82.2 41.1) |
| OKLCH | oklch(0.568 0.204 31.9) |
Copy-ready code
/* CSS */
color: #d42f13;
background-color: #d42f13;
/* Tailwind (arbitrary) */
class="text-[#d42f13] bg-[#d42f13]"
/* SCSS */
$brand: #d42f13;
/* SwiftUI */
Color(red: 0.831, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#d42f13")Accessibility — WCAG contrast
Aa
#d42f13 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d42f13 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow91.0%
Key (black)16.9%
Color previews
#d42f13 text on a black background
contrast 4.22:1
Card sample
#d42f13 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d42f13;
Background color
Panel with #d42f13 background
background-color: #d42f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d42f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d42f13; background: linear-gradient(135deg, #d42f13, #D4B013);