#c0193d
a dark, electric red · warm · closest name: crimson
RGB
192, 25, 61
HSL
347°, 77%, 43%
CMYK
0, 87, 68, 25
Luminance
0.1224
Every format
| HEX | #c0193d |
| RGB | rgb(192, 25, 61) |
| HSL | hsl(347, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 68%, 25%) |
| LAB | lab(41.6 63.0 25.1) |
| LCH | lch(41.6 67.8 21.7) |
| OKLCH | oklch(0.521 0.196 17.5) |
Copy-ready code
/* CSS */
color: #c0193d;
background-color: #c0193d;
/* Tailwind (arbitrary) */
class="text-[#c0193d] bg-[#c0193d]"
/* SCSS */
$brand: #c0193d;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.239)
/* Android */
Color.parseColor("#c0193d")Accessibility — WCAG contrast
Aa
#c0193d on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0193d on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow68.2%
Key (black)24.7%
Color previews
#c0193d text on a black background
contrast 3.45:1
Card sample
#c0193d text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0193d;
Background color
Panel with #c0193d background
background-color: #c0193d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0193d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0193d; background: linear-gradient(135deg, #c0193d, #C06419);