Fire Brick

#D11010

Red

Color Codes

All color formats for development

HEX
#D11010
RGB
rgb(209, 16, 16)
HSL
hsl(0, 86%, 44%)
OKLCH
oklch(0.545 0.217 28.6)
CMYK
cmyk(0%, 92%, 92%, 18%)

Accessibility

WCAG contrast compliance

On White Background

5.54:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDE
200
#FAC1
300
#F792
400
#F359
500
#EF2A
600
#D110
700
#A60C
800
#7709
900
#4C06
950
#2F04

Shades

Darker variations

1#BC0E0E
2#A70D0D
3#920B0B
4#7D0909
5#680808
6#530606
7#3F0505
8#2A0303
9#150202

Tints

Lighter variations

1#EB1212
2#EF2B2B
3#F14545
4#F36060
5#F57A7A
6#F79595
7#F9AFAF
8#FBCACA
9#FDE4E4

Tones

Muted variations

1#C71919
2#BD2323
3#B42D2D
4#AA3636
5#A04040
6#974A4A
7#8D5353
8#835D5D
9#7A6767

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDE
#FDDEDE
Light backgroundsTable row hoverSkeleton loading
200
FAC1
#FAC1C1
Secondary backgroundsInput backgroundsDividers
300
F792
#F79292
BordersInactive statesPlaceholder text
400
F359
#F35959
Disabled statesSecondary iconsMuted text
500
EF2A
#EF2A2A
Primary brand colorCTAsActive elementsLinks
600
D110
#D11010
Hover statesFocus ringsPrimary buttons hover
700
A60C
#A60C0C
Active/pressed statesDark mode accentsSecondary text
800
7709
#770909
Text on light backgroundsHeadingsStrong borders
900
4C06
#4C0606
Primary textHigh emphasis contentDark headings
950
2F04
#2F0404
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F1;
  --fire-brick-100: #FDDEDE;
  --fire-brick-200: #FAC1C1;
  --fire-brick-300: #F79292;
  --fire-brick-400: #F35959;
  --fire-brick-500: #EF2A2A;
  --fire-brick-600: #D11010;
  --fire-brick-700: #A60C0C;
  --fire-brick-800: #770909;
  --fire-brick-900: #4C0606;
  --fire-brick-950: #2F0404;
}
Generate More ShadesCreate PaletteConvert Color