Fire Brick
#AA1808
RedColor Codes
All color formats for development
HEX
#AA1808RGB
rgb(170, 24, 8)HSL
hsl(6, 91%, 35%)OKLCH
oklch(0.473 0.181 30.5)CMYK
cmyk(0%, 86%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#991607
2#881306
3#771106
4#660F05
5#550C04
6#440A03
7#330702
8#220502
9#110201
Tints
Lighter variations
1#CA1D0A
2#EA210B
3#F53721
4#F65341
5#F87061
6#F98C80
7#FBA9A0
8#FCC6C0
9#FEE2DF
Tones
Muted variations
1#A21F10
2#9A2518
3#922C20
4#8A3229
5#823931
6#7A3F39
7#724641
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 | FCC6 #FCC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9A #FA9A8F | BordersInactive statesPlaceholder text |
| 400 | F765 #F76555 | Disabled statesSecondary iconsMuted text |
| 500 | F539 #F53924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D61F #D61F0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA18 #AA1808 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A11 #7A1106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | 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: #FCC6C0;
--fire-brick-300: #FA9A8F;
--fire-brick-400: #F76555;
--fire-brick-500: #F53924;
--fire-brick-600: #D61F0A;
--fire-brick-700: #AA1808;
--fire-brick-800: #7A1106;
--fire-brick-900: #4E0B04;
--fire-brick-950: #310702;
}