Shades of Red Oxide #66140F
Tints of Red Oxide #66140F
RGB
CMYK
RGB Variations
Color information
#66140F (or 0x66140F) is known color: Red Oxide. HEX triplet: 66, 14 and 0F. RGB value is (102,20,15). Sum of RGB (Red+Green+Blue) = 102+20+15=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #66140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66140F is #99EBF0. Grayscale: #2C2C2C. Windows color (decimal): -10087409 or 988262. OLE color: 988262.
HSL color Cylindrical-coordinate representation of color #66140F: hue angle of 3.45º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66140F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 15 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.6 |
| HSL | 3.45º | 0.74% | 0.23% | - |
| HSV(B) | 3.45º | 0.85% | 0.4% | - |
| XYZ | 5.82 | 3.36 | 0.79 | - |
| YUV | 43.95 | 111.67 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 15 | 0 | 0.80 | 0.85 | 0.6 | 3.45 | 0.74 | 0.23 |
| Hex | 66 | 14 | F | 0 | 50 | 55 | 3C | 3 | 4A | 17 |
| Octal | 146 | 24 | 17 | 0 | 120 | 125 | 74 | 3 | 112 | 27 |
| Binary | 1100110 | 10100 | 1111 | 0 | 1010000 | 1010101 | 111100 | 11 | 1001010 | 10111 |
Color Harmonies of #66140F
Complementary color
Monochromatic Colors of #66140F
Black with #66140F
Text Example
Text Example
White with #66140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66140F; }
p { color: rgb(102,20,15); }
H1.HeaderClassName
{
color: #66140F;
}
.AnyTagClassName
{
color: #66140F;
}
</style>
background-color css
<style>
a { background-color: #66140F; }
a { background-color: rgb(102,20,15); }
div.DivClassName
{
background-color: #66140F;
}
.BgClassName
{
background-color: #66140F;
}
</style>
border-color css
<style>
span { border-color: #66140F; }
span { border-color: rgb(102,20,15); }
td.TdClassName
{
border-color: #66140F;
}
.TagClassName
{
border-color: #66140F;
}
</style>