Fire Brick
#AC0625
RedColor Codes
All color formats for development
HEX
#AC0625RGB
rgb(172, 6, 37)HSL
hsl(349, 93%, 35%)OKLCH
oklch(0.472 0.187 22.2)CMYK
cmyk(0%, 97%, 78%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B0621
2#8A051D
3#79041A
4#670416
5#560312
6#45020F
7#34020B
8#220107
9#110104
Tints
Lighter variations
1#CC072B
2#EC0932
3#F71F47
4#F83F61
5#F95F7B
6#FA7F96
7#FC9FB0
8#FDBFCA
9#FEDFE5
Tones
Muted variations
1#A40F2A
2#9C172F
3#931F34
4#8B273A
5#83303F
6#7A3844
7#724049
8#6A494F
9#625154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EA2 | BordersInactive statesPlaceholder text |
| 400 | F953 #F95371 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72249 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9082E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0625 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B041A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0311 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F3;
--fire-brick-100: #FEDDE3;
--fire-brick-200: #FDBFCA;
--fire-brick-300: #FB8EA2;
--fire-brick-400: #F95371;
--fire-brick-500: #F72249;
--fire-brick-600: #D9082E;
--fire-brick-700: #AC0625;
--fire-brick-800: #7B041A;
--fire-brick-900: #4F0311;
--fire-brick-950: #31020A;
}