Fire Brick

#B1021F

Red

Color Codes

All color formats for development

HEX
#B1021F
RGB
rgb(177, 2, 31)
HSL
hsl(350, 98%, 35%)
OKLCH
oklch(0.48 0.193 24.1)
CMYK
cmyk(0%, 99%, 82%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.25:1

AA AAA

On Black Background

2.90: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#9F021C
2#8D0119
3#7C0116
4#6A0113
5#58010F
6#47010C
7#350109
8#230006
9#120003

Tints

Lighter variations

1#D20225
2#F2022A
3#FD193F
4#FD3A5B
5#FD5B76
6#FE7C91
7#FE9DAD
8#FEBDC8
9#FFDEE4

Tones

Muted variations

1#A80B25
2#9F132B
3#961C30
4#8E2536
5#852E3C
6#7C3642
7#733F48
8#6B484E
9#625153

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F2
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE1
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDC8
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8B9E
BordersInactive statesPlaceholder text
400
FD4E
#FD4E6B
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C41
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0227
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1021F
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E0116
Text on light backgroundsHeadingsStrong borders
900
5101
#51010E
Primary textHigh emphasis contentDark headings
950
3201
#320109
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F2;
  --fire-brick-100: #FFDCE1;
  --fire-brick-200: #FEBDC8;
  --fire-brick-300: #FE8B9E;
  --fire-brick-400: #FD4E6B;
  --fire-brick-500: #FD1C41;
  --fire-brick-600: #DE0227;
  --fire-brick-700: #B1021F;
  --fire-brick-800: #7E0116;
  --fire-brick-900: #51010E;
  --fire-brick-950: #320109;
}
Generate More ShadesCreate PaletteConvert Color