Shades of Red Oxide #66110E
Tints of Red Oxide #66110E
RGB
CMYK
RGB Variations
Color information
#66110E (or 0x66110E) is known color: Red Oxide. HEX triplet: 66, 11 and 0E. RGB value is (102,17,14). Sum of RGB (Red+Green+Blue) = 102+17+14=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66110E is #99EEF1. Grayscale: #2A2A2A. Windows color (decimal): -10088178 or 921958. OLE color: 921958.
HSL color Cylindrical-coordinate representation of color #66110E: hue angle of 2.05º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66110E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 14 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.6 |
| HSL | 2.05º | 0.76% | 0.23% | - |
| HSV(B) | 2.05º | 0.86% | 0.4% | - |
| XYZ | 5.76 | 3.26 | 0.74 | - |
| YUV | 42.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 14 | 0 | 0.83 | 0.86 | 0.6 | 2.05 | 0.76 | 0.23 |
| Hex | 66 | 11 | E | 0 | 53 | 56 | 3C | 2 | 4C | 17 |
| Octal | 146 | 21 | 16 | 0 | 123 | 126 | 74 | 2 | 114 | 27 |
| Binary | 1100110 | 10001 | 1110 | 0 | 1010011 | 1010110 | 111100 | 10 | 1001100 | 10111 |
Color Harmonies of #66110E
Complementary color
Monochromatic Colors of #66110E
Black with #66110E
Text Example
Text Example
White with #66110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66110E; }
p { color: rgb(102,17,14); }
H1.HeaderClassName
{
color: #66110E;
}
.AnyTagClassName
{
color: #66110E;
}
</style>
background-color css
<style>
a { background-color: #66110E; }
a { background-color: rgb(102,17,14); }
div.DivClassName
{
background-color: #66110E;
}
.BgClassName
{
background-color: #66110E;
}
</style>
border-color css
<style>
span { border-color: #66110E; }
span { border-color: rgb(102,17,14); }
td.TdClassName
{
border-color: #66110E;
}
.TagClassName
{
border-color: #66110E;
}
</style>