Fire Brick

#AA092C

Red

Color Codes

All color formats for development

HEX
#AA092C
RGB
rgb(170, 9, 44)
HSL
hsl(347, 90%, 35%)
OKLCH
oklch(0.47 0.184 19.9)
CMYK
cmyk(0%, 95%, 74%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.54:1

AA AAA

On Black Background

2.78: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#990827
2#880723
3#77061F
4#66051A
5#550416
6#440411
7#33030D
8#220209
9#110104

Tints

Lighter variations

1#C90B34
2#E90C3C
3#F32350
4#F54269
5#F76282
6#F8819B
7#FAA1B4
8#FCC0CD
9#FDE0E6

Tones

Muted variations

1#A21130
2#9A1935
3#912139
4#89293E
5#813142
6#793947
7#71414C
8#694950
9#615155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE4
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0CD
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A6
BordersInactive statesPlaceholder text
400
F655
#F65578
Disabled statesSecondary iconsMuted text
500
F425
#F42552
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B37
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA092C
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061F
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0414
Primary textHigh emphasis contentDark headings
950
3003
#30030C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF0F3;
  --fire-brick-100: #FDDDE4;
  --fire-brick-200: #FCC0CD;
  --fire-brick-300: #F990A6;
  --fire-brick-400: #F65578;
  --fire-brick-500: #F42552;
  --fire-brick-600: #D50B37;
  --fire-brick-700: #AA092C;
  --fire-brick-800: #79061F;
  --fire-brick-900: #4E0414;
  --fire-brick-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color