Fire Brick
#A21010
RedColor Codes
All color formats for development
HEX
#A21010RGB
rgb(162, 16, 16)HSL
hsl(0, 82%, 35%)OKLCH
oklch(0.454 0.177 28.1)CMYK
cmyk(0%, 90%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#920E0E
2#820D0D
3#720B0B
4#610A0A
5#510808
6#410606
7#310505
8#200303
9#100202
Tints
Lighter variations
1#C11313
2#DF1616
3#EA2C2C
4#ED4A4A
5#F06868
6#F38686
7#F6A5A5
8#F9C3C3
9#FCE1E1
Tones
Muted variations
1#9B1717
2#941F1F
3#8C2626
4#852D2D
5#7E3535
6#773C3C
7#6F4343
8#684B4B
9#615252
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F494 #F49494 | BordersInactive statesPlaceholder text |
| 400 | EF5D #EF5D5D | Disabled statesSecondary iconsMuted text |
| 500 | EA2E #EA2E2E | Primary brand colorCTAsActive elementsLinks |
| 600 | CC14 #CC1414 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A210 #A21010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 740B #740B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A07 #4A0707 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F1;
--fire-brick-100: #FCDFDF;
--fire-brick-200: #F9C3C3;
--fire-brick-300: #F49494;
--fire-brick-400: #EF5D5D;
--fire-brick-500: #EA2E2E;
--fire-brick-600: #CC1414;
--fire-brick-700: #A21010;
--fire-brick-800: #740B0B;
--fire-brick-900: #4A0707;
--fire-brick-950: #2E0505;
}