Fire Brick
#AA0816
RedColor Codes
All color formats for development
HEX
#AA0816RGB
rgb(170, 8, 22)HSL
hsl(355, 91%, 35%)OKLCH
oklch(0.467 0.186 26.4)CMYK
cmyk(0%, 95%, 87%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990713
2#880611
3#77060F
4#66050D
5#55040B
6#440309
7#330206
8#220204
9#110102
Tints
Lighter variations
1#CA0A1A
2#EA0B1E
3#F52133
4#F64150
5#F8616D
6#F9808A
7#FBA0A8
8#FCC0C5
9#FEDFE2
Tones
Muted variations
1#A2101C
2#9A1823
3#92202A
4#8A2931
5#823137
6#7A393E
7#724145
8#69494C
9#615152
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 #FCC0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8F98 | BordersInactive statesPlaceholder text |
| 400 | F755 #F75562 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52435 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0816 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A060F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040A | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310206 | 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: #FCC0C5;
--fire-brick-300: #FA8F98;
--fire-brick-400: #F75562;
--fire-brick-500: #F52435;
--fire-brick-600: #D60A1B;
--fire-brick-700: #AA0816;
--fire-brick-800: #7A060F;
--fire-brick-900: #4E040A;
--fire-brick-950: #310206;
}