#c93d13
a dark, electric red · warm · closest name: firebrick
RGB
201, 61, 19
HSL
14°, 83%, 43%
CMYK
0, 70, 91, 21
Luminance
0.1580
Every format
| HEX | #c93d13 |
| RGB | rgb(201, 61, 19) |
| HSL | hsl(14, 83%, 43%) |
| CMYK | cmyk(0%, 70%, 91%, 21%) |
| LAB | lab(46.7 53.7 52.8) |
| LCH | lch(46.7 75.3 44.5) |
| OKLCH | oklch(0.561 0.183 35.7) |
Copy-ready code
/* CSS */
color: #c93d13;
background-color: #c93d13;
/* Tailwind (arbitrary) */
class="text-[#c93d13] bg-[#c93d13]"
/* SCSS */
$brand: #c93d13;
/* SwiftUI */
Color(red: 0.788, green: 0.239, blue: 0.075)
/* Android */
Color.parseColor("#c93d13")Accessibility — WCAG contrast
Aa
#c93d13 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c93d13 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green23.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow90.5%
Key (black)21.2%
Color previews
#c93d13 text on a black background
contrast 4.16:1
Card sample
#c93d13 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93d13;
Background color
Panel with #c93d13 background
background-color: #c93d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 61, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 61, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93d13; background: linear-gradient(135deg, #c93d13, #C9B613);