Fire Brick

#B10213

Red

Color Codes

All color formats for development

HEX
#B10213
RGB
rgb(177, 2, 19)
HSL
hsl(354, 98%, 35%)
OKLCH
oklch(0.479 0.194 26.8)
CMYK
cmyk(0%, 99%, 89%, 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#9F0211
2#8D010F
3#7C010D
4#6A010C
5#58010A
6#470108
7#350106
8#230004
9#120002

Tints

Lighter variations

1#D20217
2#F2021A
3#FD1930
4#FD3A4E
5#FD5B6B
6#FE7C89
7#FE9DA6
8#FEBDC4
9#FFDEE1

Tones

Muted variations

1#A80B1A
2#9F1321
3#961C28
4#8E252F
5#852E36
6#7C363D
7#733F44
8#6B484B
9#625152

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F1
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCDF
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDC4
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B96
BordersInactive statesPlaceholder text
400
FD4E
#FD4E60
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C32
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0218
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10213
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E010E
Text on light backgroundsHeadingsStrong borders
900
5101
#510109
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: #FFF0F1;
  --fire-brick-100: #FFDCDF;
  --fire-brick-200: #FEBDC4;
  --fire-brick-300: #FE8B96;
  --fire-brick-400: #FD4E60;
  --fire-brick-500: #FD1C32;
  --fire-brick-600: #DE0218;
  --fire-brick-700: #B10213;
  --fire-brick-800: #7E010E;
  --fire-brick-900: #510109;
  --fire-brick-950: #320106;
}
Generate More ShadesCreate PaletteConvert Color