Fire Brick
#C5401B
RedColor Codes
All color formats for development
HEX
#C5401BRGB
rgb(197, 64, 27)HSL
hsl(13, 76%, 44%)OKLCH
oklch(0.558 0.176 35.5)CMYK
cmyk(0%, 68%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B23918
2#9E3316
3#8A2D13
4#762610
5#63200D
6#4F1A0B
7#3B1308
8#270D05
9#140603
Tints
Lighter variations
1#DF481E
2#E45C36
3#E7704F
4#EA8468
5#EE9981
6#F1AD9A
7#F5C2B4
8#F8D6CD
9#FCEBE6
Tones
Muted variations
1#BD4523
2#B44A2C
3#AC4E35
4#A3533D
5#9B5846
6#925D4E
7#8A6257
8#81675F
9#796B68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AB #F1AB98 | BordersInactive statesPlaceholder text |
| 400 | EA7F #EA7F62 | Disabled statesSecondary iconsMuted text |
| 500 | E35B #E35B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C540 #C5401B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D33 #9D3315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7024 #70240F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4817 #48170A | Primary textHigh emphasis contentDark headings |
| 950 | 2D0F #2D0F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FDF4F2;
--fire-brick-100: #FBE5E0;
--fire-brick-200: #F7D0C5;
--fire-brick-300: #F1AB98;
--fire-brick-400: #EA7F62;
--fire-brick-500: #E35B35;
--fire-brick-600: #C5401B;
--fire-brick-700: #9D3315;
--fire-brick-800: #70240F;
--fire-brick-900: #48170A;
--fire-brick-950: #2D0F06;
}