What is the HEX code for fire engine red?
The CSS color fire engine red in HEX format is #fe0002. 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: #fe0002;
- Background: background-color: #fe0002;
- Border: border-color: #fe0002;
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 HEX?
Select fire engine red from the color name list in our color converter. The HEX value — #fe0002 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.