Skip to content

21 Shades of Red with Hex Codes

Red runs from deep maroon to soft salmon. Saturated reds demand attention and signal urgency, while muted brick reds feel warm and grounded.

#FF0000

The red hex code is #FF0000

#FF0000 is rgb(255, 0, 0) in RGB, hsl(0, 100%, 50%) in HSL, and about cmyk(0%, 100%, 100%, 0%) in CMYK. Every other red below has its own hex code.

#FF0000rgb(255, 0, 0)hsl(0, 100%, 50%)

Named Red Colors and Their Hex Codes

Ordered darkest to lightest. Names marked CSS are color keywords you can write directly in a stylesheet; the rest are common design and print names. Select any swatch for its full breakdown.

Oxblood
#4A0000rgb(74, 0, 0)
Blood Red
#660000rgb(102, 0, 0)
Barn Red
#7C0A02rgb(124, 10, 2)
MaroonCSS
#800000rgb(128, 0, 0)
DarkRedCSS
#8B0000rgb(139, 0, 0)
BrownCSS
#A52A2Argb(165, 42, 42)
FireBrickCSS
#B22222rgb(178, 34, 34)
Cardinal
#C41E3Argb(196, 30, 58)
Rust
#B7410Ergb(183, 65, 14)
Cherry Red
#D2042Drgb(210, 4, 45)
CrimsonCSS
#DC143Crgb(220, 20, 60)
Ruby
#E0115Frgb(224, 17, 95)
Vermilion
#E34234rgb(227, 66, 52)
RedCSS
#FF0000rgb(255, 0, 0)
IndianRedCSS
#CD5C5Crgb(205, 92, 92)
Candy Apple Red
#FF0800rgb(255, 8, 0)
Scarlet
#FF2400rgb(255, 36, 0)
LightCoralCSS
#F08080rgb(240, 128, 128)
SalmonCSS
#FA8072rgb(250, 128, 114)
DarkSalmonCSS
#E9967Argb(233, 150, 122)
LightSalmonCSS
#FFA07Argb(255, 160, 122)

Red Color Chart: Hex, RGB, HSL & CMYK

Every red above in all four common formats. CMYK is a mathematical approximation for planning; confirm production print colors with your printer and ICC profile.

NameHexRGBHSLCMYK
Oxblood#4A0000rgb(74, 0, 0)hsl(0, 100%, 15%)cmyk(0%, 100%, 100%, 71%)
Blood Red#660000rgb(102, 0, 0)hsl(0, 100%, 20%)cmyk(0%, 100%, 100%, 60%)
Barn Red#7C0A02rgb(124, 10, 2)hsl(4, 97%, 25%)cmyk(0%, 92%, 98%, 51%)
Maroon#800000rgb(128, 0, 0)hsl(0, 100%, 25%)cmyk(0%, 100%, 100%, 50%)
DarkRed#8B0000rgb(139, 0, 0)hsl(0, 100%, 27%)cmyk(0%, 100%, 100%, 45%)
Brown#A52A2Argb(165, 42, 42)hsl(0, 59%, 41%)cmyk(0%, 75%, 75%, 35%)
FireBrick#B22222rgb(178, 34, 34)hsl(0, 68%, 42%)cmyk(0%, 81%, 81%, 30%)
Cardinal#C41E3Argb(196, 30, 58)hsl(350, 73%, 44%)cmyk(0%, 85%, 70%, 23%)
Rust#B7410Ergb(183, 65, 14)hsl(18, 86%, 39%)cmyk(0%, 64%, 92%, 28%)
Cherry Red#D2042Drgb(210, 4, 45)hsl(348, 96%, 42%)cmyk(0%, 98%, 79%, 18%)
Crimson#DC143Crgb(220, 20, 60)hsl(348, 83%, 47%)cmyk(0%, 91%, 73%, 14%)
Ruby#E0115Frgb(224, 17, 95)hsl(337, 86%, 47%)cmyk(0%, 92%, 58%, 12%)
Vermilion#E34234rgb(227, 66, 52)hsl(5, 76%, 55%)cmyk(0%, 71%, 77%, 11%)
Red#FF0000rgb(255, 0, 0)hsl(0, 100%, 50%)cmyk(0%, 100%, 100%, 0%)
IndianRed#CD5C5Crgb(205, 92, 92)hsl(0, 53%, 58%)cmyk(0%, 55%, 55%, 20%)
Candy Apple Red#FF0800rgb(255, 8, 0)hsl(2, 100%, 50%)cmyk(0%, 97%, 100%, 0%)
Scarlet#FF2400rgb(255, 36, 0)hsl(8, 100%, 50%)cmyk(0%, 86%, 100%, 0%)
LightCoral#F08080rgb(240, 128, 128)hsl(0, 79%, 72%)cmyk(0%, 47%, 47%, 6%)
Salmon#FA8072rgb(250, 128, 114)hsl(6, 93%, 71%)cmyk(0%, 49%, 54%, 2%)
DarkSalmon#E9967Argb(233, 150, 122)hsl(15, 72%, 70%)cmyk(0%, 36%, 48%, 9%)
LightSalmon#FFA07Argb(255, 160, 122)hsl(17, 100%, 74%)cmyk(0%, 37%, 52%, 0%)

Red Scale from Light to Dark

A 12-step lightness scale built from the core red hue, holding hue and saturation constant. This is the shape of a design-system color ramp. Select any swatch for the full breakdown of that color.

Need a perceptually even ramp with semantic roles and contrast evidence? Generate red design tokens.

What Red Communicates

Red is the highest-arousal hue and the hardest to use quietly. Pure red is the interface convention for destructive actions and errors, which means using it decoratively costs you that signal. Darker brick and wine reds carry heritage and warmth without the alarm. Red also darkens dramatically for viewers with protanopia, so red text on dark backgrounds is a common accessibility failure.

Where red works well

  • Errors, destructive actions, and validation failures
  • Sale badges and urgency messaging, used sparingly enough to stay loud
  • Food and hospitality brands, where red is associated with appetite
  • Heritage and luxury marks using deeper wine and oxblood tones

Colors that pair with red

Copy the Red Palette as CSS

Every shade on this page as CSS custom properties, ready to paste into a stylesheet.

:root {
  --red-oxblood: #4A0000;
  --red-blood-red: #660000;
  --red-barn-red: #7C0A02;
  --red-maroon: #800000;
  --red-darkred: #8B0000;
  --red-brown: #A52A2A;
  --red-firebrick: #B22222;
  --red-cardinal: #C41E3A;
  --red-rust: #B7410E;
  --red-cherry-red: #D2042D;
  --red-crimson: #DC143C;
  --red-ruby: #E0115F;
  --red-vermilion: #E34234;
  --red-red: #FF0000;
  --red-indianred: #CD5C5C;
  --red-candy-apple-red: #FF0800;
  --red-scarlet: #FF2400;
  --red-lightcoral: #F08080;
  --red-salmon: #FA8072;
  --red-darksalmon: #E9967A;
  --red-lightsalmon: #FFA07A;
}

Red Color Questions

What is the hex code for red?

The standard red hex code is #FF0000, which is rgb(255, 0, 0) in RGB and hsl(0, 100%, 50%) in HSL. There is no single "correct" red — this page lists 21 named red shades with their own hex codes.

How many shades of red are there?

Displays can render millions of distinct red values, so any count is a matter of which ones have names. This page lists 21 named shades of red, combining the CSS color keywords with widely used red names from design and print references, plus a generated 12-step lightness scale.

Can I use red for text on a white background?

#FF0000 scores 4:1 against white. WCAG 2.2 asks for at least 4.5:1 for normal body text and 3:1 for large text, so this shade only passes for large text. Check any specific pairing in the contrast checker.

What colors go well with red?

green, gold, gray all pair well with red. For a specific shade, open its color page to see the complementary, analogous, and triadic colors calculated from its exact hue.

More Color Families