Fire Brick
#AC061F
RedColor Codes
All color formats for development
HEX
#AC061FRGB
rgb(172, 6, 31)HSL
hsl(351, 93%, 35%)OKLCH
oklch(0.471 0.188 24)CMYK
cmyk(0%, 97%, 82%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B061C
2#8A0519
3#790416
4#670413
5#560310
6#45020C
7#340209
8#220106
9#110103
Tints
Lighter variations
1#CC0725
2#EC092B
3#F71F3F
4#F83F5B
5#F95F76
6#FA7F92
7#FC9FAD
8#FDBFC8
9#FEDFE4
Tones
Muted variations
1#A40F25
2#9C172B
3#931F31
4#8B2736
5#83303C
6#7A3842
7#724048
8#6A494E
9#625153
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFC8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8E9E | BordersInactive statesPlaceholder text |
| 400 | F953 #F9536C | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F72242 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D90827 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC061F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0416 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F030E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310209 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF0F2;
--fire-brick-100: #FEDDE2;
--fire-brick-200: #FDBFC8;
--fire-brick-300: #FB8E9E;
--fire-brick-400: #F9536C;
--fire-brick-500: #F72242;
--fire-brick-600: #D90827;
--fire-brick-700: #AC061F;
--fire-brick-800: #7B0416;
--fire-brick-900: #4F030E;
--fire-brick-950: #310209;
}