Shades of Red Oxide #660D0A
Tints of Red Oxide #660D0A
RGB
CMYK
RGB Variations
Color information
#660D0A (or 0x660D0A) is known color: Red Oxide. HEX triplet: 66, 0D and 0A. RGB value is (102,13,10). Sum of RGB (Red+Green+Blue) = 102+13+10=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D0A is #99F2F5. Grayscale: #272727. Windows color (decimal): -10089206 or 658790. OLE color: 658790.
HSL color Cylindrical-coordinate representation of color #660D0A: hue angle of 1.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660D0A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 10 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.6 |
| HSL | 1.96º | 0.82% | 0.22% | - |
| HSV(B) | 1.96º | 0.9% | 0.4% | - |
| XYZ | 5.68 | 3.13 | 0.59 | - |
| YUV | 39.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 10 | 0 | 0.87 | 0.90 | 0.6 | 1.96 | 0.82 | 0.22 |
| Hex | 66 | D | A | 0 | 57 | 5A | 3C | 2 | 52 | 16 |
| Octal | 146 | 15 | 12 | 0 | 127 | 132 | 74 | 2 | 122 | 26 |
| Binary | 1100110 | 1101 | 1010 | 0 | 1010111 | 1011010 | 111100 | 10 | 1010010 | 10110 |
Color Harmonies of #660D0A
Complementary color
Monochromatic Colors of #660D0A
Black with #660D0A
Text Example
Text Example
White with #660D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D0A; }
p { color: rgb(102,13,10); }
H1.HeaderClassName
{
color: #660D0A;
}
.AnyTagClassName
{
color: #660D0A;
}
</style>
background-color css
<style>
a { background-color: #660D0A; }
a { background-color: rgb(102,13,10); }
div.DivClassName
{
background-color: #660D0A;
}
.BgClassName
{
background-color: #660D0A;
}
</style>
border-color css
<style>
span { border-color: #660D0A; }
span { border-color: rgb(102,13,10); }
td.TdClassName
{
border-color: #660D0A;
}
.TagClassName
{
border-color: #660D0A;
}
</style>