Fire Brick
#AC061C
RedColor Codes
All color formats for development
HEX
#AC061CRGB
rgb(172, 6, 28)HSL
hsl(352, 93%, 35%)OKLCH
oklch(0.471 0.188 24.8)CMYK
cmyk(0%, 97%, 84%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B061A
2#8A0517
3#790414
4#670411
5#56030E
6#45020B
7#340209
8#220106
9#110103
Tints
Lighter variations
1#CC0722
2#EC0927
3#F71F3C
4#F83F58
5#F95F74
6#FA7F8F
7#FC9FAB
8#FDBFC7
9#FEDFE3
Tones
Muted variations
1#A40F22
2#9C1729
3#931F2F
4#8B2735
5#83303B
6#7A3841
7#724047
8#6A494D
9#625153
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9C | BordersInactive statesPlaceholder text |
| 400 | F953 #F95369 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7223E | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0414 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030D | 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: #FEDDE1;
--fire-brick-200: #FDBFC7;
--fire-brick-300: #FB8E9C;
--fire-brick-400: #F95369;
--fire-brick-500: #F7223E;
--fire-brick-600: #D90824;
--fire-brick-700: #AC061C;
--fire-brick-800: #7B0414;
--fire-brick-900: #4F030D;
--fire-brick-950: #310208;
}