#c0133e
a dark, electric red · warm · closest name: crimson
RGB
192, 19, 62
HSL
345°, 82%, 41%
CMYK
0, 90, 68, 25
Luminance
0.1202
Every format
| HEX | #c0133e |
| RGB | rgb(192, 19, 62) |
| HSL | hsl(345, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 68%, 25%) |
| LAB | lab(41.3 64.1 24.0) |
| LCH | lch(41.3 68.4 20.5) |
| OKLCH | oklch(0.519 0.199 16.5) |
Copy-ready code
/* CSS */
color: #c0133e;
background-color: #c0133e;
/* Tailwind (arbitrary) */
class="text-[#c0133e] bg-[#c0133e]"
/* SCSS */
$brand: #c0133e;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.243)
/* Android */
Color.parseColor("#c0133e")Accessibility — WCAG contrast
Aa
#c0133e on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0133e on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow67.7%
Key (black)24.7%
Color previews
#c0133e text on a black background
contrast 3.40:1
Card sample
#c0133e text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0133e;
Background color
Panel with #c0133e background
background-color: #c0133e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0133e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0133e; background: linear-gradient(135deg, #c0133e, #C05B13);