#c7331f
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 51, 31
HSL
7°, 73%, 45%
CMYK
0, 74, 84, 22
Luminance
0.1461
Every format
| HEX | #c7331f |
| RGB | rgb(199, 51, 31) |
| HSL | hsl(7, 73%, 45%) |
| CMYK | cmyk(0%, 74%, 84%, 22%) |
| LAB | lab(45.1 57.0 46.3) |
| LCH | lch(45.1 73.4 39.1) |
| OKLCH | oklch(0.549 0.188 31.1) |
Copy-ready code
/* CSS */
color: #c7331f;
background-color: #c7331f;
/* Tailwind (arbitrary) */
class="text-[#c7331f] bg-[#c7331f]"
/* SCSS */
$brand: #c7331f;
/* SwiftUI */
Color(red: 0.780, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#c7331f")Accessibility — WCAG contrast
Aa
#c7331f on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c7331f on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow84.4%
Key (black)22.0%
Color previews
#c7331f text on a black background
contrast 3.92:1
Card sample
#c7331f text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7331f;
Background color
Panel with #c7331f background
background-color: #c7331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7331f; background: linear-gradient(135deg, #c7331f, #C7A31F);