Shades of Red Oxide #660E0B
Tints of Red Oxide #660E0B
RGB
CMYK
RGB Variations
Color information
#660E0B (or 0x660E0B) is known color: Red Oxide. HEX triplet: 66, 0E and 0B. RGB value is (102,14,11). Sum of RGB (Red+Green+Blue) = 102+14+11=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E0B is #99F1F4. Grayscale: #282828. Windows color (decimal): -10088949 or 724582. OLE color: 724582.
HSL color Cylindrical-coordinate representation of color #660E0B: hue angle of 1.98º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660E0B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 11 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.6 |
| HSL | 1.98º | 0.81% | 0.22% | - |
| HSV(B) | 1.98º | 0.89% | 0.4% | - |
| XYZ | 5.7 | 3.16 | 0.63 | - |
| YUV | 39.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 11 | 0 | 0.86 | 0.89 | 0.6 | 1.98 | 0.81 | 0.22 |
| Hex | 66 | E | B | 0 | 56 | 59 | 3C | 2 | 51 | 16 |
| Octal | 146 | 16 | 13 | 0 | 126 | 131 | 74 | 2 | 121 | 26 |
| Binary | 1100110 | 1110 | 1011 | 0 | 1010110 | 1011001 | 111100 | 10 | 1010001 | 10110 |
Color Harmonies of #660E0B
Complementary color
Monochromatic Colors of #660E0B
Black with #660E0B
Text Example
Text Example
White with #660E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E0B; }
p { color: rgb(102,14,11); }
H1.HeaderClassName
{
color: #660E0B;
}
.AnyTagClassName
{
color: #660E0B;
}
</style>
background-color css
<style>
a { background-color: #660E0B; }
a { background-color: rgb(102,14,11); }
div.DivClassName
{
background-color: #660E0B;
}
.BgClassName
{
background-color: #660E0B;
}
</style>
border-color css
<style>
span { border-color: #660E0B; }
span { border-color: rgb(102,14,11); }
td.TdClassName
{
border-color: #660E0B;
}
.TagClassName
{
border-color: #660E0B;
}
</style>