Shades of Red Oxide #571400
Tints of Red Oxide #571400
RGB
CMYK
RGB Variations
Color information
#571400 (or 0x571400) is known color: Red Oxide. HEX triplet: 57, 14 and 00. RGB value is (87,20,0). Sum of RGB (Red+Green+Blue) = 87+20+0=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #571400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571400 is #A8EBFF. Grayscale: #252525. Windows color (decimal): -11070464 or 5207. OLE color: 5207.
HSL color Cylindrical-coordinate representation of color #571400: hue angle of 13.79º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #571400 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.66 |
| HSL | 13.79º | 1% | 0.17% | - |
| HSV(B) | 13.79º | 1% | 0.34% | - |
| XYZ | 4.18 | 2.53 | 0.27 | - |
| YUV | 37.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 0 | 0 | 0.77 | 1 | 0.66 | 13.79 | 1 | 0.17 |
| Hex | 57 | 14 | 0 | 0 | 4D | 64 | 42 | E | 64 | 11 |
| Octal | 127 | 24 | 0 | 0 | 115 | 144 | 102 | 16 | 144 | 21 |
| Binary | 1010111 | 10100 | 0 | 0 | 1001101 | 1100100 | 1000010 | 1110 | 1100100 | 10001 |
Color Harmonies of #571400
Complementary color
Monochromatic Colors of #571400
Black with #571400
Text Example
Text Example
White with #571400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571400; }
p { color: rgb(87,20,0); }
H1.HeaderClassName
{
color: #571400;
}
.AnyTagClassName
{
color: #571400;
}
</style>
background-color css
<style>
a { background-color: #571400; }
a { background-color: rgb(87,20,0); }
div.DivClassName
{
background-color: #571400;
}
.BgClassName
{
background-color: #571400;
}
</style>
border-color css
<style>
span { border-color: #571400; }
span { border-color: rgb(87,20,0); }
td.TdClassName
{
border-color: #571400;
}
.TagClassName
{
border-color: #571400;
}
</style>