#c02f3f
a balanced, vivid red · warm · closest name: firebrick
RGB
192, 47, 63
HSL
353°, 61%, 47%
CMYK
0, 76, 67, 25
Luminance
0.1360
Every format
| HEX | #c02f3f |
| RGB | rgb(192, 47, 63) |
| HSL | hsl(353, 61%, 47%) |
| CMYK | cmyk(0%, 76%, 67%, 25%) |
| LAB | lab(43.7 57.4 26.4) |
| LCH | lch(43.7 63.2 24.7) |
| OKLCH | oklch(0.537 0.180 20.1) |
Copy-ready code
/* CSS */
color: #c02f3f;
background-color: #c02f3f;
/* Tailwind (arbitrary) */
class="text-[#c02f3f] bg-[#c02f3f]"
/* SCSS */
$brand: #c02f3f;
/* SwiftUI */
Color(red: 0.753, green: 0.184, blue: 0.247)
/* Android */
Color.parseColor("#c02f3f")Accessibility — WCAG contrast
Aa
#c02f3f on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02f3f on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow67.2%
Key (black)24.7%
Color previews
#c02f3f text on a black background
contrast 3.72:1
Card sample
#c02f3f text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02f3f;
Background color
Panel with #c02f3f background
background-color: #c02f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 47, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 47, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02f3f; background: linear-gradient(135deg, #c02f3f, #C0802F);