Orange red to HSL — Color Code

#fd411e
Format Value
HEX #fd411e
RGB rgb(253, 65, 30)
HSL hsl(9.4, 98.2%, 55.5%)
CMYK cmyk(0%, 74.3%, 88.1%, 0.8%)
HSV hsv(9.4, 88.1%, 99.2%)

orange red color harmonies

Tints & shades of orange red

Tints (lighter)

#fd5232 #fd6447 #fe755b #fe8670 #fe9784 #fea999 #febaad #fecbc2 #ffdcd6 #ffeeeb

Shades (darker)

#e63b1b #cf3519 #b82f16 #a12913 #8a2310 #731e0e #5c180b #451208 #2e0c05 #170603

Contrast & accessibility

The quick brown fox

On white · 3.53:1 · AA Large

The quick brown fox

On black · 5.95:1 · AA

Recommended text color: #000000

Use orange red in code

CSS color: #fd411e;
SCSS $color: #fd411e;
Tailwind bg-[#fd411e]
Swift UIColor(red: 0.992, green: 0.255, blue: 0.118, alpha: 1)
Android Color.parseColor("#fd411e")
Flutter Color(0xFFFD411E)

Colors similar to orange red

Browse all Red colors →

What is the HSL code for orange red?

The CSS color orange red in HSL format is hsl(9.4, 98.2%, 55.5%). Use this value directly in CSS, SVG, and most design tools.

How do I use orange red in CSS?

To apply orange red in CSS:

  • Text color: color: hsl(9.4, 98.2%, 55.5%);
  • Background: background-color: hsl(9.4, 98.2%, 55.5%);
  • Border: border-color: hsl(9.4, 98.2%, 55.5%);

What are all the color format values for orange red?

FormatValue
HEX#fd411e
RGBrgb(253, 65, 30)
HSLhsl(9.4, 98.2%, 55.5%)
CMYKcmyk(0%, 74.3%, 88.1%, 0.8%)

How do I convert orange red to HSL?

Select orange red from the color name list in our color converter. The HSL value — hsl(9.4, 98.2%, 55.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does orange red belong to?

orange red belongs to the red color family. It is a medium, vivid color with HSL values: hue 9.4°, saturation 98.2%, lightness 55.5%.

How do I create lighter and darker shades of orange red?

Lighter variant (lightness 70.5%): #fe816a. Darker variant (lightness 40.5%): #cd2202. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.