#c13639
a balanced, vivid red · warm · closest name: firebrick
RGB
193, 54, 57
HSL
359°, 56%, 48%
CMYK
0, 72, 71, 24
Luminance
0.1427
Every format
| HEX | #c13639 |
| RGB | rgb(193, 54, 57) |
| HSL | hsl(359, 56%, 48%) |
| CMYK | cmyk(0%, 72%, 71%, 24%) |
| LAB | lab(44.6 55.0 31.2) |
| LCH | lch(44.6 63.2 29.6) |
| OKLCH | oklch(0.544 0.176 24.1) |
Copy-ready code
/* CSS */
color: #c13639;
background-color: #c13639;
/* Tailwind (arbitrary) */
class="text-[#c13639] bg-[#c13639]"
/* SCSS */
$brand: #c13639;
/* SwiftUI */
Color(red: 0.757, green: 0.212, blue: 0.224)
/* Android */
Color.parseColor("#c13639")Accessibility — WCAG contrast
Aa
#c13639 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c13639 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green21.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow70.5%
Key (black)24.3%
Color previews
#c13639 text on a black background
contrast 3.85:1
Card sample
#c13639 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13639;
Background color
Panel with #c13639 background
background-color: #c13639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 54, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 54, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13639; background: linear-gradient(135deg, #c13639, #C19036);