Shades of Red Oxide #570E03
Tints of Red Oxide #570E03
RGB
CMYK
RGB Variations
Color information
#570E03 (or 0x570E03) is known color: Red Oxide. HEX triplet: 57, 0E and 03. RGB value is (87,14,3). Sum of RGB (Red+Green+Blue) = 87+14+3=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570E03 is #A8F1FC. Grayscale: #222222. Windows color (decimal): -11071997 or 200279. OLE color: 200279.
HSL color Cylindrical-coordinate representation of color #570E03: hue angle of 7.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570E03 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.66 |
| HSL | 7.86º | 0.93% | 0.18% | - |
| HSV(B) | 7.86º | 0.97% | 0.34% | - |
| XYZ | 4.1 | 2.35 | 0.32 | - |
| YUV | 34.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 3 | 0 | 0.84 | 0.97 | 0.66 | 7.86 | 0.93 | 0.18 |
| Hex | 57 | E | 3 | 0 | 54 | 61 | 42 | 8 | 5D | 12 |
| Octal | 127 | 16 | 3 | 0 | 124 | 141 | 102 | 10 | 135 | 22 |
| Binary | 1010111 | 1110 | 11 | 0 | 1010100 | 1100001 | 1000010 | 1000 | 1011101 | 10010 |
Color Harmonies of #570E03
Complementary color
Monochromatic Colors of #570E03
Black with #570E03
Text Example
Text Example
White with #570E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E03; }
p { color: rgb(87,14,3); }
H1.HeaderClassName
{
color: #570E03;
}
.AnyTagClassName
{
color: #570E03;
}
</style>
background-color css
<style>
a { background-color: #570E03; }
a { background-color: rgb(87,14,3); }
div.DivClassName
{
background-color: #570E03;
}
.BgClassName
{
background-color: #570E03;
}
</style>
border-color css
<style>
span { border-color: #570E03; }
span { border-color: rgb(87,14,3); }
td.TdClassName
{
border-color: #570E03;
}
.TagClassName
{
border-color: #570E03;
}
</style>