Shades of Red Oxide #660E07
Tints of Red Oxide #660E07
RGB
CMYK
RGB Variations
Color information
#660E07 (or 0x660E07) is known color: Red Oxide. HEX triplet: 66, 0E and 07. RGB value is (102,14,7). Sum of RGB (Red+Green+Blue) = 102+14+7=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E07 is #99F1F8. Grayscale: #272727. Windows color (decimal): -10088953 or 462438. OLE color: 462438.
HSL color Cylindrical-coordinate representation of color #660E07: hue angle of 4.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660E07 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 7 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.6 |
| HSL | 4.42º | 0.87% | 0.21% | - |
| HSV(B) | 4.42º | 0.93% | 0.4% | - |
| XYZ | 5.67 | 3.15 | 0.51 | - |
| YUV | 39.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 7 | 0 | 0.86 | 0.93 | 0.6 | 4.42 | 0.87 | 0.21 |
| Hex | 66 | E | 7 | 0 | 56 | 5D | 3C | 4 | 57 | 15 |
| Octal | 146 | 16 | 7 | 0 | 126 | 135 | 74 | 4 | 127 | 25 |
| Binary | 1100110 | 1110 | 111 | 0 | 1010110 | 1011101 | 111100 | 100 | 1010111 | 10101 |
Color Harmonies of #660E07
Complementary color
Monochromatic Colors of #660E07
Black with #660E07
Text Example
Text Example
White with #660E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E07; }
p { color: rgb(102,14,7); }
H1.HeaderClassName
{
color: #660E07;
}
.AnyTagClassName
{
color: #660E07;
}
</style>
background-color css
<style>
a { background-color: #660E07; }
a { background-color: rgb(102,14,7); }
div.DivClassName
{
background-color: #660E07;
}
.BgClassName
{
background-color: #660E07;
}
</style>
border-color css
<style>
span { border-color: #660E07; }
span { border-color: rgb(102,14,7); }
td.TdClassName
{
border-color: #660E07;
}
.TagClassName
{
border-color: #660E07;
}
</style>