Fire Brick
#AC0622
RedColor Codes
All color formats for development
HEX
#AC0622RGB
rgb(172, 6, 34)HSL
hsl(350, 93%, 35%)OKLCH
oklch(0.472 0.188 23.2)CMYK
cmyk(0%, 97%, 80%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B061F
2#8A051B
3#790418
4#670414
5#560311
6#45020E
7#34020A
8#220107
9#110103
Tints
Lighter variations
1#CC0728
2#EC092F
3#F71F43
4#F83F5E
5#F95F79
6#FA7F94
7#FC9FAE
8#FDBFC9
9#FEDFE4
Tones
Muted variations
1#A40F27
2#9C172D
3#931F33
4#8B2738
5#83303E
6#7A3843
7#724049
8#6A494E
9#625154
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EA0 | BordersInactive statesPlaceholder text |
| 400 | F953 #F9536E | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72245 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9082B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0622 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0418 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0310 | 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: #FEDDE2;
--fire-brick-200: #FDBFC9;
--fire-brick-300: #FB8EA0;
--fire-brick-400: #F9536E;
--fire-brick-500: #F72245;
--fire-brick-600: #D9082B;
--fire-brick-700: #AC0622;
--fire-brick-800: #7B0418;
--fire-brick-900: #4F0310;
--fire-brick-950: #31020A;
}