Fire Brick

#A90A1F

Red

Color Codes

All color formats for development

HEX
#A90A1F
RGB
rgb(169, 10, 31)
HSL
hsl(352, 89%, 35%)
OKLCH
oklch(0.467 0.184 24.2)
CMYK
cmyk(0%, 94%, 82%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.64:1

AA AAA

On Black Background

2.75: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#98091C
2#870819
3#760716
4#650613
5#54050F
6#43040C
7#330309
8#220206
9#110103

Tints

Lighter variations

1#C80C25
2#E70D2B
3#F2243F
4#F4435B
5#F66276
6#F88291
7#FAA1AD
8#FBC0C8
9#FDE0E4

Tones

Muted variations

1#A11225
2#991A2B
3#912230
4#892A36
5#81323C
6#793942
7#714148
8#69494E
9#615153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE1
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C8
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909E
BordersInactive statesPlaceholder text
400
F556
#F5566B
Disabled statesSecondary iconsMuted text
500
F226
#F22641
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C27
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1F
Active/pressed statesDark mode accentsSecondary text
800
7807
#780716
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040E
Primary textHigh emphasis contentDark headings
950
3003
#300309
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F2;
  --fire-brick-100: #FDDDE1;
  --fire-brick-200: #FBC0C8;
  --fire-brick-300: #F9909E;
  --fire-brick-400: #F5566B;
  --fire-brick-500: #F22641;
  --fire-brick-600: #D40C27;
  --fire-brick-700: #A90A1F;
  --fire-brick-800: #780716;
  --fire-brick-900: #4D040E;
  --fire-brick-950: #300309;
}
Generate More ShadesCreate PaletteConvert Color