Fire Brick
#AF040F
RedColor Codes
All color formats for development
HEX
#AF040FRGB
rgb(175, 4, 15)HSL
hsl(356, 96%, 35%)OKLCH
oklch(0.475 0.192 27.5)CMYK
cmyk(0%, 98%, 91%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D030D
2#8C030C
3#7A020A
4#690209
5#570207
6#460106
7#340104
8#230103
9#110001
Tints
Lighter variations
1#CF0412
2#F00515
3#FA1C2A
4#FB3C49
5#FC5D67
6#FC7D86
7#FD9EA4
8#FEBEC2
9#FEDFE1
Tones
Muted variations
1#A60C16
2#9E151E
3#951D25
4#8D262D
5#842E34
6#7C373C
7#734043
8#6A484A
9#625152
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C94 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB505B | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E2D | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF040F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D030B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500207 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--fire-brick-50: #FFF0F1;
--fire-brick-100: #FEDCDE;
--fire-brick-200: #FEBEC2;
--fire-brick-300: #FD8C94;
--fire-brick-400: #FB505B;
--fire-brick-500: #FA1E2D;
--fire-brick-600: #DC0413;
--fire-brick-700: #AF040F;
--fire-brick-800: #7D030B;
--fire-brick-900: #500207;
--fire-brick-950: #320104;
}