#dc2f0c
a balanced, electric red · warm · closest name: red
RGB
220, 47, 12
HSL
10°, 90%, 46%
CMYK
0, 79, 95, 14
Luminance
0.1728
Every format
| HEX | #dc2f0c |
| RGB | rgb(220, 47, 12) |
| HSL | hsl(10, 90%, 46%) |
| CMYK | cmyk(0%, 79%, 95%, 14%) |
| LAB | lab(48.6 64.2 58.0) |
| LCH | lch(48.6 86.5 42.1) |
| OKLCH | oklch(0.582 0.212 32.4) |
Copy-ready code
/* CSS */
color: #dc2f0c;
background-color: #dc2f0c;
/* Tailwind (arbitrary) */
class="text-[#dc2f0c] bg-[#dc2f0c]"
/* SCSS */
$brand: #dc2f0c;
/* SwiftUI */
Color(red: 0.863, green: 0.184, blue: 0.047)
/* Android */
Color.parseColor("#dc2f0c")Accessibility — WCAG contrast
Aa
#dc2f0c on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#dc2f0c on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green18.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow94.5%
Key (black)13.7%
Color previews
#dc2f0c text on a black background
contrast 4.46:1
Card sample
#dc2f0c text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2f0c;
Background color
Panel with #dc2f0c background
background-color: #dc2f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 47, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 47, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2f0c; background: linear-gradient(135deg, #dc2f0c, #DCBA0C);