Fire Brick
#C5371B
RedColor Codes
All color formats for development
HEX
#C5371BRGB
rgb(197, 55, 27)HSL
hsl(10, 76%, 44%)OKLCH
oklch(0.549 0.183 33)CMYK
cmyk(0%, 72%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B23218
2#9E2C16
3#8A2713
4#762110
5#631C0D
6#4F160B
7#3B1108
8#270B05
9#140603
Tints
Lighter variations
1#DF3E1E
2#E45336
3#E7684F
4#EA7E68
5#EE9381
6#F1A99A
7#F5BEB4
8#F8D4CD
9#FCE9E6
Tones
Muted variations
1#BD3D23
2#B4432C
3#AC4835
4#A34E3D
5#9B5446
6#92594E
7#8A5F57
8#81655F
9#796B68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7CD #F7CDC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1A7 #F1A798 | BordersInactive statesPlaceholder text |
| 400 | EA79 #EA7962 | Disabled statesSecondary iconsMuted text |
| 500 | E352 #E35235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C537 #C5371B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D2C #9D2C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 701F #701F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4814 #48140A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0D #2D0D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF3F2;
--fire-brick-100: #FBE4E0;
--fire-brick-200: #F7CDC5;
--fire-brick-300: #F1A798;
--fire-brick-400: #EA7962;
--fire-brick-500: #E35235;
--fire-brick-600: #C5371B;
--fire-brick-700: #9D2C15;
--fire-brick-800: #701F0F;
--fire-brick-900: #48140A;
--fire-brick-950: #2D0D06;
}