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
| Format | Value |
|---|---|
| HEX | #FF0000 |
| RGB | rgb(255, 0, 0) |
| HSL | hsl(0, 100%, 50%) |
| CMYK | C:0 M:100 Y:100 K:0 |
Red Shades and Variations
| Shade | HEX | Description |
|---|---|---|
| Light Red | #FF6666 | Pastel red |
| Red | #FF0000 | Pure red |
| Dark Red | #8B0000 | Darkred |
| Crimson | #DC143C | Blue-tinted red |
| Maroon | #800000 | Dark brownish red |
| Scarlet | #FF2400 | Orange-tinted red |
| Cherry | #DE3163 | Pink-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
| Brand | HEX |
|---|---|
| YouTube | #FF0000 |
| Netflix | #E50914 |
| Coca-Cola | #F40009 |
| Target | #CC0000 |