Fire Brick
#A50D27
RedColor Codes
All color formats for development
HEX
#A50D27RGB
rgb(165, 13, 39)HSL
hsl(350, 85%, 35%)OKLCH
oklch(0.461 0.179 21.5)CMYK
cmyk(0%, 92%, 76%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#950C23
2#840B1F
3#74091B
4#630817
5#530713
6#42050F
7#32040C
8#210308
9#110104
Tints
Lighter variations
1#C4102E
2#E21235
3#EE2849
4#F04763
5#F3667D
6#F58497
7#F8A3B1
8#FAC2CB
9#FDE0E5
Tones
Muted variations
1#9E152C
2#961D31
3#8E2436
4#872C3B
5#7F3340
6#783B45
7#70424A
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 | F692 #F692A3 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25A73 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2B4B | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D01131 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A1C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0612 | 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: #F692A3;
--fire-brick-400: #F25A73;
--fire-brick-500: #EE2B4B;
--fire-brick-600: #D01131;
--fire-brick-700: #A50D27;
--fire-brick-800: #760A1C;
--fire-brick-900: #4B0612;
--fire-brick-950: #2F040B;
}