Orange Red

#D43B0C

Red

Color Codes

All color formats for development

HEX
#D43B0C
RGB
rgb(212, 59, 12)
HSL
hsl(14, 89%, 44%)
OKLCH
oklch(0.578 0.196 35.2)
CMYK
cmyk(0%, 72%, 94%, 17%)

Accessibility

WCAG contrast compliance

On White Background

4.74:1

AA AAA

On Black Background

4.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF4
100
#FDE5
200
#FBCE
300
#F9A9
400
#F57B
500
#F256
600
#D43B
700
#A92F
800
#7821
900
#4D15
950
#300D

Shades

Darker variations

1#BF350B
2#AA2F0A
3#942909
4#7F2307
5#6A1D06
6#551805
7#401204
8#2A0C02
9#150601

Tints

Lighter variations

1#EF420E
2#F25727
3#F46C42
4#F6815D
5#F79678
6#F9AB93
7#FAC0AE
8#FCD5C9
9#FDEAE4

Tones

Muted variations

1#CA4016
2#C04620
3#B64B2A
4#AC5034
5#A2563E
6#985B48
7#8E6052
8#84665C
9#7A6B66

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF4
#FEF4F1
BackgroundsSubtle highlightsCard backgrounds
100
FDE5
#FDE5DD
Light backgroundsTable row hoverSkeleton loading
200
FBCE
#FBCEC0
Secondary backgroundsInput backgroundsDividers
300
F9A9
#F9A990
BordersInactive statesPlaceholder text
400
F57B
#F57B56
Disabled statesSecondary iconsMuted text
500
F256
#F25626
Primary brand colorCTAsActive elementsLinks
600
D43B
#D43B0C
Hover statesFocus ringsPrimary buttons hover
700
A92F
#A92F0A
Active/pressed statesDark mode accentsSecondary text
800
7821
#782107
Text on light backgroundsHeadingsStrong borders
900
4D15
#4D1504
Primary textHigh emphasis contentDark headings
950
300D
#300D03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-red-50: #FEF4F1;
  --orange-red-100: #FDE5DD;
  --orange-red-200: #FBCEC0;
  --orange-red-300: #F9A990;
  --orange-red-400: #F57B56;
  --orange-red-500: #F25626;
  --orange-red-600: #D43B0C;
  --orange-red-700: #A92F0A;
  --orange-red-800: #782107;
  --orange-red-900: #4D1504;
  --orange-red-950: #300D03;
}
Generate More ShadesCreate PaletteConvert Color