Random Color Generator

#d04349 Color

Color Codes
Hex Code #d04349
RGB Code rgb(208, 67, 73)
HSL Code hsl(357, 60%, 54%)

#d04349 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(208, 67, 73);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(357, 60%, 54%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #d04349

RGB Code Hex Code Preview
rgb(208, 67, 73, 10%) #d043491a  
rgb(208, 67, 73, 20%) #d0434933  
rgb(208, 67, 73, 40%) #d043494C  
rgb(208, 67, 73, 60%) #d0434999  
rgb(208, 67, 73, 80%) #d04349CC  
rgb(208, 67, 73, 100%) #d04349FF  

Saturated and desaturated colors of #d04349

HSL Code Preview
hsl(357, 10%, 54%)  
hsl(357, 20%, 54%)  
hsl(357, 40%, 54%)  
hsl(357, 60%, 54%)  
hsl(357, 80%, 54%)  
hsl(357, 100%, 54%)  

#d04349 Color Usage In CSS

 body {
    color: #d04349;
    }
 p {
    color: rgb(208, 67, 73);
    }
 header {
    border-bottom:1px solid #d04349;
    }
Recent Random Colors