Deep orange to RGB — Color Code

RGB

rgb(220, 77, 1)

Format Value
HEX #dc4d01
RGB rgb(220, 77, 1)
HSL hsl(20.8, 99.1%, 43.3%)
CMYK cmyk(0%, 65%, 99.5%, 13.7%)

What is the RGB code for deep orange?

The CSS color deep orange in RGB format is rgb(220, 77, 1). Use this value directly in CSS, SVG, and most design tools.

How do I use deep orange in CSS?

To apply deep orange in CSS:

  • Text color: color: rgb(220, 77, 1);
  • Background: background-color: rgb(220, 77, 1);
  • Border: border-color: rgb(220, 77, 1);

What are all the color format values for deep orange?

FormatValue
HEX#dc4d01
RGBrgb(220, 77, 1)
HSLhsl(20.8, 99.1%, 43.3%)
CMYKcmyk(0%, 65%, 99.5%, 13.7%)

How do I convert deep orange to RGB?

Select deep orange from the color name list in our color converter. The RGB value — rgb(220, 77, 1) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does deep orange belong to?

deep orange belongs to the orange color family. It is a medium, vivid color with HSL values: hue 20.8°, saturation 99.1%, lightness 43.3%.

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

Lighter variant (lightness 58.3%): #fe742b. Darker variant (lightness 28.299999999999997%): #903201. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.