Fire Brick

#AA1409

Red

Color Codes

All color formats for development

HEX
#AA1409
RGB
rgb(170, 20, 9)
HSL
hsl(4, 90%, 35%)
OKLCH
oklch(0.471 0.183 29.8)
CMYK
cmyk(0%, 88%, 95%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.46:1

AA AAA

On Black Background

2.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDF
200
#FCC4
300
#F997
400
#F660
500
#F433
600
#D519
700
#AA14
800
#790E
900
#4E09
950
#3006

Shades

Darker variations

1#991208
2#881007
3#770E06
4#660C05
5#550A04
6#440804
7#330603
8#220402
9#110201

Tints

Lighter variations

1#C9170B
2#E91B0C
3#F33023
4#F54E42
5#F76B62
6#F88981
7#FAA6A1
8#FCC4C0
9#FDE1E0

Tones

Muted variations

1#A21B11
2#9A2219
3#912921
4#892F29
5#813631
6#793D39
7#714441
8#694B49
9#615251

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F0
BackgroundsSubtle highlightsCard backgrounds
100
FDDF
#FDDFDD
Light backgroundsTable row hoverSkeleton loading
200
FCC4
#FCC4C0
Secondary backgroundsInput backgroundsDividers
300
F997
#F99790
BordersInactive statesPlaceholder text
400
F660
#F66055
Disabled statesSecondary iconsMuted text
500
F433
#F43325
Primary brand colorCTAsActive elementsLinks
600
D519
#D5190B
Hover statesFocus ringsPrimary buttons hover
700
AA14
#AA1409
Active/pressed statesDark mode accentsSecondary text
800
790E
#790E06
Text on light backgroundsHeadingsStrong borders
900
4E09
#4E0904
Primary textHigh emphasis contentDark headings
950
3006
#300603
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F0;
  --fire-brick-100: #FDDFDD;
  --fire-brick-200: #FCC4C0;
  --fire-brick-300: #F99790;
  --fire-brick-400: #F66055;
  --fire-brick-500: #F43325;
  --fire-brick-600: #D5190B;
  --fire-brick-700: #AA1409;
  --fire-brick-800: #790E06;
  --fire-brick-900: #4E0904;
  --fire-brick-950: #300603;
}
Generate More ShadesCreate PaletteConvert Color