Fire Brick
#D61B0A
RedColor Codes
All color formats for development
HEX
#D61B0ARGB
rgb(214, 27, 10)HSL
hsl(5, 91%, 44%)OKLCH
oklch(0.559 0.218 30.1)CMYK
cmyk(0%, 87%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C11809
2#AB1608
3#961307
4#811006
5#6B0E05
6#560B04
7#400803
8#2B0502
9#150301
Tints
Lighter variations
1#F21F0B
2#F53625
3#F64F40
4#F7685B
5#F98177
6#FA9B92
7#FBB4AD
8#FCCDC8
9#FEE6E4
Tones
Muted variations
1#CC2414
2#C22C1F
3#B83529
4#AD3D33
5#A3463D
6#994E47
7#8F5752
8#855F5C
9#7A6866
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC5 #FCC5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA98 #FA988F | BordersInactive statesPlaceholder text |
| 400 | F762 #F76255 | Disabled statesSecondary iconsMuted text |
| 500 | F535 #F53524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D61B #D61B0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA16 #AA1608 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0F #7A0F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0A #4E0A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3106 #310602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FEF2F0;
--fire-brick-100: #FDE0DD;
--fire-brick-200: #FCC5C0;
--fire-brick-300: #FA988F;
--fire-brick-400: #F76255;
--fire-brick-500: #F53524;
--fire-brick-600: #D61B0A;
--fire-brick-700: #AA1608;
--fire-brick-800: #7A0F06;
--fire-brick-900: #4E0A04;
--fire-brick-950: #310602;
}