Fire Brick
#D3380D
RedColor Codes
All color formats for development
HEX
#D3380DRGB
rgb(211, 56, 13)HSL
hsl(13, 88%, 44%)OKLCH
oklch(0.573 0.197 34.4)CMYK
cmyk(0%, 73%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE330C
2#A92D0B
3#942709
4#7F2208
5#691C07
6#541605
7#3F1104
8#2A0B03
9#150601
Tints
Lighter variations
1#EE3F0F
2#F15428
3#F36943
4#F57F5E
5#F69479
6#F8A994
7#FABFAE
8#FCD4C9
9#FDEAE4
Tones
Muted variations
1#C93E17
2#BF4321
3#B5492B
4#AB4F35
5#A2543F
6#985A49
7#8E5F53
8#84655C
9#7A6B66
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A7 #F8A791 | BordersInactive statesPlaceholder text |
| 400 | F479 #F47957 | Disabled statesSecondary iconsMuted text |
| 500 | F153 #F15327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D338 #D3380D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82D #A82D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1405 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF4F1;
--fire-brick-100: #FDE4DD;
--fire-brick-200: #FBCDC1;
--fire-brick-300: #F8A791;
--fire-brick-400: #F47957;
--fire-brick-500: #F15327;
--fire-brick-600: #D3380D;
--fire-brick-700: #A82D0B;
--fire-brick-800: #782008;
--fire-brick-900: #4D1405;
--fire-brick-950: #300D03;
}