Fire Brick
#A21026
RedColor Codes
All color formats for development
HEX
#A21026RGB
rgb(162, 16, 38)HSL
hsl(351, 82%, 35%)OKLCH
oklch(0.456 0.175 21.9)CMYK
cmyk(0%, 90%, 77%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#920E22
2#820D1E
3#720B1B
4#610A17
5#510813
6#41060F
7#31050B
8#200308
9#100204
Tints
Lighter variations
1#C1132D
2#DF1634
3#EA2C48
4#ED4A62
5#F0687D
6#F38697
7#F6A5B1
8#F9C3CB
9#FCE1E5
Tones
Muted variations
1#9B172B
2#941F30
3#8C2635
4#852D3B
5#7E3540
6#773C45
7#6F434A
8#684B4F
9#615254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F494A3 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D73 | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E4A | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1430 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0711 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E050B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FCDFE3;
--fire-brick-200: #F9C3CB;
--fire-brick-300: #F494A3;
--fire-brick-400: #EF5D73;
--fire-brick-500: #EA2E4A;
--fire-brick-600: #CC1430;
--fire-brick-700: #A21026;
--fire-brick-800: #740B1B;
--fire-brick-900: #4A0711;
--fire-brick-950: #2E050B;
}