#c74f2c
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 79, 44
HSL
14°, 64%, 48%
CMYK
0, 60, 78, 22
Luminance
0.1792
Every format
| HEX | #c74f2c |
| RGB | rgb(199, 79, 44) |
| HSL | hsl(14, 64%, 48%) |
| CMYK | cmyk(0%, 60%, 78%, 22%) |
| LAB | lab(49.4 46.0 44.0) |
| LCH | lch(49.4 63.6 43.7) |
| OKLCH | oklch(0.581 0.161 36.7) |
Copy-ready code
/* CSS */
color: #c74f2c;
background-color: #c74f2c;
/* Tailwind (arbitrary) */
class="text-[#c74f2c] bg-[#c74f2c]"
/* SCSS */
$brand: #c74f2c;
/* SwiftUI */
Color(red: 0.780, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#c74f2c")Accessibility — WCAG contrast
Aa
#c74f2c on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c74f2c on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow77.9%
Key (black)22.0%
Color previews
#c74f2c text on a black background
contrast 4.58:1
Card sample
#c74f2c text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c74f2c;
Background color
Panel with #c74f2c background
background-color: #c74f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c74f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c74f2c; background: linear-gradient(135deg, #c74f2c, #C7B62C);