Red

#E0000F

Red

Color Codes

All color formats for development

HEX
#E0000F
RGB
rgb(224, 0, 15)
HSL
hsl(356, 100%, 44%)
OKLCH
oklch(0.57 0.233 28.1)
CMYK
cmyk(0%, 100%, 93%, 12%)

Accessibility

WCAG contrast compliance

On White Background

5.03:1

AA AAA

On Black Background

4.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#CA000D
2#B4000C
3#9D000A
4#870009
5#700007
6#5A0006
7#430004
8#2D0003
9#160001

Tints

Lighter variations

1#FD0011
2#FF1B2A
3#FF3744
4#FF545F
5#FF707A
6#FF8D94
7#FFA9AF
8#FFC6CA
9#FFE2E4

Tones

Muted variations

1#D50B19
2#CA1622
3#BF222C
4#B42D36
5#A83840
6#9D4349
7#924F53
8#875A5D
9#7B6566

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBDE
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDC1
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8A92
BordersInactive statesPlaceholder text
400
FF4D
#FF4D58
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A29
Primary brand colorCTAsActive elementsLinks
600
E000
#E0000F
Hover statesFocus ringsPrimary buttons hover
700
B300
#B3000C
Active/pressed statesDark mode accentsSecondary text
800
8000
#800008
Text on light backgroundsHeadingsStrong borders
900
5200
#520005
Primary textHigh emphasis contentDark headings
950
3300
#330003
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --red-50: #FFF0F1;
  --red-100: #FFDBDE;
  --red-200: #FFBDC1;
  --red-300: #FF8A92;
  --red-400: #FF4D58;
  --red-500: #FF1A29;
  --red-600: #E0000F;
  --red-700: #B3000C;
  --red-800: #800008;
  --red-900: #520005;
  --red-950: #330003;
}
Generate More ShadesCreate PaletteConvert Color