Fire Brick
#AC0617
RedColor Codes
All color formats for development
HEX
#AC0617RGB
rgb(172, 6, 23)HSL
hsl(354, 93%, 35%)OKLCH
oklch(0.471 0.188 26.1)CMYK
cmyk(0%, 97%, 87%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0615
2#8A0512
3#790410
4#67040E
5#56030B
6#450209
7#340207
8#220105
9#110102
Tints
Lighter variations
1#CC071B
2#EC091F
3#F71F35
4#F83F52
5#F95F6E
6#FA7F8B
7#FC9FA8
8#FDBFC5
9#FEDFE2
Tones
Muted variations
1#A40F1D
2#9C1724
3#931F2B
4#8B2731
5#833038
6#7A383F
7#724045
8#6A494C
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 #FDBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E99 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95363 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72237 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9081D | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0617 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0410 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030A | 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: #FDBFC5;
--fire-brick-300: #FB8E99;
--fire-brick-400: #F95363;
--fire-brick-500: #F72237;
--fire-brick-600: #D9081D;
--fire-brick-700: #AC0617;
--fire-brick-800: #7B0410;
--fire-brick-900: #4F030A;
--fire-brick-950: #310207;
}