YouTube Red Hex Code — #FF0000

RGB, HSL, and CMYK values for YouTube Red.

YouTube 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 YouTube Red

Color psychology: Passion, entertainment.

YouTube Red (#FF0000) is a medium shade of red. It's commonly used in web design, graphic design, and branding where passion, entertainment are desired associations.

How to Use YouTube 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 YouTube Red

Complementary

Analogous

Triadic

Similar Shades of Red

Frequently Asked Questions