Fire Brick

#A90A27

Red

Color Codes

All color formats for development

HEX
#A90A27
RGB
rgb(169, 10, 39)
HSL
hsl(349, 89%, 35%)
OKLCH
oklch(0.468 0.183 21.6)
CMYK
cmyk(0%, 94%, 77%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.61: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#980923
2#87081F
3#76071B
4#650617
5#540513
6#430410
7#33030C
8#220208
9#110104

Tints

Lighter variations

1#C80C2E
2#E70D35
3#F2244A
4#F44363
5#F6627D
6#F88297
7#FAA1B1
8#FBC0CB
9#FDE0E5

Tones

Muted variations

1#A1122C
2#991A31
3#912236
4#892A3B
5#813240
6#793945
7#71414A
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
#FBC0CB
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A3
BordersInactive statesPlaceholder text
400
F556
#F55673
Disabled statesSecondary iconsMuted text
500
F226
#F2264C
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C31
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A27
Active/pressed statesDark mode accentsSecondary text
800
7807
#78071C
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0412
Primary textHigh emphasis contentDark headings
950
3003
#30030B
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: #FBC0CB;
  --fire-brick-300: #F990A3;
  --fire-brick-400: #F55673;
  --fire-brick-500: #F2264C;
  --fire-brick-600: #D40C31;
  --fire-brick-700: #A90A27;
  --fire-brick-800: #78071C;
  --fire-brick-900: #4D0412;
  --fire-brick-950: #30030B;
}
Generate More ShadesCreate PaletteConvert Color