Fire Brick
#C71A2E
RedColor Codes
All color formats for development
HEX
#C71A2ERGB
rgb(199, 26, 46)HSL
hsl(353, 77%, 44%)OKLCH
oklch(0.533 0.202 23.1)CMYK
cmyk(0%, 87%, 77%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B31729
2#9F1525
3#8B1220
4#770F1C
5#630D17
6#4F0A12
7#3C080E
8#280509
9#140305
Tints
Lighter variations
1#E01D34
2#E53549
3#E84E60
4#EB6777
5#EF818D
6#F29AA4
7#F5B3BB
8#F8CCD2
9#FCE6E8
Tones
Muted variations
1#BE2235
2#B52B3B
3#AD3442
4#A43C48
5#9B454F
6#934E56
7#8A565C
8#815F63
9#79686A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A2 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA6171 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E53449 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71A2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1525 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480911 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF1F3;
--fire-brick-100: #FBDFE3;
--fire-brick-200: #F7C4CA;
--fire-brick-300: #F297A2;
--fire-brick-400: #EA6171;
--fire-brick-500: #E53449;
--fire-brick-600: #C71A2E;
--fire-brick-700: #9E1525;
--fire-brick-800: #710F1A;
--fire-brick-900: #480911;
--fire-brick-950: #2D060A;
}