Fire Brick

#AF042C

Red

Color Codes

All color formats for development

HEX
#AF042C
RGB
rgb(175, 4, 44)
HSL
hsl(346, 96%, 35%)
OKLCH
oklch(0.478 0.19 20)
CMYK
cmyk(0%, 98%, 75%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.30:1

AA AAA

On Black Background

2.88: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#9D0327
2#8C0323
3#7A021E
4#69021A
5#570216
6#460111
7#34010D
8#230109
9#110004

Tints

Lighter variations

1#CF0434
2#F0053C
3#FA1C50
4#FB3C69
5#FC5D82
6#FC7D9B
7#FD9EB4
8#FEBECD
9#FEDFE6

Tones

Muted variations

1#A60C30
2#9E1535
3#951D39
4#8D263E
5#842E42
6#7C3747
7#73404C
8#6A4850
9#625155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE4
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBECD
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CA6
BordersInactive statesPlaceholder text
400
FB50
#FB5078
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E51
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC0437
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF042C
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D031F
Text on light backgroundsHeadingsStrong borders
900
5002
#500214
Primary textHigh emphasis contentDark headings
950
3201
#32010C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F3;
  --fire-brick-100: #FEDCE4;
  --fire-brick-200: #FEBECD;
  --fire-brick-300: #FD8CA6;
  --fire-brick-400: #FB5078;
  --fire-brick-500: #FA1E51;
  --fire-brick-600: #DC0437;
  --fire-brick-700: #AF042C;
  --fire-brick-800: #7D031F;
  --fire-brick-900: #500214;
  --fire-brick-950: #32010C;
}
Generate More ShadesCreate PaletteConvert Color