Burnt red to RGB — Color Code

RGB

rgb(159, 35, 5)

Format Value
HEX #9f2305
RGB rgb(159, 35, 5)
HSL hsl(11.7, 93.9%, 32.2%)
CMYK cmyk(0%, 78%, 96.9%, 37.6%)

What is the RGB code for burnt red?

The CSS color burnt red in RGB format is rgb(159, 35, 5). Use this value directly in CSS, SVG, and most design tools.

How do I use burnt red in CSS?

To apply burnt red in CSS:

  • Text color: color: rgb(159, 35, 5);
  • Background: background-color: rgb(159, 35, 5);
  • Border: border-color: rgb(159, 35, 5);

What are all the color format values for burnt red?

FormatValue
HEX#9f2305
RGBrgb(159, 35, 5)
HSLhsl(11.7, 93.9%, 32.2%)
CMYKcmyk(0%, 78%, 96.9%, 37.6%)

How do I convert burnt red to RGB?

Select burnt red from the color name list in our color converter. The RGB value — rgb(159, 35, 5) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does burnt red belong to?

burnt red belongs to the red color family. It is a medium, vivid color with HSL values: hue 11.7°, saturation 93.9%, lightness 32.2%.

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

Lighter variant (lightness 47.2%): #e93307. Darker variant (lightness 17.200000000000003%): #551303. 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.