Fire Brick

#AA0929

Red

Color Codes

All color formats for development

HEX
#AA0929
RGB
rgb(170, 9, 41)
HSL
hsl(348, 90%, 35%)
OKLCH
oklch(0.47 0.185 20.9)
CMYK
cmyk(0%, 95%, 76%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.55: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#990825
2#880721
3#77061D
4#660519
5#550415
6#440410
7#33030C
8#220208
9#110104

Tints

Lighter variations

1#C90B31
2#E90C38
3#F3234C
4#F54266
5#F7627F
6#F88199
7#FAA1B2
8#FCC0CC
9#FDE0E5

Tones

Muted variations

1#A2112E
2#9A1933
3#912138
4#89293C
5#813141
6#793946
7#71414B
8#694950
9#615154

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
#FCC0CC
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A5
BordersInactive statesPlaceholder text
400
F655
#F65576
Disabled statesSecondary iconsMuted text
500
F425
#F4254E
Primary brand colorCTAsActive elementsLinks
600
D50B
#D50B34
Hover statesFocus ringsPrimary buttons hover
700
AA09
#AA0929
Active/pressed statesDark mode accentsSecondary text
800
7906
#79061D
Text on light backgroundsHeadingsStrong borders
900
4E04
#4E0413
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: #FCC0CC;
  --fire-brick-300: #F990A5;
  --fire-brick-400: #F65576;
  --fire-brick-500: #F4254E;
  --fire-brick-600: #D50B34;
  --fire-brick-700: #AA0929;
  --fire-brick-800: #79061D;
  --fire-brick-900: #4E0413;
  --fire-brick-950: #30030C;
}
Generate More ShadesCreate PaletteConvert Color