Fire Brick
#AA081B
RedColor Codes
All color formats for development
HEX
#AA081BRGB
rgb(170, 8, 27)HSL
hsl(353, 91%, 35%)OKLCH
oklch(0.468 0.186 25.2)CMYK
cmyk(0%, 95%, 84%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990718
2#880616
3#770613
4#660510
5#55040D
6#44030B
7#330208
8#220205
9#110103
Tints
Lighter variations
1#CA0A20
2#EA0B25
3#F5213A
4#F64156
5#F86172
6#F9808E
7#FBA0AB
8#FCC0C7
9#FEDFE3
Tones
Muted variations
1#A21021
2#9A1827
3#92202E
4#8A2934
5#82313A
6#7A3940
7#724147
8#69494D
9#615153
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F9B | BordersInactive statesPlaceholder text |
| 400 | F755 #F75567 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5243C | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A22 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA081B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0613 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040C | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310208 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F2;
--fire-brick-100: #FDDDE1;
--fire-brick-200: #FCC0C7;
--fire-brick-300: #FA8F9B;
--fire-brick-400: #F75567;
--fire-brick-500: #F5243C;
--fire-brick-600: #D60A22;
--fire-brick-700: #AA081B;
--fire-brick-800: #7A0613;
--fire-brick-900: #4E040C;
--fire-brick-950: #310208;
}