Fire Brick

#AC2206

Red

Color Codes

All color formats for development

HEX
#AC2206
RGB
rgb(172, 34, 6)
HSL
hsl(10, 93%, 35%)
OKLCH
oklch(0.484 0.177 32.4)
CMYK
cmyk(0%, 80%, 97%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.03:1

AA AAA

On Black Background

2.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FEE2
200
#FDC9
300
#FBA0
400
#F96E
500
#F745
600
#D92B
700
#AC22
800
#7B18
900
#4F10
950
#310A

Shades

Darker variations

1#9B1F06
2#8A1B05
3#791804
4#671404
5#561103
6#450E02
7#340A02
8#220701
9#110301

Tints

Lighter variations

1#CC2807
2#EC2F09
3#F7431F
4#F85E3F
5#F9795F
6#FA947F
7#FCAE9F
8#FDC9BF
9#FEE4DF

Tones

Muted variations

1#A4270F
2#9C2D17
3#93331F
4#8B3827
5#833E30
6#7A4338
7#724940
8#6A4E49
9#625451

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F0
BackgroundsSubtle highlightsCard backgrounds
100
FEE2
#FEE2DD
Light backgroundsTable row hoverSkeleton loading
200
FDC9
#FDC9BF
Secondary backgroundsInput backgroundsDividers
300
FBA0
#FBA08E
BordersInactive statesPlaceholder text
400
F96E
#F96E53
Disabled statesSecondary iconsMuted text
500
F745
#F74522
Primary brand colorCTAsActive elementsLinks
600
D92B
#D92B08
Hover statesFocus ringsPrimary buttons hover
700
AC22
#AC2206
Active/pressed statesDark mode accentsSecondary text
800
7B18
#7B1804
Text on light backgroundsHeadingsStrong borders
900
4F10
#4F1003
Primary textHigh emphasis contentDark headings
950
310A
#310A02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F0;
  --fire-brick-100: #FEE2DD;
  --fire-brick-200: #FDC9BF;
  --fire-brick-300: #FBA08E;
  --fire-brick-400: #F96E53;
  --fire-brick-500: #F74522;
  --fire-brick-600: #D92B08;
  --fire-brick-700: #AC2206;
  --fire-brick-800: #7B1804;
  --fire-brick-900: #4F1003;
  --fire-brick-950: #310A02;
}
Generate More ShadesCreate PaletteConvert Color