#660E0D

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

Shades of Red Oxide #660E0D

Tints of Red Oxide #660E0D

Color information

#660E0D (or 0x660E0D) is unknown color: approx Red Oxide. HEX triplet: 66, 0E and 0D. RGB value is (102,14,13). Sum of RGB (Red+Green+Blue) = 102+14+13=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660E0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E0D is #99F1F2. Grayscale: #282828. Windows color (decimal): -10088947 or 855654. OLE color: 855654.

HSL color Cylindrical-coordinate representation of color #660E0D: hue angle of 0.67º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660E0D is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB1021413-
CMYK00.860.870.6
HSL0.67º77.39%22.55%-
HSV(B)0.67º87.25%40%-
XYZ5.713.170.69-
YUV40.2112.65172.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.07%
GREEN value IS 14 (5.86% from 255) = 10.85%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=79.07%
G=10.85%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102141300.860.870.60.6777.3922.55
Hex66ED056573C14d17
Octal1461615012612774111527
Binary1100110111011010101011010101111111001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660E0D; }

 p { color: rgb(102,14,13); }

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

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

 a { background-color: rgb(102,14,13); }

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

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

 span { border-color: rgb(102,14,13); }

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