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(194,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,24)rgb(194,81,0)
hsl(25,100%,38%)
cmyk(0,58,100,24)rgb(194,162,0)
hsl(50,100%,38%)
cmyk(0,17,100,24)rgb(145,194,0)
hsl(75,100%,38%)
cmyk(25,0,100,24)rgb(65,194,0)
hsl(100,100%,38%)
cmyk(67,0,100,24)rgb(0,194,16)
hsl(125,100%,38%)
cmyk(100,0,92,24) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(145,48,48)
hsl(0,50%,38%)
cmyk(0,67,67,43)rgb(155,39,39)
hsl(0,60%,38%)
cmyk(0,75,75,39)rgb(165,29,29)
hsl(0,70%,38%)
cmyk(0,82,82,35)rgb(174,19,19)
hsl(0,80%,38%)
cmyk(0,89,89,32)rgb(184,10,10)
hsl(0,90%,38%)
cmyk(0,95,95,28)rgb(194,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,24) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(41,0,0)
hsl(0,100%,8%)
cmyk(0,100,100,84)rgb(92,0,0)
hsl(0,100%,18%)
cmyk(0,100,100,64)rgb(143,0,0)
hsl(0,100%,28%)
cmyk(0,100,100,44)rgb(194,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,24)rgb(245,0,0)
hsl(0,100%,48%)
cmyk(0,100,100,4)rgb(255,41,41)
hsl(0,100%,58%)
cmyk(0,84,84,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(102,0,0)
hsl(0,100%,20%)
cmyk(0,100,100,60)rgb(132,0,0)
hsl(0,100%,26%)
cmyk(0,100,100,48)rgb(162,0,0)
hsl(0,100%,32%)
cmyk(0,100,100,36)rgb(192,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25)rgb(222,0,0)
hsl(0,100%,44%)
cmyk(0,100,100,13)rgb(252,0,0)
hsl(0,100%,49%)
cmyk(0,100,100,1) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(192,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25)rgb(192,30,0)
hsl(9,100%,38%)
cmyk(0,84,100,25)rgb(192,60,0)
hsl(19,100%,38%)
cmyk(0,69,100,25)rgb(192,90,0)
hsl(28,100%,38%)
cmyk(0,53,100,25)rgb(192,120,0)
hsl(38,100%,38%)
cmyk(0,38,100,25)rgb(192,150,0)
hsl(47,100%,38%)
cmyk(0,22,100,25) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(192,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25)rgb(192,0,30)
hsl(351,100%,38%)
cmyk(0,100,84,25)rgb(192,0,60)
hsl(341,100%,38%)
cmyk(0,100,69,25)rgb(192,0,90)
hsl(332,100%,38%)
cmyk(0,100,53,25)rgb(192,0,120)
hsl(323,100%,38%)
cmyk(0,100,38,25)rgb(192,0,150)
hsl(313,100%,38%)
cmyk(0,100,22,25) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(191,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25)rgb(172,0,0)
hsl(0,100%,34%)
cmyk(0,100,100,32)rgb(153,0,0)
hsl(0,100%,30%)
cmyk(0,100,100,40)rgb(134,0,0)
hsl(0,100%,26%)
cmyk(0,100,100,48)rgb(115,0,0)
hsl(0,100%,22%)
cmyk(0,100,100,55)rgb(96,0,0)
hsl(0,100%,19%)
cmyk(0,100,100,63) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(191,96,0)
hsl(30,100%,38%)
cmyk(0,50,100,25)rgb(191,77,0)
hsl(24,100%,38%)
cmyk(0,60,100,25)rgb(191,57,0)
hsl(18,100%,38%)
cmyk(0,70,100,25)rgb(191,38,0)
hsl(12,100%,38%)
cmyk(0,80,100,25)rgb(191,19,0)
hsl(6,100%,38%)
cmyk(0,90,100,25)rgb(191,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(191,0,96)
hsl(330,100%,38%)
cmyk(0,100,50,25)rgb(191,0,77)
hsl(336,100%,38%)
cmyk(0,100,60,25)rgb(191,0,57)
hsl(342,100%,38%)
cmyk(0,100,70,25)rgb(191,0,38)
hsl(348,100%,38%)
cmyk(0,100,80,25)rgb(191,0,19)
hsl(354,100%,38%)
cmyk(0,100,90,25)rgb(191,0,0)
hsl(0,100%,38%)
cmyk(0,100,100,25) 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)