Fire Brick

#D3350D

Red

Color Codes

All color formats for development

HEX
#D3350D
RGB
rgb(211, 53, 13)
HSL
hsl(12, 88%, 44%)
OKLCH
oklch(0.571 0.2 33.8)
CMYK
cmyk(0%, 75%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

4.90:1

AA AAA

On Black Background

4.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FDE4
200
#FBCC
300
#F8A5
400
#F477
500
#F150
600
#D335
700
#A82A
800
#781E
900
#4D13
950
#300C

Shades

Darker variations

1#BE300C
2#A92A0B
3#942509
4#7F2008
5#691A07
6#541505
7#3F1004
8#2A0B03
9#150501

Tints

Lighter variations

1#EE3C0F
2#F15028
3#F36643
4#F57C5E
5#F69279
6#F8A894
7#FABEAE
8#FCD3C9
9#FDE9E4

Tones

Muted variations

1#C93B17
2#BF4121
3#B5472B
4#AB4D35
5#A2533F
6#985949
7#8E5E53
8#84645C
9#7A6A66

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE4
#FDE4DD
Light backgroundsTable row hoverSkeleton loading
200
FBCC
#FBCCC1
Secondary backgroundsInput backgroundsDividers
300
F8A5
#F8A591
BordersInactive statesPlaceholder text
400
F477
#F47757
Disabled statesSecondary iconsMuted text
500
F150
#F15027
Primary brand colorCTAsActive elementsLinks
600
D335
#D3350D
Hover statesFocus ringsPrimary buttons hover
700
A82A
#A82A0B
Active/pressed statesDark mode accentsSecondary text
800
781E
#781E08
Text on light backgroundsHeadingsStrong borders
900
4D13
#4D1305
Primary textHigh emphasis contentDark headings
950
300C
#300C03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --fire-brick-50: #FEF3F1;
  --fire-brick-100: #FDE4DD;
  --fire-brick-200: #FBCCC1;
  --fire-brick-300: #F8A591;
  --fire-brick-400: #F47757;
  --fire-brick-500: #F15027;
  --fire-brick-600: #D3350D;
  --fire-brick-700: #A82A0B;
  --fire-brick-800: #781E08;
  --fire-brick-900: #4D1305;
  --fire-brick-950: #300C03;
}
Generate More ShadesCreate PaletteConvert Color