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