Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6)rgb(240,100,0)
hsl(25,100%,47%)
cmyk(0,58,100,6)rgb(240,200,0)
hsl(50,100%,47%)
cmyk(0,17,100,6)rgb(180,240,0)
hsl(75,100%,47%)
cmyk(25,0,100,6)rgb(80,240,0)
hsl(100,100%,47%)
cmyk(67,0,100,6)rgb(0,240,20)
hsl(125,100%,47%)
cmyk(100,0,92,6) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(180,60,60)
hsl(0,50%,47%)
cmyk(0,67,67,30)rgb(192,48,48)
hsl(0,60%,47%)
cmyk(0,75,75,25)rgb(204,36,36)
hsl(0,70%,47%)
cmyk(0,82,82,20)rgb(216,24,24)
hsl(0,80%,47%)
cmyk(0,89,89,15)rgb(228,12,12)
hsl(0,90%,47%)
cmyk(0,95,95,11)rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(87,0,0)
hsl(0,100%,17%)
cmyk(0,100,100,66)rgb(138,0,0)
hsl(0,100%,27%)
cmyk(0,100,100,46)rgb(189,0,0)
hsl(0,100%,37%)
cmyk(0,100,100,26)rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6)rgb(255,36,36)
hsl(0,100%,57%)
cmyk(0,86,86,0)rgb(255,87,87)
hsl(0,100%,67%)
cmyk(0,66,66,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(105,0,0)
hsl(0,100%,21%)
cmyk(0,100,100,59)rgb(135,0,0)
hsl(0,100%,26%)
cmyk(0,100,100,47)rgb(165,0,0)
hsl(0,100%,32%)
cmyk(0,100,100,35)rgb(195,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,24)rgb(225,0,0)
hsl(0,100%,44%)
cmyk(0,100,100,12)rgb(255,0,0)
hsl(0,100%,50%)
cmyk(0,100,100,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6)rgb(240,30,0)
hsl(8,100%,47%)
cmyk(0,88,100,6)rgb(240,60,0)
hsl(15,100%,47%)
cmyk(0,75,100,6)rgb(240,90,0)
hsl(23,100%,47%)
cmyk(0,62,100,6)rgb(240,120,0)
hsl(30,100%,47%)
cmyk(0,50,100,6)rgb(240,150,0)
hsl(38,100%,47%)
cmyk(0,37,100,6) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6)rgb(240,0,30)
hsl(353,100%,47%)
cmyk(0,100,88,6)rgb(240,0,60)
hsl(345,100%,47%)
cmyk(0,100,75,6)rgb(240,0,90)
hsl(338,100%,47%)
cmyk(0,100,62,6)rgb(240,0,120)
hsl(330,100%,47%)
cmyk(0,100,50,6)rgb(240,0,150)
hsl(323,100%,47%)
cmyk(0,100,37,6) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6)rgb(216,0,0)
hsl(0,100%,42%)
cmyk(0,100,100,15)rgb(192,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25)rgb(168,0,0)
hsl(0,100%,33%)
cmyk(0,100,100,34)rgb(144,0,0)
hsl(0,100%,28%)
cmyk(0,100,100,44)rgb(120,0,0)
hsl(0,100%,24%)
cmyk(0,100,100,53) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(240,120,0)
hsl(30,100%,47%)
cmyk(0,50,100,6)rgb(240,96,0)
hsl(24,100%,47%)
cmyk(0,60,100,6)rgb(240,72,0)
hsl(18,100%,47%)
cmyk(0,70,100,6)rgb(240,48,0)
hsl(12,100%,47%)
cmyk(0,80,100,6)rgb(240,24,0)
hsl(6,100%,47%)
cmyk(0,90,100,6)rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(240,0,120)
hsl(330,100%,47%)
cmyk(0,100,50,6)rgb(240,0,96)
hsl(336,100%,47%)
cmyk(0,100,60,6)rgb(240,0,72)
hsl(342,100%,47%)
cmyk(0,100,70,6)rgb(240,0,48)
hsl(348,100%,47%)
cmyk(0,100,80,6)rgb(240,0,24)
hsl(354,100%,47%)
cmyk(0,100,90,6)rgb(240,0,0)
hsl(0,100%,47%)
cmyk(0,100,100,6) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(255,0,0)
hsl(0,100%,50%)
cmyk(0,100,100,0)rgb(230,0,0)
hsl(0,100%,45%)
cmyk(0,100,100,10)rgb(204,0,0)
hsl(0,100%,40%)
cmyk(0,100,100,20)rgb(179,0,0)
hsl(0,100%,35%)
cmyk(0,100,100,30)rgb(153,0,0)
hsl(0,100%,30%)
cmyk(0,100,100,40)rgb(128,0,0)
hsl(0,100%,25%)
cmyk(0,100,100,50)