Fire Brick
#A21021
RedColor Codes
All color formats for development
HEX
#A21021RGB
rgb(162, 16, 33)HSL
hsl(353, 82%, 35%)OKLCH
oklch(0.455 0.175 23.6)CMYK
cmyk(0%, 90%, 80%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#920E1E
2#820D1B
3#720B17
4#610A14
5#510811
6#41060D
7#31050A
8#200307
9#100203
Tints
Lighter variations
1#C11327
2#DF162D
3#EA2C42
4#ED4A5D
5#F06878
6#F38693
7#F6A5AE
8#F9C3C9
9#FCE1E4
Tones
Muted variations
1#9B1727
2#941F2C
3#8C2632
4#852D38
5#7E353D
6#773C43
7#6F4348
8#684B4E
9#615254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F4949F | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D6E | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E44 | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC142A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21021 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A070F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0509 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FCDFE2;
--fire-brick-200: #F9C3C9;
--fire-brick-300: #F4949F;
--fire-brick-400: #EF5D6E;
--fire-brick-500: #EA2E44;
--fire-brick-600: #CC142A;
--fire-brick-700: #A21021;
--fire-brick-800: #740B18;
--fire-brick-900: #4A070F;
--fire-brick-950: #2E0509;
}