#c01300
a dark, electric red · warm · closest name: firebrick
RGB
192, 19, 0
HSL
6°, 100%, 38%
CMYK
0, 90, 100, 25
Luminance
0.1167
Every format
| HEX | #c01300 |
| RGB | rgb(192, 19, 0) |
| HSL | hsl(6, 100%, 38%) |
| CMYK | cmyk(0%, 90%, 100%, 25%) |
| LAB | lab(40.7 62.5 54.6) |
| LCH | lch(40.7 83.0 41.1) |
| OKLCH | oklch(0.513 0.203 30.5) |
Copy-ready code
/* CSS */
color: #c01300;
background-color: #c01300;
/* Tailwind (arbitrary) */
class="text-[#c01300] bg-[#c01300]"
/* SCSS */
$brand: #c01300;
/* SwiftUI */
Color(red: 0.753, green: 0.075, blue: 0.000)
/* Android */
Color.parseColor("#c01300")Accessibility — WCAG contrast
Aa
#c01300 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01300 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow100.0%
Key (black)24.7%
Color previews
#c01300 text on a black background
contrast 3.33:1
Card sample
#c01300 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01300;
Background color
Panel with #c01300 background
background-color: #c01300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 19, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 19, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01300; background: linear-gradient(135deg, #c01300, #C09300);