Fire Brick

#A90A32

Red

Color Codes

All color formats for development

HEX
#A90A32
RGB
rgb(169, 10, 50)
HSL
hsl(345, 89%, 35%)
OKLCH
oklch(0.469 0.183 17.5)
CMYK
cmyk(0%, 94%, 70%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.56:1

AA AAA

On Black Background

2.78: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#98092D
2#870828
3#760723
4#65061E
5#540519
6#430414
7#33030F
8#22020A
9#110105

Tints

Lighter variations

1#C80C3B
2#E70D44
3#F22457
4#F4436F
5#F66287
6#F8829F
7#FAA1B7
8#FBC0CF
9#FDE0E7

Tones

Muted variations

1#A11236
2#991A39
3#91223D
4#892A41
5#813245
6#793949
7#71414D
8#694951
9#615155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE5
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0CF
Secondary backgroundsInput backgroundsDividers
300
F990
#F990AA
BordersInactive statesPlaceholder text
400
F556
#F5567E
Disabled statesSecondary iconsMuted text
500
F226
#F22659
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C3E
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A32
Active/pressed statesDark mode accentsSecondary text
800
7807
#780723
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0417
Primary textHigh emphasis contentDark headings
950
3003
#30030E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F4;
  --fire-brick-100: #FDDDE5;
  --fire-brick-200: #FBC0CF;
  --fire-brick-300: #F990AA;
  --fire-brick-400: #F5567E;
  --fire-brick-500: #F22659;
  --fire-brick-600: #D40C3E;
  --fire-brick-700: #A90A32;
  --fire-brick-800: #780723;
  --fire-brick-900: #4D0417;
  --fire-brick-950: #30030E;
}
Generate More ShadesCreate PaletteConvert Color