Shades of Red Oxide #660D0D
Tints of Red Oxide #660D0D
RGB
CMYK
RGB Variations
Color information
#660D0D (or 0x660D0D) is known color: Red Oxide. HEX triplet: 66, 0D and 0D. RGB value is (102,13,13). Sum of RGB (Red+Green+Blue) = 102+13+13=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #660D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D0D is #99F2F2. Grayscale: #272727. Windows color (decimal): -10089203 or 855398. OLE color: 855398.
HSL color Cylindrical-coordinate representation of color #660D0D: hue angle of 0º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D0D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 13 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.6 |
| HSL | 0º | 0.77% | 0.23% | - |
| HSV(B) | 0º | 0.87% | 0.4% | - |
| XYZ | 5.7 | 3.14 | 0.69 | - |
| YUV | 39.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 13 | 0 | 0.87 | 0.87 | 0.6 | 0 | 0.77 | 0.23 |
| Hex | 66 | D | D | 0 | 57 | 57 | 3C | 0 | 4D | 17 |
| Octal | 146 | 15 | 15 | 0 | 127 | 127 | 74 | 0 | 115 | 27 |
| Binary | 1100110 | 1101 | 1101 | 0 | 1010111 | 1010111 | 111100 | 0 | 1001101 | 10111 |
Color Harmonies of #660D0D
Complementary color
Monochromatic Colors of #660D0D
Black with #660D0D
Text Example
Text Example
White with #660D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D0D; }
p { color: rgb(102,13,13); }
H1.HeaderClassName
{
color: #660D0D;
}
.AnyTagClassName
{
color: #660D0D;
}
</style>
background-color css
<style>
a { background-color: #660D0D; }
a { background-color: rgb(102,13,13); }
div.DivClassName
{
background-color: #660D0D;
}
.BgClassName
{
background-color: #660D0D;
}
</style>
border-color css
<style>
span { border-color: #660D0D; }
span { border-color: rgb(102,13,13); }
td.TdClassName
{
border-color: #660D0D;
}
.TagClassName
{
border-color: #660D0D;
}
</style>