Shades of Red Oxide #571C14
Tints of Red Oxide #571C14
RGB
CMYK
RGB Variations
Color information
#571C14 (or 0x571C14) is known color: Red Oxide. HEX triplet: 57, 1C and 14. RGB value is (87,28,20). Sum of RGB (Red+Green+Blue) = 87+28+20=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C14 is #A8E3EB. Grayscale: #2C2C2C. Windows color (decimal): -11068396 or 1317975. OLE color: 1317975.
HSL color Cylindrical-coordinate representation of color #571C14: hue angle of 7.16º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571C14 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 20 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.66 |
| HSL | 7.16º | 0.63% | 0.21% | - |
| HSV(B) | 7.16º | 0.77% | 0.34% | - |
| XYZ | 4.47 | 2.91 | 0.99 | - |
| YUV | 44.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 20 | 0 | 0.68 | 0.77 | 0.66 | 7.16 | 0.63 | 0.21 |
| Hex | 57 | 1C | 14 | 0 | 44 | 4D | 42 | 7 | 3F | 15 |
| Octal | 127 | 34 | 24 | 0 | 104 | 115 | 102 | 7 | 77 | 25 |
| Binary | 1010111 | 11100 | 10100 | 0 | 1000100 | 1001101 | 1000010 | 111 | 111111 | 10101 |
Color Harmonies of #571C14
Complementary color
Monochromatic Colors of #571C14
Black with #571C14
Text Example
Text Example
White with #571C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C14; }
p { color: rgb(87,28,20); }
H1.HeaderClassName
{
color: #571C14;
}
.AnyTagClassName
{
color: #571C14;
}
</style>
background-color css
<style>
a { background-color: #571C14; }
a { background-color: rgb(87,28,20); }
div.DivClassName
{
background-color: #571C14;
}
.BgClassName
{
background-color: #571C14;
}
</style>
border-color css
<style>
span { border-color: #571C14; }
span { border-color: rgb(87,28,20); }
td.TdClassName
{
border-color: #571C14;
}
.TagClassName
{
border-color: #571C14;
}
</style>