Fire Brick
#A4160E
RedColor Codes
All color formats for development
HEX
#A4160ERGB
rgb(164, 22, 14)HSL
hsl(3, 84%, 35%)OKLCH
oklch(0.461 0.176 29.3)CMYK
cmyk(0%, 87%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94140D
2#83110B
3#730F0A
4#630D09
5#520B07
6#420906
7#310704
8#210403
9#100201
Tints
Lighter variations
1#C31A11
2#E11E14
3#EC332A
4#EF5048
5#F26D67
6#F48B85
7#F7A8A4
8#FAC5C2
9#FCE2E1
Tones
Muted variations
1#9D1D16
2#95231D
3#8E2A25
4#86312C
5#7F3834
6#773E3B
7#704543
8#684C4A
9#615352
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE0 #FCE0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC5 #FAC5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F698 #F69893 | BordersInactive statesPlaceholder text |
| 400 | F162 #F1625B | Disabled statesSecondary iconsMuted text |
| 500 | ED35 #ED352C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE1B #CE1B12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A416 #A4160E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7510 #75100A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B0A #4B0A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F06 #2F0604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F1;
--fire-brick-100: #FCE0DE;
--fire-brick-200: #FAC5C2;
--fire-brick-300: #F69893;
--fire-brick-400: #F1625B;
--fire-brick-500: #ED352C;
--fire-brick-600: #CE1B12;
--fire-brick-700: #A4160E;
--fire-brick-800: #75100A;
--fire-brick-900: #4B0A07;
--fire-brick-950: #2F0604;
}