Fire Brick

#AA0924

Red

Color Codes

All color formats for development

HEX
#AA0924
RGB
rgb(170, 9, 36)
HSL
hsl(350, 90%, 35%)
OKLCH
oklch(0.469 0.185 22.6)
CMYK
cmyk(0%, 95%, 79%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.57:1

AA AAA

On Black Background

2.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF0
100
#FDDD
200
#FCC0
300
#F990
400
#F655
500
#F425
600
#D50B
700
#AA09
800
#7906
900
#4E04
950
#3003

Shades

Darker variations

1#990820
2#88071D
3#770619
4#660515
5#550412
6#44040E
7#33030B
8#220207
9#110104

Tints

Lighter variations

1#C90B2A
2#E90C31
3#F32345
4#F54260
5#F7627A
6#F88195
7#FAA1AF
8#FCC0CA
9#FDE0E4

Tones

Muted variations

1#A21129
2#9A192E
3#912134
4#892939
5#81313E
6#793944
7#714149
8#69494F
9#615154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE2
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CA
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A1
BordersInactive statesPlaceholder text
400
F655
#F65570
Disabled statesSecondary iconsMuted text
500
F425
#F42547
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B2D
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0924
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061A
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0410
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: #FEF0F3;
  --fire-brick-100: #FDDDE2;
  --fire-brick-200: #FCC0CA;
  --fire-brick-300: #F990A1;
  --fire-brick-400: #F65570;
  --fire-brick-500: #F42547;
  --fire-brick-600: #D50B2D;
  --fire-brick-700: #AA0924;
  --fire-brick-800: #79061A;
  --fire-brick-900: #4E0410;
  --fire-brick-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color