Halt Red
#ff004f
Looking for the precise values behind Halt Red (#ff004f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff004f | |
|---|---|---|
| RGB | rgb(255, 0, 79) | |
| HSL | hsl(341, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 69%, 0%) | |
| LAB | lab(55, 82, 34) | |
| OKLCH | oklch(0.63 0.254 17) |
Color harmonies
Tints & shades
Code snippets
color: #ff004f;
background-color: #ff004f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF004F)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.31, alpha: 1.0)