Shades of Red Oxide #661414
Tints of Red Oxide #661414
RGB
CMYK
RGB Variations
Color information
#661414 (or 0x661414) is known color: Red Oxide. HEX triplet: 66, 14 and 14. RGB value is (102,20,20). Sum of RGB (Red+Green+Blue) = 102+20+20=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661414 is #99EBEB. Grayscale: #2C2C2C. Windows color (decimal): -10087404 or 1315942. OLE color: 1315942.
HSL color Cylindrical-coordinate representation of color #661414: hue angle of 0º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661414 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 20 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.6 |
| HSL | 0º | 0.67% | 0.24% | - |
| HSV(B) | 0º | 0.8% | 0.4% | - |
| XYZ | 5.86 | 3.38 | 1 | - |
| YUV | 44.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 20 | 0 | 0.80 | 0.80 | 0.6 | 0 | 0.67 | 0.24 |
| Hex | 66 | 14 | 14 | 0 | 50 | 50 | 3C | 0 | 43 | 18 |
| Octal | 146 | 24 | 24 | 0 | 120 | 120 | 74 | 0 | 103 | 30 |
| Binary | 1100110 | 10100 | 10100 | 0 | 1010000 | 1010000 | 111100 | 0 | 1000011 | 11000 |
Color Harmonies of #661414
Complementary color
Monochromatic Colors of #661414
Black with #661414
Text Example
Text Example
White with #661414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661414; }
p { color: rgb(102,20,20); }
H1.HeaderClassName
{
color: #661414;
}
.AnyTagClassName
{
color: #661414;
}
</style>
background-color css
<style>
a { background-color: #661414; }
a { background-color: rgb(102,20,20); }
div.DivClassName
{
background-color: #661414;
}
.BgClassName
{
background-color: #661414;
}
</style>
border-color css
<style>
span { border-color: #661414; }
span { border-color: rgb(102,20,20); }
td.TdClassName
{
border-color: #661414;
}
.TagClassName
{
border-color: #661414;
}
</style>