Fire Brick
#A41B0E
RedColor Codes
All color formats for development
HEX
#A41B0ERGB
rgb(164, 27, 14)HSL
hsl(5, 84%, 35%)OKLCH
oklch(0.464 0.173 30.1)CMYK
cmyk(0%, 84%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94180D
2#83150B
3#73130A
4#631009
5#520D07
6#420B06
7#310804
8#210503
9#100301
Tints
Lighter variations
1#C32011
2#E12514
3#EC3A2A
4#EF5648
5#F27267
6#F48E85
7#F7AAA4
8#FAC7C2
9#FCE3E1
Tones
Muted variations
1#9D2116
2#95271D
3#8E2E25
4#86342C
5#7F3A34
6#77403B
7#704743
8#684D4A
9#615352
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE1 #FCE1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC7 #FAC7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F69B #F69B93 | BordersInactive statesPlaceholder text |
| 400 | F167 #F1675B | Disabled statesSecondary iconsMuted text |
| 500 | ED3C #ED3C2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE22 #CE2212 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A41B #A41B0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7513 #75130A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0C #4B0C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F08 #2F0804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FCE1DE;
--fire-brick-200: #FAC7C2;
--fire-brick-300: #F69B93;
--fire-brick-400: #F1675B;
--fire-brick-500: #ED3C2C;
--fire-brick-600: #CE2212;
--fire-brick-700: #A41B0E;
--fire-brick-800: #75130A;
--fire-brick-900: #4B0C07;
--fire-brick-950: #2F0804;
}