#662223

Color #662223 Red Devil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Devil #662223

Tints of Red Devil #662223

Color information

#662223 (or 0x662223) is unknown color: approx Red Devil. HEX triplet: 66, 22 and 23. RGB value is (102,34,35). Sum of RGB (Red+Green+Blue) = 102+34+35=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662223 is #99DDDC. Grayscale: #363636. Windows color (decimal): -10083805 or 2302566. OLE color: 2302566.

HSL color Cylindrical-coordinate representation of color #662223: hue angle of 359.12º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662223 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1023435-
CMYK00.670.660.6
HSL359.12º50%26.67%-
HSV(B)359.12º66.67%40%-
XYZ6.354.092.04-
YUV54.45117.03161.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=59.65%
G=19.88%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102343500.670.660.6359.125026.67
Hex662223043423C167321b
Octal14642430103102745476233
Binary110011010001010001101000011100001011110010110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662223; }

 p { color: rgb(102,34,35); }

 H1.HeaderClassName
 {
   color: #662223;
 }
 .AnyTagClassName
 {
   color: #662223;
 }
</style>
background-color css

<style>
 a { background-color: #662223; }

 a { background-color: rgb(102,34,35); }

 div.DivClassName
 {
   background-color: #662223;
 }
 .BgClassName
 {
   background-color: #662223;
 }
</style>
border-color css

<style>
 span { border-color: #662223; }

 span { border-color: rgb(102,34,35); }

 td.TdClassName
 {
   border-color: #662223;
 }
 .TagClassName
 {
   border-color: #662223;
 }
</style>