Fire Brick

#A50D33

Red

Color Codes

All color formats for development

HEX
#A50D33
RGB
rgb(165, 13, 51)
HSL
hsl(345, 85%, 35%)
OKLCH
oklch(0.463 0.179 16.8)
CMYK
cmyk(0%, 92%, 69%, 35%)

Accessibility

WCAG contrast compliance

On White Background

7.76:1

AA AAA

On Black Background

2.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FCDE
200
#FAC2
300
#F692
400
#F25A
500
#EE2B
600
#D011
700
#A50D
800
#760A
900
#4B06
950
#2F04

Shades

Darker variations

1#950C2E
2#840B29
3#740924
4#63081F
5#53071A
6#420515
7#32040F
8#21030A
9#110105

Tints

Lighter variations

1#C4103D
2#E21246
3#EE285A
4#F04771
5#F36689
6#F584A1
7#F8A3B8
8#FAC2D0
9#FDE0E7

Tones

Muted variations

1#9E1537
2#961D3B
3#8E243F
4#872C42
5#7F3346
6#783B4A
7#70424E
8#684A52
9#615255

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FCDE
#FCDEE6
Light backgroundsTable row hoverSkeleton loading
200
FAC2
#FAC2D0
Secondary backgroundsInput backgroundsDividers
300
F692
#F692AB
BordersInactive statesPlaceholder text
400
F25A
#F25A80
Disabled statesSecondary iconsMuted text
500
EE2B
#EE2B5B
Primary brand colorCTAsActive elementsLinks
600
D011
#D01141
Hover statesFocus ringsPrimary buttons hover
700
A50D
#A50D33
Active/pressed statesDark mode accentsSecondary text
800
760A
#760A25
Text on light backgroundsHeadingsStrong borders
900
4B06
#4B0617
Primary textHigh emphasis contentDark headings
950
2F04
#2F040F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF1F4;
  --fire-brick-100: #FCDEE6;
  --fire-brick-200: #FAC2D0;
  --fire-brick-300: #F692AB;
  --fire-brick-400: #F25A80;
  --fire-brick-500: #EE2B5B;
  --fire-brick-600: #D01141;
  --fire-brick-700: #A50D33;
  --fire-brick-800: #760A25;
  --fire-brick-900: #4B0617;
  --fire-brick-950: #2F040F;
}
Generate More ShadesCreate PaletteConvert Color