Fire Brick

#B10225

Red

Color Codes

All color formats for development

HEX
#B10225
RGB
rgb(177, 2, 37)
HSL
hsl(348, 98%, 35%)
OKLCH
oklch(0.481 0.193 22.4)
CMYK
cmyk(0%, 99%, 79%, 31%)

Accessibility

WCAG contrast compliance

On White Background

7.23: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#9F0221
2#8D011D
3#7C011A
4#6A0116
5#580112
6#47010F
7#35010B
8#230007
9#120004

Tints

Lighter variations

1#D2022C
2#F20232
3#FD1947
4#FD3A61
5#FD5B7B
6#FE7C96
7#FE9DB0
8#FEBDCA
9#FFDEE5

Tones

Muted variations

1#A80B2A
2#9F132F
3#961C35
4#8E253A
5#852E3F
6#7C3644
7#733F4A
8#6B484F
9#625154

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FFDC
#FFDCE3
Light backgroundsTable row hoverSkeleton loading
200
FEBD
#FEBDCA
Secondary backgroundsInput backgroundsDividers
300
FE8B
#FE8BA2
BordersInactive statesPlaceholder text
400
FD4E
#FD4E71
Disabled statesSecondary iconsMuted text
500
FD1C
#FD1C49
Primary brand colorCTAsActive elementsLinks
600
DE02
#DE022E
Hover statesFocus ringsPrimary buttons hover
700
B102
#B10225
Active/pressed statesDark mode accentsSecondary text
800
7E01
#7E011A
Text on light backgroundsHeadingsStrong borders
900
5101
#510111
Primary textHigh emphasis contentDark headings
950
3201
#32010B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FFF0F3;
  --fire-brick-100: #FFDCE3;
  --fire-brick-200: #FEBDCA;
  --fire-brick-300: #FE8BA2;
  --fire-brick-400: #FD4E71;
  --fire-brick-500: #FD1C49;
  --fire-brick-600: #DE022E;
  --fire-brick-700: #B10225;
  --fire-brick-800: #7E011A;
  --fire-brick-900: #510111;
  --fire-brick-950: #32010B;
}
Generate More ShadesCreate PaletteConvert Color