Fire Brick

#AA0914

Red

Color Codes

All color formats for development

HEX
#AA0914
RGB
rgb(170, 9, 20)
HSL
hsl(356, 90%, 35%)
OKLCH
oklch(0.467 0.186 26.9)
CMYK
cmyk(0%, 95%, 88%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.61:1

AA AAA

On Black Background

2.76: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#990812
2#880710
3#77060E
4#66050C
5#55040A
6#440408
7#330306
8#220204
9#110102

Tints

Lighter variations

1#C90B17
2#E90C1B
3#F32330
4#F5424E
5#F7626B
6#F88189
7#FAA1A6
8#FCC0C4
9#FDE0E1

Tones

Muted variations

1#A2111B
2#9A1922
3#912129
4#89292F
5#813136
6#79393D
7#714144
8#69494B
9#615152

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF0
#FEF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDF
Light backgroundsTable row hoverSkeleton loading
200
FCC0
#FCC0C4
Secondary backgroundsInput backgroundsDividers
300
F990
#F99097
BordersInactive statesPlaceholder text
400
F655
#F65560
Disabled statesSecondary iconsMuted text
500
F425
#F42533
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B19
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0914
Active/pressed statesDark mode accentsSecondary text
800
7906
#79060E
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0409
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF0F1;
  --fire-brick-100: #FDDDDF;
  --fire-brick-200: #FCC0C4;
  --fire-brick-300: #F99097;
  --fire-brick-400: #F65560;
  --fire-brick-500: #F42533;
  --fire-brick-600: #D50B19;
  --fire-brick-700: #AA0914;
  --fire-brick-800: #79060E;
  --fire-brick-900: #4E0409;
  --fire-brick-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color