Fire Brick

#A80B1D

Red

Color Codes

All color formats for development

HEX
#A80B1D
RGB
rgb(168, 11, 29)
HSL
hsl(353, 88%, 35%)
OKLCH
oklch(0.465 0.183 24.7)
CMYK
cmyk(0%, 93%, 83%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.69: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#970A1A
2#860917
3#750714
4#650611
5#54050F
6#43040C
7#320309
8#220206
9#110103

Tints

Lighter variations

1#C70D22
2#E60F28
3#F1253D
4#F34458
5#F56374
6#F78290
7#F9A2AC
8#FBC1C7
9#FDE0E3

Tones

Muted variations

1#A01323
2#981A29
3#90222F
4#882A35
5#81323B
6#793A41
7#714247
8#694A4D
9#615153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE1
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C7
Secondary backgroundsInput backgroundsDividers
300
F891
#F8919D
BordersInactive statesPlaceholder text
400
F457
#F4576A
Disabled statesSecondary iconsMuted text
500
F127
#F1273F
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D25
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B1D
Active/pressed statesDark mode accentsSecondary text
800
7808
#780815
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050D
Primary textHigh emphasis contentDark headings
950
3003
#300308
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F2;
  --fire-brick-100: #FDDDE1;
  --fire-brick-200: #FBC1C7;
  --fire-brick-300: #F8919D;
  --fire-brick-400: #F4576A;
  --fire-brick-500: #F1273F;
  --fire-brick-600: #D30D25;
  --fire-brick-700: #A80B1D;
  --fire-brick-800: #780815;
  --fire-brick-900: #4D050D;
  --fire-brick-950: #300308;
}
Generate More ShadesCreate PaletteConvert Color