Fire Brick

#A90A24

Red

Color Codes

All color formats for development

HEX
#A90A24
RGB
rgb(169, 10, 36)
HSL
hsl(350, 89%, 35%)
OKLCH
oklch(0.467 0.184 22.6)
CMYK
cmyk(0%, 94%, 79%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.62:1

AA AAA

On Black Background

2.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#980921
2#87081D
3#760719
4#650616
5#540512
6#43040F
7#33030B
8#220207
9#110104

Tints

Lighter variations

1#C80C2B
2#E70D32
3#F22446
4#F44361
5#F6627B
6#F88295
7#FAA1B0
8#FBC0CA
9#FDE0E5

Tones

Muted variations

1#A1122A
2#991A2F
3#912234
4#892A39
5#81323F
6#793944
7#714149
8#69494F
9#615154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE3
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0CA
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A2
BordersInactive statesPlaceholder text
400
F556
#F55671
Disabled statesSecondary iconsMuted text
500
F226
#F22648
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C2E
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A24
Active/pressed statesDark mode accentsSecondary text
800
7807
#78071A
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0411
Primary textHigh emphasis contentDark headings
950
3003
#30030A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F3;
  --fire-brick-100: #FDDDE3;
  --fire-brick-200: #FBC0CA;
  --fire-brick-300: #F990A2;
  --fire-brick-400: #F55671;
  --fire-brick-500: #F22648;
  --fire-brick-600: #D40C2E;
  --fire-brick-700: #A90A24;
  --fire-brick-800: #78071A;
  --fire-brick-900: #4D0411;
  --fire-brick-950: #30030A;
}
Generate More ShadesCreate PaletteConvert Color