Shades of Red Oxide #660E08
Tints of Red Oxide #660E08
RGB
CMYK
RGB Variations
Color information
#660E08 (or 0x660E08) is known color: Red Oxide. HEX triplet: 66, 0E and 08. RGB value is (102,14,8). Sum of RGB (Red+Green+Blue) = 102+14+8=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E08 is #99F1F7. Grayscale: #272727. Windows color (decimal): -10088952 or 527974. OLE color: 527974.
HSL color Cylindrical-coordinate representation of color #660E08: hue angle of 3.83º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660E08 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 8 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.6 |
| HSL | 3.83º | 0.85% | 0.22% | - |
| HSV(B) | 3.83º | 0.92% | 0.4% | - |
| XYZ | 5.68 | 3.16 | 0.54 | - |
| YUV | 39.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 8 | 0 | 0.86 | 0.92 | 0.6 | 3.83 | 0.85 | 0.22 |
| Hex | 66 | E | 8 | 0 | 56 | 5C | 3C | 4 | 55 | 16 |
| Octal | 146 | 16 | 10 | 0 | 126 | 134 | 74 | 4 | 125 | 26 |
| Binary | 1100110 | 1110 | 1000 | 0 | 1010110 | 1011100 | 111100 | 100 | 1010101 | 10110 |
Color Harmonies of #660E08
Complementary color
Monochromatic Colors of #660E08
Black with #660E08
Text Example
Text Example
White with #660E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E08; }
p { color: rgb(102,14,8); }
H1.HeaderClassName
{
color: #660E08;
}
.AnyTagClassName
{
color: #660E08;
}
</style>
background-color css
<style>
a { background-color: #660E08; }
a { background-color: rgb(102,14,8); }
div.DivClassName
{
background-color: #660E08;
}
.BgClassName
{
background-color: #660E08;
}
</style>
border-color css
<style>
span { border-color: #660E08; }
span { border-color: rgb(102,14,8); }
td.TdClassName
{
border-color: #660E08;
}
.TagClassName
{
border-color: #660E08;
}
</style>