Fire Brick
#D22C0F
RedColor Codes
All color formats for development
HEX
#D22C0FRGB
rgb(210, 44, 15)HSL
hsl(9, 87%, 44%)OKLCH
oklch(0.562 0.205 31.9)CMYK
cmyk(0%, 79%, 93%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD270D
2#A8230C
3#931F0A
4#7E1A09
5#691607
6#541206
7#3F0D04
8#2A0903
9#150401
Tints
Lighter variations
1#ED3110
2#F04729
3#F25E44
4#F4755F
5#F68C79
6#F8A394
7#F9BAAF
8#FBD1CA
9#FDE8E4
Tones
Muted variations
1#C83318
2#BE3A22
3#B5402C
4#AB4736
5#A14E3F
6#975549
7#8D5C53
8#84635D
9#7A6966
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCA #FBCAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7A1 #F7A191 | BordersInactive statesPlaceholder text |
| 400 | F36F #F36F58 | Disabled statesSecondary iconsMuted text |
| 500 | F046 #F04628 | Primary brand colorCTAsActive elementsLinks |
| 600 | D22C #D22C0F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A723 #A7230C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7719 #771908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C10 #4C1005 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF3F1;
--fire-brick-100: #FDE2DE;
--fire-brick-200: #FBCAC1;
--fire-brick-300: #F7A191;
--fire-brick-400: #F36F58;
--fire-brick-500: #F04628;
--fire-brick-600: #D22C0F;
--fire-brick-700: #A7230C;
--fire-brick-800: #771908;
--fire-brick-900: #4C1005;
--fire-brick-950: #300A03;
}