Red Hex Code — #FF0000

RGB, HSL, and CMYK values for Red.

Red Color Values

FormatValue
HEX#FF0000
RGBrgb(255, 0, 0)
HSLhsl(0, 100%, 50%)
CMYKcmyk(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%);

Colors That Go With Red

Complementary

Analogous

Triadic

Similar Shades of Red

Frequently Asked Questions