Fire Brick

#A90A22

Red

Color Codes

All color formats for development

HEX
#A90A22
RGB
rgb(169, 10, 34)
HSL
hsl(351, 89%, 35%)
OKLCH
oklch(0.467 0.184 23.2)
CMYK
cmyk(0%, 94%, 80%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.63: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#98091E
2#87081B
3#760718
4#650614
5#540511
6#43040D
7#33030A
8#220207
9#110103

Tints

Lighter variations

1#C80C28
2#E70D2E
3#F22443
4#F4435E
5#F66278
6#F88293
7#FAA1AE
8#FBC0C9
9#FDE0E4

Tones

Muted variations

1#A11227
2#991A2D
3#912232
4#892A38
5#81323D
6#793943
7#714149
8#69494E
9#615154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C9
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A0
BordersInactive statesPlaceholder text
400
F556
#F5566E
Disabled statesSecondary iconsMuted text
500
F226
#F22645
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C2A
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A22
Active/pressed statesDark mode accentsSecondary text
800
7807
#780718
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040F
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F3;
  --fire-brick-100: #FDDDE2;
  --fire-brick-200: #FBC0C9;
  --fire-brick-300: #F990A0;
  --fire-brick-400: #F5566E;
  --fire-brick-500: #F22645;
  --fire-brick-600: #D40C2A;
  --fire-brick-700: #A90A22;
  --fire-brick-800: #780718;
  --fire-brick-900: #4D040F;
  --fire-brick-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color