Fire Brick
#AA0818
RedColor Codes
All color formats for development
HEX
#AA0818RGB
rgb(170, 8, 24)HSL
hsl(354, 91%, 35%)OKLCH
oklch(0.467 0.186 25.9)CMYK
cmyk(0%, 95%, 86%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990716
2#880613
3#770611
4#66050F
5#55040C
6#44030A
7#330207
8#220205
9#110102
Tints
Lighter variations
1#CA0A1D
2#EA0B21
3#F52137
4#F64153
5#F86170
6#F9808C
7#FBA0A9
8#FCC0C6
9#FEDFE2
Tones
Muted variations
1#A2101F
2#9A1825
3#92202C
4#8A2932
5#823139
6#7A393F
7#724146
8#69494C
9#615153
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F9A | BordersInactive statesPlaceholder text |
| 400 | F755 #F75565 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52439 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0611 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F2;
--fire-brick-100: #FDDDE0;
--fire-brick-200: #FCC0C6;
--fire-brick-300: #FA8F9A;
--fire-brick-400: #F75565;
--fire-brick-500: #F52439;
--fire-brick-600: #D60A1F;
--fire-brick-700: #AA0818;
--fire-brick-800: #7A0611;
--fire-brick-900: #4E040B;
--fire-brick-950: #310207;
}