Fire Brick
#AC061A
RedColor Codes
All color formats for development
HEX
#AC061ARGB
rgb(172, 6, 26)HSL
hsl(353, 93%, 35%)OKLCH
oklch(0.471 0.188 25.4)CMYK
cmyk(0%, 97%, 85%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0617
2#8A0514
3#790412
4#67040F
5#56030D
6#45020A
7#340208
8#220105
9#110103
Tints
Lighter variations
1#CC071E
2#EC0923
3#F71F38
4#F83F55
5#F95F71
6#FA7F8D
7#FC9FAA
8#FDBFC6
9#FEDFE3
Tones
Muted variations
1#A40F20
2#9C1726
3#931F2D
4#8B2733
5#833039
6#7A3840
7#724046
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 #FEDDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9B | BordersInactive statesPlaceholder text |
| 400 | F953 #F95366 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F7223A | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90820 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0412 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030C | 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: #FEDDE0;
--fire-brick-200: #FDBFC6;
--fire-brick-300: #FB8E9B;
--fire-brick-400: #F95366;
--fire-brick-500: #F7223A;
--fire-brick-600: #D90820;
--fire-brick-700: #AC061A;
--fire-brick-800: #7B0412;
--fire-brick-900: #4F030C;
--fire-brick-950: #310207;
}