Metroid Red
#f83800
Metroid Red, represented by the hex value #f83800, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f83800 | |
|---|---|---|
| RGB | rgb(248, 56, 0) | |
| HSL | hsl(14, 100%, 49%) | |
| CMYK | cmyk(0%, 77%, 100%, 3%) | |
| LAB | lab(56, 71, 69) | |
| OKLCH | oklch(0.64 0.232 34) |
Color harmonies
Tints & shades
Code snippets
color: #f83800;
background-color: #f83800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFF83800)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.22, blue: 0.00, alpha: 1.0)