Maraschino
#ff2600
Here's everything about the color Maraschino (#ff2600) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff2600 | |
|---|---|---|
| RGB | rgb(255, 38, 0) | |
| HSL | hsl(9, 100%, 50%) | |
| CMYK | cmyk(0%, 85%, 100%, 0%) | |
| LAB | lab(56, 77, 70) | |
| OKLCH | oklch(0.64 0.248 31) |
Color harmonies
Tints & shades
Code snippets
color: #ff2600;
background-color: #ff2600;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF2600)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.15, blue: 0.00, alpha: 1.0)