Fire Engine
#fe0002
Fire Engine is a color with the hex code #fe0002. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fe0002 | |
|---|---|---|
| RGB | rgb(254, 0, 2) | |
| HSL | hsl(360, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 99%, 0%) | |
| LAB | lab(54, 81, 69) | |
| OKLCH | oklch(0.63 0.257 29) |
Color harmonies
Tints & shades
Code snippets
color: #fe0002;
background-color: #fe0002;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFE0002)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.01, alpha: 1.0)