Shades of Red Oxide #660E0C
Tints of Red Oxide #660E0C
RGB
CMYK
RGB Variations
Color information
#660E0C (or 0x660E0C) is known color: Red Oxide. HEX triplet: 66, 0E and 0C. RGB value is (102,14,12). Sum of RGB (Red+Green+Blue) = 102+14+12=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E0C is #99F1F3. Grayscale: #282828. Windows color (decimal): -10088948 or 790118. OLE color: 790118.
HSL color Cylindrical-coordinate representation of color #660E0C: hue angle of 1.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660E0C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 12 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.6 |
| HSL | 1.33º | 0.79% | 0.22% | - |
| HSV(B) | 1.33º | 0.88% | 0.4% | - |
| XYZ | 5.7 | 3.17 | 0.66 | - |
| YUV | 40.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 12 | 0 | 0.86 | 0.88 | 0.6 | 1.33 | 0.79 | 0.22 |
| Hex | 66 | E | C | 0 | 56 | 58 | 3C | 1 | 4F | 16 |
| Octal | 146 | 16 | 14 | 0 | 126 | 130 | 74 | 1 | 117 | 26 |
| Binary | 1100110 | 1110 | 1100 | 0 | 1010110 | 1011000 | 111100 | 1 | 1001111 | 10110 |
Color Harmonies of #660E0C
Complementary color
Monochromatic Colors of #660E0C
Black with #660E0C
Text Example
Text Example
White with #660E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E0C; }
p { color: rgb(102,14,12); }
H1.HeaderClassName
{
color: #660E0C;
}
.AnyTagClassName
{
color: #660E0C;
}
</style>
background-color css
<style>
a { background-color: #660E0C; }
a { background-color: rgb(102,14,12); }
div.DivClassName
{
background-color: #660E0C;
}
.BgClassName
{
background-color: #660E0C;
}
</style>
border-color css
<style>
span { border-color: #660E0C; }
span { border-color: rgb(102,14,12); }
td.TdClassName
{
border-color: #660E0C;
}
.TagClassName
{
border-color: #660E0C;
}
</style>