Fire Brick

#A90A1C

Red

Color Codes

All color formats for development

HEX
#A90A1C
RGB
rgb(169, 10, 28)
HSL
hsl(353, 89%, 35%)
OKLCH
oklch(0.466 0.184 25)
CMYK
cmyk(0%, 94%, 83%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.64:1

AA AAA

On Black Background

2.75: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#98091A
2#870817
3#760714
4#650611
5#54050E
6#43040B
7#330309
8#220206
9#110103

Tints

Lighter variations

1#C80C22
2#E70D27
3#F2243C
4#F44358
5#F66274
6#F8828F
7#FAA1AB
8#FBC0C7
9#FDE0E3

Tones

Muted variations

1#A11222
2#991A29
3#91222F
4#892A35
5#81323B
6#793941
7#714147
8#69494D
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
FBC0
#FBC0C7
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909C
BordersInactive statesPlaceholder text
400
F556
#F55669
Disabled statesSecondary iconsMuted text
500
F226
#F2263E
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C24
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1C
Active/pressed statesDark mode accentsSecondary text
800
7807
#780714
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040D
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: #FBC0C7;
  --fire-brick-300: #F9909C;
  --fire-brick-400: #F55669;
  --fire-brick-500: #F2263E;
  --fire-brick-600: #D40C24;
  --fire-brick-700: #A90A1C;
  --fire-brick-800: #780714;
  --fire-brick-900: #4D040D;
  --fire-brick-950: #300308;
}
Generate More ShadesCreate PaletteConvert Color