#c13a21
a dark, vivid red · warm · closest name: firebrick
RGB
193, 58, 33
HSL
9°, 71%, 44%
CMYK
0, 70, 83, 24
Luminance
0.1447
Every format
| HEX | #c13a21 |
| RGB | rgb(193, 58, 33) |
| HSL | hsl(9, 71%, 44%) |
| CMYK | cmyk(0%, 70%, 83%, 24%) |
| LAB | lab(44.9 52.5 44.7) |
| LCH | lch(44.9 69.0 40.4) |
| OKLCH | oklch(0.545 0.176 32.7) |
Copy-ready code
/* CSS */
color: #c13a21;
background-color: #c13a21;
/* Tailwind (arbitrary) */
class="text-[#c13a21] bg-[#c13a21]"
/* SCSS */
$brand: #c13a21;
/* SwiftUI */
Color(red: 0.757, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#c13a21")Accessibility — WCAG contrast
Aa
#c13a21 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c13a21 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green22.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow82.9%
Key (black)24.3%
Color previews
#c13a21 text on a black background
contrast 3.89:1
Card sample
#c13a21 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13a21;
Background color
Panel with #c13a21 background
background-color: #c13a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13a21; background: linear-gradient(135deg, #c13a21, #C1A521);