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