Fire Brick
#D61F0A
RedColor Codes
All color formats for development
HEX
#D61F0ARGB
rgb(214, 31, 10)HSL
hsl(6, 91%, 44%)OKLCH
oklch(0.56 0.216 30.5)CMYK
cmyk(0%, 86%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C11B09
2#AB1808
3#961507
4#811206
5#6B0F05
6#560C04
7#400903
8#2B0602
9#150301
Tints
Lighter variations
1#F2220B
2#F53A25
3#F65240
4#F76B5B
5#F98477
6#FA9C92
7#FBB5AD
8#FCCEC8
9#FEE6E4
Tones
Muted variations
1#CC2714
2#C22F1F
3#B83729
4#AD3F33
5#A3473D
6#995047
7#8F5852
8#85605C
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 | FCC6 #FCC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA9A #FA9A8F | BordersInactive statesPlaceholder text |
| 400 | F765 #F76555 | Disabled statesSecondary iconsMuted text |
| 500 | F539 #F53924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D61F #D61F0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA18 #AA1808 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A11 #7A1106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E0B #4E0B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3107 #310702 | 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: #FCC6C0;
--fire-brick-300: #FA9A8F;
--fire-brick-400: #F76555;
--fire-brick-500: #F53924;
--fire-brick-600: #D61F0A;
--fire-brick-700: #AA1808;
--fire-brick-800: #7A1106;
--fire-brick-900: #4E0B04;
--fire-brick-950: #310702;
}