#c01d1b
a dark, electric red · warm · closest name: firebrick
RGB
192, 29, 27
HSL
1°, 75%, 43%
CMYK
0, 85, 86, 25
Luminance
0.1216
Every format
| HEX | #c01d1b |
| RGB | rgb(192, 29, 27) |
| HSL | hsl(1, 75%, 43%) |
| CMYK | cmyk(0%, 85%, 86%, 25%) |
| LAB | lab(41.5 61.0 44.6) |
| LCH | lch(41.5 75.5 36.2) |
| OKLCH | oklch(0.519 0.196 28.0) |
Copy-ready code
/* CSS */
color: #c01d1b;
background-color: #c01d1b;
/* Tailwind (arbitrary) */
class="text-[#c01d1b] bg-[#c01d1b]"
/* SCSS */
$brand: #c01d1b;
/* SwiftUI */
Color(red: 0.753, green: 0.114, blue: 0.106)
/* Android */
Color.parseColor("#c01d1b")Accessibility — WCAG contrast
Aa
#c01d1b on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01d1b on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green11.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta84.9%
Yellow85.9%
Key (black)24.7%
Color previews
#c01d1b text on a black background
contrast 3.43:1
Card sample
#c01d1b text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01d1b;
Background color
Panel with #c01d1b background
background-color: #c01d1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01d1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 29, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 29, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01d1b; background: linear-gradient(135deg, #c01d1b, #C08B1B);