Red

#FD1C1C

Red

Color Codes

All color formats for development

HEX
#FD1C1C
RGB
rgb(253, 28, 28)
HSL
hsl(0, 98%, 55%)
OKLCH
oklch(0.632 0.248 28.3)
CMYK
cmyk(0%, 89%, 89%, 1%)

Accessibility

WCAG contrast compliance

On White Background

3.92:1

AA AAA

On Black Background

5.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#FA0303
2#DE0202
3#C20202
4#A70202
5#8B0101
6#6F0101
7#530101
8#380101
9#1C0000

Tints

Lighter variations

1#FD3333
2#FD4949
3#FD6060
4#FE7777
5#FE8D8D
6#FEA4A4
7#FEBBBB
8#FFD2D2
9#FFE8E8

Tones

Muted variations

1#F12727
2#E63232
3#DB3E3E
4#D04949
5#C45454
6#B95F5F
7#AE6B6B
8#A37676
9#978181

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F0
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCDC
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDBD
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B8B
BordersInactive statesPlaceholder text
400
FD4E
#FD4E4E
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C1C
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0202
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10202
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0101
Text on light backgroundsHeadingsStrong borders
900
5101
#510101
Primary textHigh emphasis contentDark headings
950
3201
#320101
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --red-50: #FFF0F0;
  --red-100: #FFDCDC;
  --red-200: #FEBDBD;
  --red-300: #FE8B8B;
  --red-400: #FD4E4E;
  --red-500: #FD1C1C;
  --red-600: #DE0202;
  --red-700: #B10202;
  --red-800: #7E0101;
  --red-900: #510101;
  --red-950: #320101;
}
Generate More ShadesCreate PaletteConvert Color