#d0331f
a balanced, vivid red · warm · closest name: firebrick
RGB
208, 51, 31
HSL
7°, 74%, 47%
CMYK
0, 76, 85, 18
Luminance
0.1588
Every format
| HEX | #d0331f |
| RGB | rgb(208, 51, 31) |
| HSL | hsl(7, 74%, 47%) |
| CMYK | cmyk(0%, 76%, 85%, 18%) |
| LAB | lab(46.8 59.7 48.5) |
| LCH | lch(46.8 76.9 39.1) |
| OKLCH | oklch(0.565 0.196 30.9) |
Copy-ready code
/* CSS */
color: #d0331f;
background-color: #d0331f;
/* Tailwind (arbitrary) */
class="text-[#d0331f] bg-[#d0331f]"
/* SCSS */
$brand: #d0331f;
/* SwiftUI */
Color(red: 0.816, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#d0331f")Accessibility — WCAG contrast
Aa
#d0331f on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d0331f on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow85.1%
Key (black)18.4%
Color previews
#d0331f text on a black background
contrast 4.18:1
Card sample
#d0331f text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0331f;
Background color
Panel with #d0331f background
background-color: #d0331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0331f; background: linear-gradient(135deg, #d0331f, #D0A91F);