Fire Brick
#AA0916
RedColor Codes
All color formats for development
HEX
#AA0916RGB
rgb(170, 9, 22)HSL
hsl(355, 90%, 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#990814
2#880712
3#770610
4#66050D
5#55040B
6#440409
7#330307
8#220204
9#110102
Tints
Lighter variations
1#C90B1A
2#E90C1F
3#F32334
4#F54251
5#F7626E
6#F8818B
7#FAA1A8
8#FCC0C5
9#FDE0E2
Tones
Muted variations
1#A2111D
2#9A1924
3#91212A
4#892931
5#813138
6#79393E
7#714145
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 #FCC0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99098 | BordersInactive statesPlaceholder text |
| 400 | F655 #F65563 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42536 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0916 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790610 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E040A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300306 | 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: #F99098;
--fire-brick-400: #F65563;
--fire-brick-500: #F42536;
--fire-brick-600: #D50B1C;
--fire-brick-700: #AA0916;
--fire-brick-800: #790610;
--fire-brick-900: #4E040A;
--fire-brick-950: #300306;
}