Firebrick to HSL — Color Code

#b22222
Format Value
HEX #b22222
RGB rgb(178, 34, 34)
HSL hsl(0, 67.9%, 41.6%)
CMYK cmyk(0%, 80.9%, 80.9%, 30.2%)
HSV hsv(0, 80.9%, 69.8%)

firebrick color harmonies

Tints & shades of firebrick

Tints (lighter)

#b93636 #c04a4a #c75e5e #ce7272 #d58686 #dc9b9b #e3afaf #eac3c3 #f1d7d7 #f8ebeb

Shades (darker)

#a21f1f #921c1c #811919 #711616 #611313 #510f0f #410c0c #310909 #200606 #100303

Contrast & accessibility

The quick brown fox

On white · 6.68:1 · AA

The quick brown fox

On black · 3.14:1 · AA Large

Recommended text color: #ffffff

Use firebrick in code

CSS color: #b22222;
SCSS $color: #b22222;
Tailwind bg-[#b22222]
Swift UIColor(red: 0.698, green: 0.133, blue: 0.133, alpha: 1)
Android Color.parseColor("#b22222")
Flutter Color(0xFFB22222)

Colors similar to firebrick

Browse all Red colors →

What is the HSL code for firebrick?

The CSS color firebrick in HSL format is hsl(0, 67.9%, 41.6%). Use this value directly in CSS, SVG, and most design tools.

How do I use firebrick in CSS?

To apply firebrick in CSS:

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

What are all the color format values for firebrick?

FormatValue
HEX#b22222
RGBrgb(178, 34, 34)
HSLhsl(0, 67.9%, 41.6%)
CMYKcmyk(0%, 80.9%, 80.9%, 30.2%)

How do I convert firebrick to HSL?

Select firebrick from the color name list in our color converter. The HSL value — hsl(0, 67.9%, 41.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does firebrick belong to?

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

How do I create lighter and darker shades of firebrick?

Lighter variant (lightness 56.6%): #db4545. Darker variant (lightness 26.6%): #721616. 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.