Fire Brick

#A5240D

Red

Color Codes

All color formats for development

HEX
#A5240D
RGB
rgb(165, 36, 13)
HSL
hsl(9, 85%, 35%)
OKLCH
oklch(0.472 0.168 32.2)
CMYK
cmyk(0%, 78%, 92%, 35%)

Accessibility

WCAG contrast compliance

On White Background

7.35:1

AA AAA

On Black Background

2.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FCE3
200
#FACA
300
#F6A1
400
#F271
500
#EE48
600
#D02D
700
#A524
800
#761A
900
#4B11
950
#2F0A

Shades

Darker variations

1#95210C
2#841D0B
3#741909
4#631608
5#531207
6#420E05
7#320B04
8#210703
9#110401

Tints

Lighter variations

1#C42B10
2#E23212
3#EE4628
4#F06047
5#F37B66
6#F59584
7#F8B0A3
8#FACAC2
9#FDE5E0

Tones

Muted variations

1#9E2915
2#962F1D
3#8E3424
4#87392C
5#7F3F33
6#78443B
7#704942
8#684F4A
9#615452

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE3
#FCE3DE
Light backgroundsTable row hoverSkeleton loading
200
FACA
#FACAC2
Secondary backgroundsInput backgroundsDividers
300
F6A1
#F6A192
BordersInactive statesPlaceholder text
400
F271
#F2715A
Disabled statesSecondary iconsMuted text
500
EE48
#EE482B
Primary brand colorCTAsActive elementsLinks
600
D02D
#D02D11
Hover statesFocus ringsPrimary buttons hover
700
A524
#A5240D
Active/pressed statesDark mode accentsSecondary text
800
761A
#761A0A
Text on light backgroundsHeadingsStrong borders
900
4B11
#4B1106
Primary textHigh emphasis contentDark headings
950
2F0A
#2F0A04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F1;
  --fire-brick-100: #FCE3DE;
  --fire-brick-200: #FACAC2;
  --fire-brick-300: #F6A192;
  --fire-brick-400: #F2715A;
  --fire-brick-500: #EE482B;
  --fire-brick-600: #D02D11;
  --fire-brick-700: #A5240D;
  --fire-brick-800: #761A0A;
  --fire-brick-900: #4B1106;
  --fire-brick-950: #2F0A04;
}
Generate More ShadesCreate PaletteConvert Color