#c0132d
a dark, electric red · warm · closest name: firebrick
RGB
192, 19, 45
HSL
351°, 82%, 41%
CMYK
0, 90, 77, 25
Luminance
0.1186
Every format
| HEX | #c0132d |
| RGB | rgb(192, 19, 45) |
| HSL | hsl(351, 82%, 41%) |
| CMYK | cmyk(0%, 90%, 77%, 25%) |
| LAB | lab(41.0 63.4 34.1) |
| LCH | lch(41.0 72.0 28.3) |
| OKLCH | oklch(0.516 0.200 22.3) |
Copy-ready code
/* CSS */
color: #c0132d;
background-color: #c0132d;
/* Tailwind (arbitrary) */
class="text-[#c0132d] bg-[#c0132d]"
/* SCSS */
$brand: #c0132d;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.176)
/* Android */
Color.parseColor("#c0132d")Accessibility — WCAG contrast
Aa
#c0132d on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0132d on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow76.6%
Key (black)24.7%
Color previews
#c0132d text on a black background
contrast 3.37:1
Card sample
#c0132d text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0132d;
Background color
Panel with #c0132d background
background-color: #c0132d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0132d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0132d; background: linear-gradient(135deg, #c0132d, #C06C13);