Boiling Magma
#ff3300
Here's everything about the color Boiling Magma (#ff3300) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff3300 | |
|---|---|---|
| RGB | rgb(255, 51, 0) | |
| HSL | hsl(12, 100%, 50%) | |
| CMYK | cmyk(0%, 80%, 100%, 0%) | |
| LAB | lab(57, 74, 70) | |
| OKLCH | oklch(0.65 0.241 33) |
Color harmonies
Tints & shades
Code snippets
color: #ff3300;
background-color: #ff3300;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF3300)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.20, blue: 0.00, alpha: 1.0)