#c53629
a balanced, vivid red · warm · closest name: firebrick
RGB
197, 54, 41
HSL
5°, 66%, 47%
CMYK
0, 73, 79, 23
Luminance
0.1467
Every format
| HEX | #c53629 |
| RGB | rgb(197, 54, 41) |
| HSL | hsl(5, 66%, 47%) |
| CMYK | cmyk(0%, 73%, 79%, 23%) |
| LAB | lab(45.2 55.6 41.1) |
| LCH | lch(45.2 69.1 36.5) |
| OKLCH | oklch(0.549 0.182 29.4) |
Copy-ready code
/* CSS */
color: #c53629;
background-color: #c53629;
/* Tailwind (arbitrary) */
class="text-[#c53629] bg-[#c53629]"
/* SCSS */
$brand: #c53629;
/* SwiftUI */
Color(red: 0.773, green: 0.212, blue: 0.161)
/* Android */
Color.parseColor("#c53629")Accessibility — WCAG contrast
Aa
#c53629 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c53629 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green21.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow79.2%
Key (black)22.7%
Color previews
#c53629 text on a black background
contrast 3.93:1
Card sample
#c53629 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53629;
Background color
Panel with #c53629 background
background-color: #c53629;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53629;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 54, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 54, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53629; background: linear-gradient(135deg, #c53629, #C59E29);