#c20021
a dark, electric red · warm · closest name: firebrick
RGB
194, 0, 33
HSL
350°, 100%, 38%
CMYK
0, 100, 83, 24
Luminance
0.1158
Every format
| HEX | #c20021 |
| RGB | rgb(194, 0, 33) |
| HSL | hsl(350, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 83%, 24%) |
| LAB | lab(40.5 65.7 40.7) |
| LCH | lch(40.5 77.3 31.8) |
| OKLCH | oklch(0.513 0.208 24.4) |
Copy-ready code
/* CSS */
color: #c20021;
background-color: #c20021;
/* Tailwind (arbitrary) */
class="text-[#c20021] bg-[#c20021]"
/* SCSS */
$brand: #c20021;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#c20021")Accessibility — WCAG contrast
Aa
#c20021 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c20021 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow83.0%
Key (black)23.9%
Color previews
#c20021 text on a black background
contrast 3.32:1
Card sample
#c20021 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c20021;
Background color
Panel with #c20021 background
background-color: #c20021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c20021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c20021; background: linear-gradient(135deg, #c20021, #C26000);