Fire Brick

#B10216

Red

Color Codes

All color formats for development

HEX
#B10216
RGB
rgb(177, 2, 22)
HSL
hsl(353, 98%, 35%)
OKLCH
oklch(0.479 0.194 26.2)
CMYK
cmyk(0%, 99%, 88%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.27:1

AA AAA

On Black Background

2.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDC
200
#FEBD
300
#FE8B
400
#FD4E
500
#FD1C
600
#DE02
700
#B102
800
#7E01
900
#5101
950
#3201

Shades

Darker variations

1#9F0214
2#8D0112
3#7C0110
4#6A010D
5#58010B
6#470109
7#350107
8#230004
9#120002

Tints

Lighter variations

1#D2021A
2#F2021E
3#FD1934
4#FD3A51
5#FD5B6E
6#FE7C8B
7#FE9DA8
8#FEBDC5
9#FFDEE2

Tones

Muted variations

1#A80B1D
2#9F1324
3#961C2A
4#8E2531
5#852E38
6#7C363E
7#733F45
8#6B484C
9#625153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE0
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDC5
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B98
BordersInactive statesPlaceholder text
400
FD4E
#FD4E63
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C36
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE021C
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10216
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0110
Text on light backgroundsHeadingsStrong borders
900
5101
#51010A
Primary textHigh emphasis contentDark headings
950
3201
#320106
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F2;
  --fire-brick-100: #FFDCE0;
  --fire-brick-200: #FEBDC5;
  --fire-brick-300: #FE8B98;
  --fire-brick-400: #FD4E63;
  --fire-brick-500: #FD1C36;
  --fire-brick-600: #DE021C;
  --fire-brick-700: #B10216;
  --fire-brick-800: #7E0110;
  --fire-brick-900: #51010A;
  --fire-brick-950: #320106;
}
Generate More ShadesCreate PaletteConvert Color