Shades of Red Oxide #570701
Tints of Red Oxide #570701
RGB
CMYK
RGB Variations
Color information
#570701 (or 0x570701) is known color: Red Oxide. HEX triplet: 57, 07 and 01. RGB value is (87,7,1). Sum of RGB (Red+Green+Blue) = 87+7+1=95 (12% of max value = 765). Red value is 87 (34.38% from 255 or 91.58% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 87 - color contains mainly: red. Hex color #570701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570701 is #A8F8FE. Grayscale: #1E1E1E. Windows color (decimal): -11073791 or 67415. OLE color: 67415.
HSL color Cylindrical-coordinate representation of color #570701: hue angle of 4.19º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570701 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.66 |
| HSL | 4.19º | 0.98% | 0.17% | - |
| HSV(B) | 4.19º | 0.99% | 0.34% | - |
| XYZ | 4.01 | 2.18 | 0.24 | - |
| YUV | 30.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 1 | 0 | 0.92 | 0.99 | 0.66 | 4.19 | 0.98 | 0.17 |
| Hex | 57 | 7 | 1 | 0 | 5C | 63 | 42 | 4 | 62 | 11 |
| Octal | 127 | 7 | 1 | 0 | 134 | 143 | 102 | 4 | 142 | 21 |
| Binary | 1010111 | 111 | 1 | 0 | 1011100 | 1100011 | 1000010 | 100 | 1100010 | 10001 |
Color Harmonies of #570701
Complementary color
Monochromatic Colors of #570701
Black with #570701
Text Example
Text Example
White with #570701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570701; }
p { color: rgb(87,7,1); }
H1.HeaderClassName
{
color: #570701;
}
.AnyTagClassName
{
color: #570701;
}
</style>
background-color css
<style>
a { background-color: #570701; }
a { background-color: rgb(87,7,1); }
div.DivClassName
{
background-color: #570701;
}
.BgClassName
{
background-color: #570701;
}
</style>
border-color css
<style>
span { border-color: #570701; }
span { border-color: rgb(87,7,1); }
td.TdClassName
{
border-color: #570701;
}
.TagClassName
{
border-color: #570701;
}
</style>