#c52f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
197, 47, 47
HSL
0°, 62%, 48%
CMYK
0, 76, 76, 23
Luminance
0.1411
Every format
| HEX | #c52f2f |
| RGB | rgb(197, 47, 47) |
| HSL | hsl(0, 62%, 48%) |
| CMYK | cmyk(0%, 76%, 76%, 23%) |
| LAB | lab(44.4 58.1 37.0) |
| LCH | lch(44.4 68.9 32.5) |
| OKLCH | oklch(0.543 0.187 26.0) |
Copy-ready code
/* CSS */
color: #c52f2f;
background-color: #c52f2f;
/* Tailwind (arbitrary) */
class="text-[#c52f2f] bg-[#c52f2f]"
/* SCSS */
$brand: #c52f2f;
/* SwiftUI */
Color(red: 0.773, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#c52f2f")Accessibility — WCAG contrast
Aa
#c52f2f on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c52f2f on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow76.1%
Key (black)22.7%
Color previews
#c52f2f text on a black background
contrast 3.82:1
Card sample
#c52f2f text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c52f2f;
Background color
Panel with #c52f2f background
background-color: #c52f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c52f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c52f2f; background: linear-gradient(135deg, #c52f2f, #C5932F);