Shades of Red Oxide #660E09
Tints of Red Oxide #660E09
RGB
CMYK
RGB Variations
Color information
#660E09 (or 0x660E09) is known color: Red Oxide. HEX triplet: 66, 0E and 09. RGB value is (102,14,9). Sum of RGB (Red+Green+Blue) = 102+14+9=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E09 is #99F1F6. Grayscale: #272727. Windows color (decimal): -10088951 or 593510. OLE color: 593510.
HSL color Cylindrical-coordinate representation of color #660E09: hue angle of 3.23º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660E09 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 9 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.6 |
| HSL | 3.23º | 0.84% | 0.22% | - |
| HSV(B) | 3.23º | 0.91% | 0.4% | - |
| XYZ | 5.69 | 3.16 | 0.57 | - |
| YUV | 39.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 9 | 0 | 0.86 | 0.91 | 0.6 | 3.23 | 0.84 | 0.22 |
| Hex | 66 | E | 9 | 0 | 56 | 5B | 3C | 3 | 54 | 16 |
| Octal | 146 | 16 | 11 | 0 | 126 | 133 | 74 | 3 | 124 | 26 |
| Binary | 1100110 | 1110 | 1001 | 0 | 1010110 | 1011011 | 111100 | 11 | 1010100 | 10110 |
Color Harmonies of #660E09
Complementary color
Monochromatic Colors of #660E09
Black with #660E09
Text Example
Text Example
White with #660E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E09; }
p { color: rgb(102,14,9); }
H1.HeaderClassName
{
color: #660E09;
}
.AnyTagClassName
{
color: #660E09;
}
</style>
background-color css
<style>
a { background-color: #660E09; }
a { background-color: rgb(102,14,9); }
div.DivClassName
{
background-color: #660E09;
}
.BgClassName
{
background-color: #660E09;
}
</style>
border-color css
<style>
span { border-color: #660E09; }
span { border-color: rgb(102,14,9); }
td.TdClassName
{
border-color: #660E09;
}
.TagClassName
{
border-color: #660E09;
}
</style>