Fire Brick
#AB0718
RedColor Codes
All color formats for development
HEX
#AB0718RGB
rgb(171, 7, 24)HSL
hsl(354, 92%, 35%)OKLCH
oklch(0.469 0.187 25.9)CMYK
cmyk(0%, 96%, 86%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A0615
2#890613
3#780510
4#67040E
5#56040C
6#450309
7#330207
8#220105
9#110102
Tints
Lighter variations
1#CB081C
2#EB0A20
3#F62036
4#F74052
5#F8606F
6#FA808C
7#FBA0A9
8#FCBFC5
9#FEDFE2
Tones
Muted variations
1#A30F1E
2#9B1825
3#93202B
4#8B2832
5#823038
6#7A383F
7#724146
8#6A494C
9#615153
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 | FCBF #FCBFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E99 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85464 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62338 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7091E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0718 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E030B | 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: #FCBFC5;
--fire-brick-300: #FA8E99;
--fire-brick-400: #F85464;
--fire-brick-500: #F62338;
--fire-brick-600: #D7091E;
--fire-brick-700: #AB0718;
--fire-brick-800: #7A0511;
--fire-brick-900: #4E030B;
--fire-brick-950: #310207;
}