#dc331d
a balanced, electric red · warm · closest name: tomato
RGB
220, 51, 29
HSL
7°, 77%, 49%
CMYK
0, 77, 87, 14
Luminance
0.1767
Every format
| HEX | #dc331d |
| RGB | rgb(220, 51, 29) |
| HSL | hsl(7, 77%, 49%) |
| CMYK | cmyk(0%, 77%, 87%, 14%) |
| LAB | lab(49.1 63.3 52.2) |
| LCH | lch(49.1 82.0 39.5) |
| OKLCH | oklch(0.586 0.208 31.0) |
Copy-ready code
/* CSS */
color: #dc331d;
background-color: #dc331d;
/* Tailwind (arbitrary) */
class="text-[#dc331d] bg-[#dc331d]"
/* SCSS */
$brand: #dc331d;
/* SwiftUI */
Color(red: 0.863, green: 0.200, blue: 0.114)
/* Android */
Color.parseColor("#dc331d")Accessibility — WCAG contrast
Aa
#dc331d on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#dc331d on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green20.0%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow86.8%
Key (black)13.7%
Color previews
#dc331d text on a black background
contrast 4.53:1
Card sample
#dc331d text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc331d;
Background color
Panel with #dc331d background
background-color: #dc331d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc331d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 51, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 51, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc331d; background: linear-gradient(135deg, #dc331d, #DCB21D);