Shades of Red Oxide #660D09
Tints of Red Oxide #660D09
RGB
CMYK
RGB Variations
Color information
#660D09 (or 0x660D09) is known color: Red Oxide. HEX triplet: 66, 0D and 09. RGB value is (102,13,9). Sum of RGB (Red+Green+Blue) = 102+13+9=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D09 is #99F2F6. Grayscale: #272727. Windows color (decimal): -10089207 or 593254. OLE color: 593254.
HSL color Cylindrical-coordinate representation of color #660D09: hue angle of 2.58º 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 #660D09 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 9 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.6 |
| HSL | 2.58º | 0.84% | 0.22% | - |
| HSV(B) | 2.58º | 0.91% | 0.4% | - |
| XYZ | 5.67 | 3.13 | 0.56 | - |
| YUV | 39.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 9 | 0 | 0.87 | 0.91 | 0.6 | 2.58 | 0.84 | 0.22 |
| Hex | 66 | D | 9 | 0 | 57 | 5B | 3C | 3 | 54 | 16 |
| Octal | 146 | 15 | 11 | 0 | 127 | 133 | 74 | 3 | 124 | 26 |
| Binary | 1100110 | 1101 | 1001 | 0 | 1010111 | 1011011 | 111100 | 11 | 1010100 | 10110 |
Color Harmonies of #660D09
Complementary color
Monochromatic Colors of #660D09
Black with #660D09
Text Example
Text Example
White with #660D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D09; }
p { color: rgb(102,13,9); }
H1.HeaderClassName
{
color: #660D09;
}
.AnyTagClassName
{
color: #660D09;
}
</style>
background-color css
<style>
a { background-color: #660D09; }
a { background-color: rgb(102,13,9); }
div.DivClassName
{
background-color: #660D09;
}
.BgClassName
{
background-color: #660D09;
}
</style>
border-color css
<style>
span { border-color: #660D09; }
span { border-color: rgb(102,13,9); }
td.TdClassName
{
border-color: #660D09;
}
.TagClassName
{
border-color: #660D09;
}
</style>