Fire Brick
#AB1507
RedColor Codes
All color formats for development
HEX
#AB1507RGB
rgb(171, 21, 7)HSL
hsl(5, 92%, 35%)OKLCH
oklch(0.473 0.183 30.2)CMYK
cmyk(0%, 88%, 96%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A1306
2#891106
3#780F05
4#670C04
5#560A04
6#450803
7#330602
8#220401
9#110201
Tints
Lighter variations
1#CB1908
2#EB1D0A
3#F63220
4#F74F40
5#F86D60
6#FA8A80
7#FBA7A0
8#FCC4BF
9#FEE2DF
Tones
Muted variations
1#A31C0F
2#9B2318
3#932920
4#8B3028
5#823730
6#7A3E38
7#724541
8#6A4C49
9#615251
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC4 #FCC4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA97 #FA978E | BordersInactive statesPlaceholder text |
| 400 | F861 #F86154 | Disabled statesSecondary iconsMuted text |
| 500 | F634 #F63423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D71A #D71A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB15 #AB1507 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0F #7A0F05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F0;
--fire-brick-100: #FEDFDD;
--fire-brick-200: #FCC4BF;
--fire-brick-300: #FA978E;
--fire-brick-400: #F86154;
--fire-brick-500: #F63423;
--fire-brick-600: #D71A09;
--fire-brick-700: #AB1507;
--fire-brick-800: #7A0F05;
--fire-brick-900: #4E0A03;
--fire-brick-950: #310602;
}