Fire Brick

#D40C0C

Red

Color Codes

All color formats for development

HEX
#D40C0C
RGB
rgb(212, 12, 12)
HSL
hsl(0, 89%, 44%)
OKLCH
oklch(0.549 0.221 28.8)
CMYK
cmyk(0%, 94%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

5.44:1

AA AAA

On Black Background

3.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#BF0B0B
2#AA0A0A
3#940909
4#7F0707
5#6A0606
6#550505
7#400404
8#2A0202
9#150101

Tints

Lighter variations

1#EF0E0E
2#F22727
3#F44242
4#F65D5D
5#F77878
6#F99393
7#FAAEAE
8#FCC9C9
9#FDE4E4

Tones

Muted variations

1#CA1616
2#C02020
3#B62A2A
4#AC3434
5#A23E3E
6#984848
7#8E5252
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
FBC0
#FBC0C0
Secondary backgroundsInput backgroundsDividers
300
F990
#F99090
BordersInactive statesPlaceholder text
400
F556
#F55656
Disabled statesSecondary iconsMuted text
500
F226
#F22626
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C0C
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A0A
Active/pressed statesDark mode accentsSecondary text
800
7807
#780707
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0404
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: #FBC0C0;
  --fire-brick-300: #F99090;
  --fire-brick-400: #F55656;
  --fire-brick-500: #F22626;
  --fire-brick-600: #D40C0C;
  --fire-brick-700: #A90A0A;
  --fire-brick-800: #780707;
  --fire-brick-900: #4D0404;
  --fire-brick-950: #300303;
}
Generate More ShadesCreate PaletteConvert Color