Alarm
#ec0003
Alarm is a color with the hex code #ec0003. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ec0003 | |
|---|---|---|
| RGB | rgb(236, 0, 3) | |
| HSL | hsl(359, 100%, 46%) | |
| CMYK | cmyk(0%, 100%, 99%, 7%) | |
| LAB | lab(50, 76, 65) | |
| OKLCH | oklch(0.59 0.243 29) |
Color harmonies
Tints & shades
Code snippets
color: #ec0003;
background-color: #ec0003;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEC0003)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.00, blue: 0.01, alpha: 1.0)