#d3441f
a balanced, vivid red · warm · closest name: tomato
RGB
211, 68, 31
HSL
12°, 74%, 48%
CMYK
0, 68, 85, 17
Luminance
0.1808
Every format
| HEX | #d3441f |
| RGB | rgb(211, 68, 31) |
| HSL | hsl(12, 74%, 48%) |
| CMYK | cmyk(0%, 68%, 85%, 17%) |
| LAB | lab(49.6 54.5 51.1) |
| LCH | lch(49.6 74.7 43.1) |
| OKLCH | oklch(0.586 0.186 35.0) |
Copy-ready code
/* CSS */
color: #d3441f;
background-color: #d3441f;
/* Tailwind (arbitrary) */
class="text-[#d3441f] bg-[#d3441f]"
/* SCSS */
$brand: #d3441f;
/* SwiftUI */
Color(red: 0.827, green: 0.267, blue: 0.122)
/* Android */
Color.parseColor("#d3441f")Accessibility — WCAG contrast
Aa
#d3441f on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d3441f on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green26.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow85.3%
Key (black)17.3%
Color previews
#d3441f text on a black background
contrast 4.62:1
Card sample
#d3441f text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3441f;
Background color
Panel with #d3441f background
background-color: #d3441f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3441f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 68, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 68, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3441f; background: linear-gradient(135deg, #d3441f, #D3BC1F);