Fire Brick

#D30D0D

Red

Color Codes

All color formats for development

HEX
#D30D0D
RGB
rgb(211, 13, 13)
HSL
hsl(0, 88%, 44%)
OKLCH
oklch(0.548 0.22 28.7)
CMYK
cmyk(0%, 94%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.48:1

AA AAA

On Black Background

3.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#BE0C0C
2#A90B0B
3#940909
4#7F0808
5#690707
6#540505
7#3F0404
8#2A0303
9#150101

Tints

Lighter variations

1#EE0F0F
2#F12828
3#F34343
4#F55E5E
5#F67979
6#F89494
7#FAAEAE
8#FCC9C9
9#FDE4E4

Tones

Muted variations

1#C91717
2#BF2121
3#B52B2B
4#AB3535
5#A23F3F
6#984949
7#8E5353
8#845C5C
9#7A6666

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDD
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C1
Secondary backgroundsInput backgroundsDividers
300
F891
#F89191
BordersInactive statesPlaceholder text
400
F457
#F45757
Disabled statesSecondary iconsMuted text
500
F127
#F12727
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D0D
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B0B
Active/pressed statesDark mode accentsSecondary text
800
7808
#780808
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D0505
Primary textHigh emphasis contentDark headings
950
3003
#300303
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F1;
  --fire-brick-100: #FDDDDD;
  --fire-brick-200: #FBC1C1;
  --fire-brick-300: #F89191;
  --fire-brick-400: #F45757;
  --fire-brick-500: #F12727;
  --fire-brick-600: #D30D0D;
  --fire-brick-700: #A80B0B;
  --fire-brick-800: #780808;
  --fire-brick-900: #4D0505;
  --fire-brick-950: #300303;
}
Generate More ShadesCreate PaletteConvert Color