Fire Brick
#A40E27
RedColor Codes
All color formats for development
HEX
#A40E27RGB
rgb(164, 14, 39)HSL
hsl(350, 84%, 35%)OKLCH
oklch(0.459 0.178 21.5)CMYK
cmyk(0%, 91%, 76%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#940D23
2#830B1F
3#730A1B
4#630918
5#520714
6#420610
7#31040C
8#210308
9#100104
Tints
Lighter variations
1#C3112F
2#E11436
3#EC2A4A
4#EF4864
5#F2677E
6#F48598
7#F7A4B1
8#FAC2CB
9#FCE1E5
Tones
Muted variations
1#9D162C
2#951D31
3#8E2536
4#862C3B
5#7F3440
6#773B45
7#70434A
8#684A4F
9#615254
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | F693 #F693A4 | BordersInactive statesPlaceholder text |
| 400 | F15B #F15B74 | Disabled statesSecondary iconsMuted text |
| 500 | ED2C #ED2C4C | Primary brand colorCTAsActive elementsLinks |
| 600 | CE12 #CE1231 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A40E #A40E27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750A #750A1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0712 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F040B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF1F3;
--fire-brick-100: #FCDEE3;
--fire-brick-200: #FAC2CB;
--fire-brick-300: #F693A4;
--fire-brick-400: #F15B74;
--fire-brick-500: #ED2C4C;
--fire-brick-600: #CE1231;
--fire-brick-700: #A40E27;
--fire-brick-800: #750A1C;
--fire-brick-900: #4B0712;
--fire-brick-950: #2F040B;
}