Fire Brick

#A90A1A

Red

Color Codes

All color formats for development

HEX
#A90A1A
RGB
rgb(169, 10, 26)
HSL
hsl(354, 89%, 35%)
OKLCH
oklch(0.466 0.184 25.5)
CMYK
cmyk(0%, 94%, 85%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.65: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#980917
2#870815
3#760712
4#65060F
5#54050D
6#43040A
7#330308
8#220205
9#110103

Tints

Lighter variations

1#C80C1E
2#E70D23
3#F22438
4#F44355
5#F66271
6#F8828D
7#FAA1AA
8#FBC0C6
9#FDE0E3

Tones

Muted variations

1#A11220
2#991A26
3#91222D
4#892A33
5#813239
6#793940
7#714146
8#69494D
9#615153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C6
Secondary backgroundsInput backgroundsDividers
300
F990
#F9909B
BordersInactive statesPlaceholder text
400
F556
#F55666
Disabled statesSecondary iconsMuted text
500
F226
#F2263B
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C20
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A1A
Active/pressed statesDark mode accentsSecondary text
800
7807
#780712
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D040C
Primary textHigh emphasis contentDark headings
950
3003
#300307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F2;
  --fire-brick-100: #FDDDE0;
  --fire-brick-200: #FBC0C6;
  --fire-brick-300: #F9909B;
  --fire-brick-400: #F55666;
  --fire-brick-500: #F2263B;
  --fire-brick-600: #D40C20;
  --fire-brick-700: #A90A1A;
  --fire-brick-800: #780712;
  --fire-brick-900: #4D040C;
  --fire-brick-950: #300307;
}
Generate More ShadesCreate PaletteConvert Color