Dynamite
#ff4422
Here's everything about the color Dynamite (#ff4422) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff4422 | |
|---|---|---|
| RGB | rgb(255, 68, 34) | |
| HSL | hsl(9, 100%, 57%) | |
| CMYK | cmyk(0%, 73%, 87%, 0%) | |
| LAB | lab(58, 70, 61) | |
| OKLCH | oklch(0.66 0.227 32) |
Color harmonies
Tints & shades
Code snippets
color: #ff4422;
background-color: #ff4422;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF4422)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.27, blue: 0.13, alpha: 1.0)