#66211C

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

Shades of Red Oxide #66211C

Tints of Red Oxide #66211C

Color information

#66211C (or 0x66211C) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 1C. RGB value is (102,33,28). Sum of RGB (Red+Green+Blue) = 102+33+28=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66211C is #99DEE3. Grayscale: #353535. Windows color (decimal): -10084068 or 1843558. OLE color: 1843558.

HSL color Cylindrical-coordinate representation of color #66211C: hue angle of 4.05º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66211C is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1023328-
CMYK00.680.730.6
HSL4.05º56.92%25.49%-
HSV(B)4.05º72.55%40%-
XYZ6.2341.54-
YUV53.06113.86162.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=62.58%
G=20.25%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102332800.680.730.64.0556.9225.49
Hex66211C044493C43919
Octal146413401041117447131
Binary11001101000011110001000100100100111110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66211C; }

 p { color: rgb(102,33,28); }

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

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

 a { background-color: rgb(102,33,28); }

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

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

 span { border-color: rgb(102,33,28); }

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