Fire Brick
#AC1106
RedColor Codes
All color formats for development
HEX
#AC1106RGB
rgb(172, 17, 6)HSL
hsl(4, 93%, 35%)OKLCH
oklch(0.473 0.186 29.8)CMYK
cmyk(0%, 90%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B1006
2#8A0E05
3#790C04
4#670A04
5#560903
6#450702
7#340502
8#220301
9#110201
Tints
Lighter variations
1#CC1507
2#EC1809
3#F72D1F
4#F84B3F
5#F9695F
6#FA877F
7#FCA59F
8#FDC3BF
9#FEE1DF
Tones
Muted variations
1#A4190F
2#9C2017
3#93271F
4#8B2E27
5#833530
6#7A3C38
7#724440
8#6A4B49
9#625251
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDC3 #FDC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FB95 #FB958E | BordersInactive statesPlaceholder text |
| 400 | F95E #F95E53 | Disabled statesSecondary iconsMuted text |
| 500 | F730 #F73022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D916 #D91608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC11 #AC1106 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B0C #7B0C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F08 #4F0803 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F0;
--fire-brick-100: #FEDFDD;
--fire-brick-200: #FDC3BF;
--fire-brick-300: #FB958E;
--fire-brick-400: #F95E53;
--fire-brick-500: #F73022;
--fire-brick-600: #D91608;
--fire-brick-700: #AC1106;
--fire-brick-800: #7B0C04;
--fire-brick-900: #4F0803;
--fire-brick-950: #310502;
}