#c53c13
a dark, electric red · warm · closest name: firebrick
RGB
197, 60, 19
HSL
14°, 82%, 42%
CMYK
0, 70, 90, 23
Luminance
0.1515
Every format
| HEX | #c53c13 |
| RGB | rgb(197, 60, 19) |
| HSL | hsl(14, 82%, 42%) |
| CMYK | cmyk(0%, 70%, 90%, 23%) |
| LAB | lab(45.8 52.8 51.9) |
| LCH | lch(45.8 74.0 44.5) |
| OKLCH | oklch(0.553 0.180 35.7) |
Copy-ready code
/* CSS */
color: #c53c13;
background-color: #c53c13;
/* Tailwind (arbitrary) */
class="text-[#c53c13] bg-[#c53c13]"
/* SCSS */
$brand: #c53c13;
/* SwiftUI */
Color(red: 0.773, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#c53c13")Accessibility — WCAG contrast
Aa
#c53c13 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c53c13 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow90.4%
Key (black)22.7%
Color previews
#c53c13 text on a black background
contrast 4.03:1
Card sample
#c53c13 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53c13;
Background color
Panel with #c53c13 background
background-color: #c53c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53c13; background: linear-gradient(135deg, #c53c13, #C5B313);