Fire Brick

#B1022B

Red

Color Codes

All color formats for development

HEX
#B1022B
RGB
rgb(177, 2, 43)
HSL
hsl(346, 98%, 35%)
OKLCH
oklch(0.482 0.193 20.4)
CMYK
cmyk(0%, 99%, 76%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.21:1

AA AAA

On Black Background

2.91: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#9F0226
2#8D0122
3#7C011E
4#6A011A
5#580115
6#470111
7#35010D
8#230009
9#120004

Tints

Lighter variations

1#D20233
2#F2023A
3#FD194E
4#FD3A68
5#FD5B81
6#FE7C9A
7#FE9DB3
8#FEBDCD
9#FFDEE6

Tones

Muted variations

1#A80B2F
2#9F1334
3#961C39
4#8E253D
5#852E42
6#7C3647
7#733F4B
8#6B4850
9#625155

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE4
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDCD
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BA6
BordersInactive statesPlaceholder text
400
FD4E
#FD4E77
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C50
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE0236
Hover statesFocus ringsPrimary buttons hover
700
B102
#B1022B
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E011E
Text on light backgroundsHeadingsStrong borders
900
5101
#510113
Primary textHigh emphasis contentDark headings
950
3201
#32010C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F3;
  --fire-brick-100: #FFDCE4;
  --fire-brick-200: #FEBDCD;
  --fire-brick-300: #FE8BA6;
  --fire-brick-400: #FD4E77;
  --fire-brick-500: #FD1C50;
  --fire-brick-600: #DE0236;
  --fire-brick-700: #B1022B;
  --fire-brick-800: #7E011E;
  --fire-brick-900: #510113;
  --fire-brick-950: #32010C;
}
Generate More ShadesCreate PaletteConvert Color