Fire Brick
#C5431B
RedColor Codes
All color formats for development
HEX
#C5431BRGB
rgb(197, 67, 27)HSL
hsl(14, 76%, 44%)OKLCH
oklch(0.562 0.173 36.5)CMYK
cmyk(0%, 66%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B23C18
2#9E3516
3#8A2F13
4#762810
5#63210D
6#4F1B0B
7#3B1408
8#270D05
9#140703
Tints
Lighter variations
1#DF4B1E
2#E45E36
3#E7734F
4#EA8768
5#EE9B81
6#F1AF9A
7#F5C3B4
8#F8D7CD
9#FCEBE6
Tones
Muted variations
1#BD4723
2#B44C2C
3#AC5035
4#A3553D
5#9B5946
6#925E4E
7#8A6357
8#81675F
9#796C68
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D0 #F7D0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1AD #F1AD98 | BordersInactive statesPlaceholder text |
| 400 | EA82 #EA8262 | Disabled statesSecondary iconsMuted text |
| 500 | E35E #E35E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C543 #C5431B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D35 #9D3515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7026 #70260F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4818 #48180A | 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: #FBE6E0;
--fire-brick-200: #F7D0C5;
--fire-brick-300: #F1AD98;
--fire-brick-400: #EA8262;
--fire-brick-500: #E35E35;
--fire-brick-600: #C5431B;
--fire-brick-700: #9D3515;
--fire-brick-800: #70260F;
--fire-brick-900: #48180A;
--fire-brick-950: #2D0F06;
}