Fire Brick

#A80B20

Red

Color Codes

All color formats for development

HEX
#A80B20
RGB
rgb(168, 11, 32)
HSL
hsl(352, 88%, 35%)
OKLCH
oklch(0.465 0.183 23.9)
CMYK
cmyk(0%, 93%, 81%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.68: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#970A1C
2#860919
3#750716
4#650613
5#540510
6#43040D
7#320309
8#220206
9#110103

Tints

Lighter variations

1#C70D26
2#E60F2B
3#F12540
4#F3445B
5#F56377
6#F78292
7#F9A2AD
8#FBC1C8
9#FDE0E4

Tones

Muted variations

1#A01325
2#981A2B
3#902231
4#882A37
5#81323C
6#793A42
7#714248
8#694A4E
9#615153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C8
Secondary backgroundsInput backgroundsDividers
300
F891
#F8919F
BordersInactive statesPlaceholder text
400
F457
#F4576C
Disabled statesSecondary iconsMuted text
500
F127
#F12742
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D28
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B20
Active/pressed statesDark mode accentsSecondary text
800
7808
#780817
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050E
Primary textHigh emphasis contentDark headings
950
3003
#300309
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F2;
  --fire-brick-100: #FDDDE2;
  --fire-brick-200: #FBC1C8;
  --fire-brick-300: #F8919F;
  --fire-brick-400: #F4576C;
  --fire-brick-500: #F12742;
  --fire-brick-600: #D30D28;
  --fire-brick-700: #A80B20;
  --fire-brick-800: #780817;
  --fire-brick-900: #4D050E;
  --fire-brick-950: #300309;
}
Generate More ShadesCreate PaletteConvert Color