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