Shades of Red Oxide #661401
Tints of Red Oxide #661401
RGB
CMYK
RGB Variations
Color information
#661401 (or 0x661401) is known color: Red Oxide. HEX triplet: 66, 14 and 01. RGB value is (102,20,1). Sum of RGB (Red+Green+Blue) = 102+20+1=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661401 is #99EBFE. Grayscale: #2A2A2A. Windows color (decimal): -10087423 or 70758. OLE color: 70758.
HSL color Cylindrical-coordinate representation of color #661401: hue angle of 11.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #661401 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 20 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.6 |
| HSL | 11.29º | 0.98% | 0.2% | - |
| HSV(B) | 11.29º | 0.99% | 0.4% | - |
| XYZ | 5.74 | 3.33 | 0.37 | - |
| YUV | 42.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 1 | 0 | 0.80 | 0.99 | 0.6 | 11.29 | 0.98 | 0.2 |
| Hex | 66 | 14 | 1 | 0 | 50 | 63 | 3C | B | 62 | 14 |
| Octal | 146 | 24 | 1 | 0 | 120 | 143 | 74 | 13 | 142 | 24 |
| Binary | 1100110 | 10100 | 1 | 0 | 1010000 | 1100011 | 111100 | 1011 | 1100010 | 10100 |
Color Harmonies of #661401
Complementary color
Monochromatic Colors of #661401
Black with #661401
Text Example
Text Example
White with #661401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661401; }
p { color: rgb(102,20,1); }
H1.HeaderClassName
{
color: #661401;
}
.AnyTagClassName
{
color: #661401;
}
</style>
background-color css
<style>
a { background-color: #661401; }
a { background-color: rgb(102,20,1); }
div.DivClassName
{
background-color: #661401;
}
.BgClassName
{
background-color: #661401;
}
</style>
border-color css
<style>
span { border-color: #661401; }
span { border-color: rgb(102,20,1); }
td.TdClassName
{
border-color: #661401;
}
.TagClassName
{
border-color: #661401;
}
</style>