Fire Brick

#D71E09

Red

Color Codes

All color formats for development

HEX
#D71E09
RGB
rgb(215, 30, 9)
HSL
hsl(6, 92%, 44%)
OKLCH
oklch(0.562 0.217 30.4)
CMYK
cmyk(0%, 86%, 96%, 16%)

Accessibility

WCAG contrast compliance

On White Background

5.15:1

AA AAA

On Black Background

4.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF2
100
#FEE0
200
#FCC5
300
#FA99
400
#F864
500
#F638
600
#D71E
700
#AB18
800
#7A11
900
#4E0B
950
#3107

Shades

Darker variations

1#C21B08
2#AC1807
3#971506
4#811205
5#6C0F04
6#560C04
7#410903
8#2B0602
9#160301

Tints

Lighter variations

1#F3210A
2#F63924
3#F7513F
4#F86A5A
5#F98376
6#FA9C91
7#FCB5AD
8#FDCDC8
9#FEE6E4

Tones

Muted variations

1#CD2613
2#C32E1E
3#B83628
4#AE3F32
5#A4473D
6#994F47
7#8F5751
8#85605C
9#7B6866

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF2
#FEF2F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE0
#FEE0DD
Light backgroundsTable row hoverSkeleton loading
200
FCC5
#FCC5BF
Secondary backgroundsInput backgroundsDividers
300
FA99
#FA998E
BordersInactive statesPlaceholder text
400
F864
#F86454
Disabled statesSecondary iconsMuted text
500
F638
#F63823
Primary brand colorCTAsActive elementsLinks
600
D71E
#D71E09
Hover statesFocus ringsPrimary buttons hover
700
AB18
#AB1807
Active/pressed statesDark mode accentsSecondary text
800
7A11
#7A1105
Text on light backgroundsHeadingsStrong borders
900
4E0B
#4E0B03
Primary textHigh emphasis contentDark headings
950
3107
#310702
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF2F0;
  --fire-brick-100: #FEE0DD;
  --fire-brick-200: #FCC5BF;
  --fire-brick-300: #FA998E;
  --fire-brick-400: #F86454;
  --fire-brick-500: #F63823;
  --fire-brick-600: #D71E09;
  --fire-brick-700: #AB1807;
  --fire-brick-800: #7A1105;
  --fire-brick-900: #4E0B03;
  --fire-brick-950: #310702;
}
Generate More ShadesCreate PaletteConvert Color