Color Converter (HEX, RGB, HSL)Specialized Version
🎨

Red HEX Code

Red color HEX code

RGB
H (0-360)S (%)L (%)

Copy CSS Values

Lightness Variations

Red HEX Code

The HEX code for pure red is #FF0000. Red is one of the three primary colors in the RGB color model and represents maximum intensity in the red channel with no green or blue.

Red Color Values

FormatValue
HEX#FF0000
RGBrgb(255, 0, 0)
HSLhsl(0, 100%, 50%)
CMYKC:0 M:100 Y:100 K:0

Red Shades and Variations

ShadeHEXDescription
Light Red#FF6666Pastel red
Red#FF0000Pure red
Dark Red#8B0000Darkred
Crimson#DC143CBlue-tinted red
Maroon#800000Dark brownish red
Scarlet#FF2400Orange-tinted red
Cherry#DE3163Pink-tinted red

Red in Design

Red evokes:

  • Urgency: Alerts, errors, warnings
  • Energy: Sports, action, excitement
  • Love: Valentine's Day, romance
  • Danger: Stop signs, emergencies

CSS Usage

``css .error { color: #FF0000; /* Or using the name */ color: red; } ``

Brand Reds

BrandHEX
YouTube#FF0000
Netflix#E50914
Coca-Cola#F40009
Target#CC0000

Frequently Asked Questions

What is red in HEX?

#FF0000 is pure red (maximum red, no green, no blue).

Why is red #FF0000?

FF (255) is maximum red channel, 00 (0) is zero green and blue.

What is dark red HEX?

Dark red is #8B0000 (darkred) or #800000 (maroon).

Related Tools

Explore other tools you might find useful:

Related Calculators