#c2002d
a dark, electric red · warm · closest name: crimson
RGB
194, 0, 45
HSL
346°, 100%, 38%
CMYK
0, 100, 77, 24
Luminance
0.1166
Every format
| HEX | #c2002d |
| RGB | rgb(194, 0, 45) |
| HSL | hsl(346, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 77%, 24%) |
| LAB | lab(40.7 66.0 33.9) |
| LCH | lch(40.7 74.2 27.2) |
| OKLCH | oklch(0.514 0.207 21.2) |
Copy-ready code
/* CSS */
color: #c2002d;
background-color: #c2002d;
/* Tailwind (arbitrary) */
class="text-[#c2002d] bg-[#c2002d]"
/* SCSS */
$brand: #c2002d;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.176)
/* Android */
Color.parseColor("#c2002d")Accessibility — WCAG contrast
Aa
#c2002d on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2002d on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow76.8%
Key (black)23.9%
Color previews
#c2002d text on a black background
contrast 3.33:1
Card sample
#c2002d text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2002d;
Background color
Panel with #c2002d background
background-color: #c2002d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2002d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2002d; background: linear-gradient(135deg, #c2002d, #C25400);