#c01f00
a dark, electric red · warm · closest name: firebrick
RGB
192, 31, 0
HSL
10°, 100%, 38%
CMYK
0, 84, 100, 25
Luminance
0.1219
Every format
| HEX | #c01f00 |
| RGB | rgb(192, 31, 0) |
| HSL | hsl(10, 100%, 38%) |
| CMYK | cmyk(0%, 84%, 100%, 25%) |
| LAB | lab(41.5 60.1 54.9) |
| LCH | lch(41.5 81.4 42.4) |
| OKLCH | oklch(0.519 0.197 31.9) |
Copy-ready code
/* CSS */
color: #c01f00;
background-color: #c01f00;
/* Tailwind (arbitrary) */
class="text-[#c01f00] bg-[#c01f00]"
/* SCSS */
$brand: #c01f00;
/* SwiftUI */
Color(red: 0.753, green: 0.122, blue: 0.000)
/* Android */
Color.parseColor("#c01f00")Accessibility — WCAG contrast
Aa
#c01f00 on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01f00 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow100.0%
Key (black)24.7%
Color previews
#c01f00 text on a black background
contrast 3.44:1
Card sample
#c01f00 text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01f00;
Background color
Panel with #c01f00 background
background-color: #c01f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 31, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 31, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01f00; background: linear-gradient(135deg, #c01f00, #C09F00);