#c01c41
a dark, vivid red · warm · closest name: crimson
RGB
192, 28, 65
HSL
347°, 75%, 43%
CMYK
0, 85, 66, 25
Luminance
0.1242
Every format
| HEX | #c01c41 |
| RGB | rgb(192, 28, 65) |
| HSL | hsl(347, 75%, 43%) |
| CMYK | cmyk(0%, 85%, 66%, 25%) |
| LAB | lab(41.9 62.6 22.9) |
| LCH | lch(41.9 66.7 20.1) |
| OKLCH | oklch(0.524 0.195 16.3) |
Copy-ready code
/* CSS */
color: #c01c41;
background-color: #c01c41;
/* Tailwind (arbitrary) */
class="text-[#c01c41] bg-[#c01c41]"
/* SCSS */
$brand: #c01c41;
/* SwiftUI */
Color(red: 0.753, green: 0.110, blue: 0.255)
/* Android */
Color.parseColor("#c01c41")Accessibility — WCAG contrast
Aa
#c01c41 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01c41 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.0%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow66.1%
Key (black)24.7%
Color previews
#c01c41 text on a black background
contrast 3.48:1
Card sample
#c01c41 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01c41;
Background color
Panel with #c01c41 background
background-color: #c01c41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01c41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 28, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 28, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01c41; background: linear-gradient(135deg, #c01c41, #C0641C);