Furnace
#dd4124
Furnace, represented by the hex value #dd4124, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dd4124 | |
|---|---|---|
| RGB | rgb(221, 65, 36) | |
| HSL | hsl(9, 73%, 50%) | |
| CMYK | cmyk(0%, 71%, 84%, 13%) | |
| LAB | lab(52, 60, 52) | |
| OKLCH | oklch(0.6 0.197 33) |
Color harmonies
Tints & shades
Code snippets
color: #dd4124;
background-color: #dd4124;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD4124)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.25, blue: 0.14, alpha: 1.0)