Fire Brick
#AA1609
RedColor Codes
All color formats for development
HEX
#AA1609RGB
rgb(170, 22, 9)HSL
hsl(5, 90%, 35%)OKLCH
oklch(0.472 0.182 30)CMYK
cmyk(0%, 87%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#991408
2#881207
3#771006
4#660D05
5#550B04
6#440904
7#330703
8#220402
9#110201
Tints
Lighter variations
1#C91A0B
2#E91F0C
3#F33423
4#F55142
5#F76E62
6#F88B81
7#FAA8A1
8#FCC5C0
9#FDE2E0
Tones
Muted variations
1#A21D11
2#9A2419
3#912A21
4#893129
5#813831
6#793E39
7#714541
8#694C49
9#615351
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F998 #F99890 | BordersInactive statesPlaceholder text |
| 400 | F663 #F66355 | Disabled statesSecondary iconsMuted text |
| 500 | F436 #F43625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D51C #D51C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA16 #AA1609 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7910 #791006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A04 | 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: #FEF2F0;
--fire-brick-100: #FDE0DD;
--fire-brick-200: #FCC5C0;
--fire-brick-300: #F99890;
--fire-brick-400: #F66355;
--fire-brick-500: #F43625;
--fire-brick-600: #D51C0B;
--fire-brick-700: #AA1609;
--fire-brick-800: #791006;
--fire-brick-900: #4E0A04;
--fire-brick-950: #300603;
}