Fire Brick
#AC0611
RedColor Codes
All color formats for development
HEX
#AC0611RGB
rgb(172, 6, 17)HSL
hsl(356, 93%, 35%)OKLCH
oklch(0.47 0.189 27.3)CMYK
cmyk(0%, 97%, 90%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0610
2#8A050E
3#79040C
4#67040A
5#560309
6#450207
7#340205
8#220103
9#110102
Tints
Lighter variations
1#CC0715
2#EC0918
3#F71F2D
4#F83F4B
5#F95F69
6#FA7F87
7#FC9FA5
8#FDBFC3
9#FEDFE1
Tones
Muted variations
1#A40F19
2#9C1720
3#931F27
4#8B272E
5#833035
6#7A383C
7#724044
8#6A494B
9#625152
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E95 | BordersInactive statesPlaceholder text |
| 400 | F953 #F9535E | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72230 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B040C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0308 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F1;
--fire-brick-100: #FEDDDF;
--fire-brick-200: #FDBFC3;
--fire-brick-300: #FB8E95;
--fire-brick-400: #F9535E;
--fire-brick-500: #F72230;
--fire-brick-600: #D90816;
--fire-brick-700: #AC0611;
--fire-brick-800: #7B040C;
--fire-brick-900: #4F0308;
--fire-brick-950: #310205;
}