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