Fire Brick
#A02313
RedColor Codes
All color formats for development
HEX
#A02313RGB
rgb(160, 35, 19)HSL
hsl(7, 79%, 35%)OKLCH
oklch(0.463 0.163 30.9)CMYK
cmyk(0%, 78%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#902011
2#801C0F
3#70190D
4#60150B
5#501209
6#400E07
7#300B06
8#200704
9#100402
Tints
Lighter variations
1#BD2A16
2#DB301A
3#E7452F
4#EA5F4D
5#EE7A6B
6#F19588
7#F5AFA6
8#F8CAC4
9#FCE4E1
Tones
Muted variations
1#99291A
2#922E21
3#8B3328
4#84392F
5#7D3E36
6#75443D
7#6E4944
8#674E4B
9#605452
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE2 #FBE2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CA #F8CAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A1 #F3A196 | BordersInactive statesPlaceholder text |
| 400 | EC70 #EC705F | Disabled statesSecondary iconsMuted text |
| 500 | E747 #E74732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C92C #C92C18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A023 #A02313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7219 #72190D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4910 #491009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0A #2E0A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF3F1;
--fire-brick-100: #FBE2DF;
--fire-brick-200: #F8CAC4;
--fire-brick-300: #F3A196;
--fire-brick-400: #EC705F;
--fire-brick-500: #E74732;
--fire-brick-600: #C92C18;
--fire-brick-700: #A02313;
--fire-brick-800: #72190D;
--fire-brick-900: #491009;
--fire-brick-950: #2E0A05;
}