Fire Brick
#A5220D
RedColor Codes
All color formats for development
HEX
#A5220DRGB
rgb(165, 34, 13)HSL
hsl(8, 85%, 35%)OKLCH
oklch(0.471 0.17 31.7)CMYK
cmyk(0%, 79%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#951E0C
2#841B0B
3#741809
4#631408
5#531107
6#420D05
7#320A04
8#210703
9#110301
Tints
Lighter variations
1#C42810
2#E22E12
3#EE4328
4#F05E47
5#F37866
6#F59384
7#F8AEA3
8#FAC9C2
9#FDE4E0
Tones
Muted variations
1#9E2715
2#962D1D
3#8E3224
4#87382C
5#7F3D33
6#78433B
7#704942
8#684E4A
9#615452
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE2 #FCE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC9 #FAC9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6A0 #F6A092 | BordersInactive statesPlaceholder text |
| 400 | F26E #F26E5A | Disabled statesSecondary iconsMuted text |
| 500 | EE45 #EE452B | Primary brand colorCTAsActive elementsLinks |
| 600 | D02A #D02A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A522 #A5220D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7618 #76180A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0F #4B0F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0A #2F0A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FCE2DE;
--fire-brick-200: #FAC9C2;
--fire-brick-300: #F6A092;
--fire-brick-400: #F26E5A;
--fire-brick-500: #EE452B;
--fire-brick-600: #D02A11;
--fire-brick-700: #A5220D;
--fire-brick-800: #76180A;
--fire-brick-900: #4B0F06;
--fire-brick-950: #2F0A04;
}