#c01d45
a dark, vivid red · warm · closest name: crimson
RGB
192, 29, 69
HSL
345°, 74%, 43%
CMYK
0, 85, 64, 25
Luminance
0.1251
Every format
| HEX | #c01d45 |
| RGB | rgb(192, 29, 69) |
| HSL | hsl(345, 74%, 43%) |
| CMYK | cmyk(0%, 85%, 64%, 25%) |
| LAB | lab(42.0 62.6 20.6) |
| LCH | lch(42.0 65.9 18.2) |
| OKLCH | oklch(0.525 0.194 14.8) |
Copy-ready code
/* CSS */
color: #c01d45;
background-color: #c01d45;
/* Tailwind (arbitrary) */
class="text-[#c01d45] bg-[#c01d45]"
/* SCSS */
$brand: #c01d45;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.271)
/* Android */
Color.parseColor("#c01d45")Accessibility — WCAG contrast
Aa
#c01d45 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01d45 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow64.1%
Key (black)24.7%
Color previews
#c01d45 text on a black background
contrast 3.50:1
Card sample
#c01d45 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01d45;
Background color
Panel with #c01d45 background
background-color: #c01d45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01d45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01d45; background: linear-gradient(135deg, #c01d45, #C0621D);