Red Hex Code — #FF0000
RGB, HSL, and CMYK values for Red.
Red Color Values
| Format | Value |
|---|---|
| HEX | #FF0000 |
| RGB | rgb(255, 0, 0) |
| HSL | hsl(0, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 100%, 0%) |
Want to explore more shades? Use our Color Converter
About Red
Color psychology: Energy, passion, urgency.
Red (#FF0000) is a medium shade of red. It's commonly used in web design, graphic design, and branding where energy, passion, urgency are desired associations.
How to Use Red in CSS
/* Using HEX */ color: #FF0000; background-color: #FF0000; /* Using RGB */ color: rgb(255, 0, 0); /* Using HSL */ color: hsl(0, 100%, 50%);