#c03445
a balanced, vivid red · warm · closest name: firebrick
RGB
192, 52, 69
HSL
353°, 57%, 48%
CMYK
0, 73, 64, 25
Luminance
0.1409
Every format
| HEX | #c03445 |
| RGB | rgb(192, 52, 69) |
| HSL | hsl(353, 57%, 48%) |
| CMYK | cmyk(0%, 73%, 64%, 25%) |
| LAB | lab(44.4 56.0 23.6) |
| LCH | lch(44.4 60.8 22.9) |
| OKLCH | oklch(0.542 0.176 18.8) |
Copy-ready code
/* CSS */
color: #c03445;
background-color: #c03445;
/* Tailwind (arbitrary) */
class="text-[#c03445] bg-[#c03445]"
/* SCSS */
$brand: #c03445;
/* SwiftUI */
Color(red: 0.753, green: 0.204, blue: 0.271)
/* Android */
Color.parseColor("#c03445")Accessibility — WCAG contrast
Aa
#c03445 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c03445 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green20.4%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow64.1%
Key (black)24.7%
Color previews
#c03445 text on a black background
contrast 3.82:1
Card sample
#c03445 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03445;
Background color
Panel with #c03445 background
background-color: #c03445;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03445;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 52, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 52, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03445; background: linear-gradient(135deg, #c03445, #C08034);