Fire Brick

#A80B18

Red

Color Codes

All color formats for development

HEX
#A80B18
RGB
rgb(168, 11, 24)
HSL
hsl(355, 88%, 35%)
OKLCH
oklch(0.464 0.183 26)
CMYK
cmyk(0%, 93%, 86%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.70:1

AA AAA

On Black Background

2.73: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#970A15
2#860913
3#750711
4#65060E
5#54050C
6#43040A
7#320307
8#220205
9#110102

Tints

Lighter variations

1#C70D1C
2#E60F21
3#F12536
4#F34453
5#F5636F
6#F7828C
7#F9A2A9
8#FBC1C6
9#FDE0E2

Tones

Muted variations

1#A0131E
2#981A25
3#90222B
4#882A32
5#813239
6#793A3F
7#714246
8#694A4C
9#615153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C6
Secondary backgroundsInput backgroundsDividers
300
F891
#F89199
BordersInactive statesPlaceholder text
400
F457
#F45764
Disabled statesSecondary iconsMuted text
500
F127
#F12738
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D1E
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B18
Active/pressed statesDark mode accentsSecondary text
800
7808
#780811
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050B
Primary textHigh emphasis contentDark headings
950
3003
#300307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F2;
  --fire-brick-100: #FDDDE0;
  --fire-brick-200: #FBC1C6;
  --fire-brick-300: #F89199;
  --fire-brick-400: #F45764;
  --fire-brick-500: #F12738;
  --fire-brick-600: #D30D1E;
  --fire-brick-700: #A80B18;
  --fire-brick-800: #780811;
  --fire-brick-900: #4D050B;
  --fire-brick-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color