Fire Brick
#A90A2C
RedColor Codes
All color formats for development
HEX
#A90A2CRGB
rgb(169, 10, 44)HSL
hsl(347, 89%, 35%)OKLCH
oklch(0.468 0.183 19.8)CMYK
cmyk(0%, 94%, 74%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#980928
2#870823
3#76071F
4#65061B
5#540516
6#430412
7#33030D
8#220209
9#110104
Tints
Lighter variations
1#C80C34
2#E70D3D
3#F22450
4#F44369
5#F66282
6#F8829B
7#FAA1B4
8#FBC0CD
9#FDE0E6
Tones
Muted variations
1#A11231
2#991A35
3#91223A
4#892A3E
5#813243
6#793947
7#71414C
8#694950
9#615155
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990A7 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55679 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22652 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780720 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0414 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FDDDE4;
--fire-brick-200: #FBC0CD;
--fire-brick-300: #F990A7;
--fire-brick-400: #F55679;
--fire-brick-500: #F22652;
--fire-brick-600: #D40C38;
--fire-brick-700: #A90A2C;
--fire-brick-800: #780720;
--fire-brick-900: #4D0414;
--fire-brick-950: #30030D;
}