Dull red to HSL — Color Code

#bb3f3f
Format Value
HEX #bb3f3f
RGB rgb(187, 63, 63)
HSL hsl(0, 49.6%, 49%)
CMYK cmyk(0%, 66.3%, 66.3%, 26.7%)
HSV hsv(0, 66.3%, 73.3%)

dull red color harmonies

Tints & shades of dull red

Tints (lighter)

#c15050 #c76262 #ce7373 #d48585 #da9696 #e0a8a8 #e6b9b9 #eccbcb #f3dcdc #f9eeee

Shades (darker)

#aa3939 #993434 #882e2e #772828 #662222 #551d1d #441717 #331111 #220b0b #110606

Contrast & accessibility

The quick brown fox

On white · 5.39:1 · AA

The quick brown fox

On black · 3.9:1 · AA Large

Recommended text color: #ffffff

Use dull red in code

CSS color: #bb3f3f;
SCSS $color: #bb3f3f;
Tailwind bg-[#bb3f3f]
Swift UIColor(red: 0.733, green: 0.247, blue: 0.247, alpha: 1)
Android Color.parseColor("#bb3f3f")
Flutter Color(0xFFBB3F3F)

Colors similar to dull red

Browse all Red colors →

What is the HSL code for dull red?

The CSS color dull red in HSL format is hsl(0, 49.6%, 49%). Use this value directly in CSS, SVG, and most design tools.

How do I use dull red in CSS?

To apply dull red in CSS:

  • Text color: color: hsl(0, 49.6%, 49%);
  • Background: background-color: hsl(0, 49.6%, 49%);
  • Border: border-color: hsl(0, 49.6%, 49%);

What are all the color format values for dull red?

FormatValue
HEX#bb3f3f
RGBrgb(187, 63, 63)
HSLhsl(0, 49.6%, 49%)
CMYKcmyk(0%, 66.3%, 66.3%, 26.7%)

How do I convert dull red to HSL?

Select dull red from the color name list in our color converter. The HSL value — hsl(0, 49.6%, 49%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dull red belong to?

dull red belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 0°, saturation 49.6%, lightness 49%.

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

Lighter variant (lightness 64%): #d17676. Darker variant (lightness 34%): #822c2c. 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.