Fire Brick

#AE042F

Red

Color Codes

All color formats for development

HEX
#AE042F
RGB
rgb(174, 4, 47)
HSL
hsl(345, 96%, 35%)
OKLCH
oklch(0.477 0.189 18.9)
CMYK
cmyk(0%, 98%, 73%, 32%)

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#9D032A
2#8C0325
3#7A0220
4#69021C
5#570217
6#460113
7#34010E
8#230109
9#110005

Tints

Lighter variations

1#CF0437
2#F00540
3#FA1C53
4#FB3C6C
5#FC5D84
6#FC7D9D
7#FD9EB5
8#FEBECE
9#FEDFE6

Tones

Muted variations

1#A60C33
2#9E1537
3#951D3B
4#8D2640
5#842E44
6#7C3748
7#73404C
8#6A4851
9#625155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F4
BackgroundsSubtle highlightsCard backgrounds
100
FEDC
#FEDCE5
Light backgroundsTable row hoverSkeleton loading
200
FEBE
#FEBECE
Secondary backgroundsInput backgroundsDividers
300
FD8C
#FD8CA8
BordersInactive statesPlaceholder text
400
FB50
#FB507B
Disabled statesSecondary iconsMuted text
500
FA1E
#FA1E55
Primary brand colorCTAsActive elementsLinks
600
DC04
#DC043A
Hover statesFocus ringsPrimary buttons hover
700
AF04
#AF042E
Active/pressed statesDark mode accentsSecondary text
800
7D03
#7D0321
Text on light backgroundsHeadingsStrong borders
900
5002
#500215
Primary textHigh emphasis contentDark headings
950
3201
#32010D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F4;
  --fire-brick-100: #FEDCE5;
  --fire-brick-200: #FEBECE;
  --fire-brick-300: #FD8CA8;
  --fire-brick-400: #FB507B;
  --fire-brick-500: #FA1E55;
  --fire-brick-600: #DC043A;
  --fire-brick-700: #AF042E;
  --fire-brick-800: #7D0321;
  --fire-brick-900: #500215;
  --fire-brick-950: #32010D;
}
Generate More ShadesCreate PaletteConvert Color