Fire Brick
#A40E22
RedColor Codes
All color formats for development
HEX
#A40E22RGB
rgb(164, 14, 34)HSL
hsl(352, 84%, 35%)OKLCH
oklch(0.459 0.178 23.2)CMYK
cmyk(0%, 91%, 79%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#940D1F
2#830B1B
3#730A18
4#630915
5#520711
6#42060E
7#31040A
8#210307
9#100103
Tints
Lighter variations
1#C31129
2#E1142F
3#EC2A44
4#EF485E
5#F26779
6#F48594
7#F7A4AF
8#FAC2C9
9#FCE1E4
Tones
Muted variations
1#9D1628
2#951D2D
3#8E2533
4#862C38
5#7F343E
6#773B43
7#704349
8#684A4E
9#615254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693A0 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B6F | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C46 | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE122B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A18 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0710 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FCDEE2;
--fire-brick-200: #FAC2C9;
--fire-brick-300: #F693A0;
--fire-brick-400: #F15B6F;
--fire-brick-500: #ED2C46;
--fire-brick-600: #CE122B;
--fire-brick-700: #A40E22;
--fire-brick-800: #750A18;
--fire-brick-900: #4B0710;
--fire-brick-950: #2F040A;
}