Fire Brick

#AF041D

Red

Color Codes

All color formats for development

HEX
#AF041D
RGB
rgb(175, 4, 29)
HSL
hsl(351, 96%, 35%)
OKLCH
oklch(0.476 0.191 24.6)
CMYK
cmyk(0%, 98%, 83%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.35:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FEDC
200
#FEBE
300
#FD8C
400
#FB50
500
#FA1E
600
#DC04
700
#AF04
800
#7D03
900
#5002
950
#3201

Shades

Darker variations

1#9D031A
2#8C0317
3#7A0214
4#690212
5#57020F
6#46010C
7#340109
8#230106
9#110003

Tints

Lighter variations

1#CF0423
2#F00528
3#FA1C3D
4#FB3C59
5#FC5D74
6#FC7D90
7#FD9EAC
8#FEBEC8
9#FEDFE3

Tones

Muted variations

1#A60C23
2#9E1529
3#951D2F
4#8D2635
5#842E3B
6#7C3741
7#734047
8#6A484D
9#625153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE1
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBEC8
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8C9D
BordersInactive statesPlaceholder text
400
FB50
#FB506A
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E3F
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0425
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF041D
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0315
Text on light backgroundsHeadingsStrong borders
900
5002
#50020D
Primary textHigh emphasis contentDark headings
950
3201
#320108
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F2;
  --fire-brick-100: #FEDCE1;
  --fire-brick-200: #FEBEC8;
  --fire-brick-300: #FD8C9D;
  --fire-brick-400: #FB506A;
  --fire-brick-500: #FA1E3F;
  --fire-brick-600: #DC0425;
  --fire-brick-700: #AF041D;
  --fire-brick-800: #7D0315;
  --fire-brick-900: #50020D;
  --fire-brick-950: #320108;
}
Generate More ShadesCreate PaletteConvert Color