Fire Brick

#A90A2F

Red

Color Codes

All color formats for development

HEX
#A90A2F
RGB
rgb(169, 10, 47)
HSL
hsl(346, 89%, 35%)
OKLCH
oklch(0.469 0.183 18.7)
CMYK
cmyk(0%, 94%, 72%, 34%)

Accessibility

WCAG contrast compliance

On White Background

7.58:1

AA AAA

On Black Background

2.77: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#98092A
2#870826
3#760721
4#65061C
5#540517
6#430413
7#33030E
8#220209
9#110105

Tints

Lighter variations

1#C80C38
2#E70D40
3#F22454
4#F4436C
5#F66285
6#F8829D
7#FAA1B6
8#FBC0CE
9#FDE0E7

Tones

Muted variations

1#A11233
2#991A37
3#91223C
4#892A40
5#813244
6#793948
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
#FBC0CE
Secondary backgroundsInput backgroundsDividers
300
F990
#F990A9
BordersInactive statesPlaceholder text
400
F556
#F5567B
Disabled statesSecondary iconsMuted text
500
F226
#F22656
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C3B
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A2F
Active/pressed statesDark mode accentsSecondary text
800
7807
#780721
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0415
Primary textHigh emphasis contentDark headings
950
3003
#30030D
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: #FBC0CE;
  --fire-brick-300: #F990A9;
  --fire-brick-400: #F5567B;
  --fire-brick-500: #F22656;
  --fire-brick-600: #D40C3B;
  --fire-brick-700: #A90A2F;
  --fire-brick-800: #780721;
  --fire-brick-900: #4D0415;
  --fire-brick-950: #30030D;
}
Generate More ShadesCreate PaletteConvert Color