What is the HSL code for fire engine red?
The CSS color fire engine red in HSL format is hsl(359.5, 100%, 49.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use fire engine red in CSS?
To apply fire engine red in CSS:
- Text color: color: hsl(359.5, 100%, 49.8%);
- Background: background-color: hsl(359.5, 100%, 49.8%);
- Border: border-color: hsl(359.5, 100%, 49.8%);
What are all the color format values for fire engine red?
| Format | Value |
|---|---|
| HEX | #fe0002 |
| RGB | rgb(254, 0, 2) |
| HSL | hsl(359.5, 100%, 49.8%) |
| CMYK | cmyk(0%, 100%, 99.2%, 0.4%) |
How do I convert fire engine red to HSL?
Select fire engine red from the color name list in our color converter. The HSL value — hsl(359.5, 100%, 49.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does fire engine red belong to?
fire engine red belongs to the red color family. It is a medium, vivid color with HSL values: hue 359.5°, saturation 100%, lightness 49.8%.
How do I create lighter and darker shades of fire engine red?
Lighter variant (lightness 64.8%): #ff4b4d. Darker variant (lightness 34.8%): #b10001. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.