Shades of Red Oxide #70211D
Tints of Red Oxide #70211D
RGB
CMYK
RGB Variations
Color information
#70211D (or 0x70211D) is known color: Red Oxide. HEX triplet: 70, 21 and 1D. RGB value is (112,33,29). Sum of RGB (Red+Green+Blue) = 112+33+29=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70211D is #8FDEE2. Grayscale: #383838. Windows color (decimal): -9428707 or 1909104. OLE color: 1909104.
HSL color Cylindrical-coordinate representation of color #70211D: hue angle of 2.89º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70211D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 29 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.56 |
| HSL | 2.89º | 0.59% | 0.28% | - |
| HSV(B) | 2.89º | 0.74% | 0.44% | - |
| XYZ | 7.45 | 4.62 | 1.66 | - |
| YUV | 56.17 | 112.67 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 29 | 0 | 0.71 | 0.74 | 0.56 | 2.89 | 0.59 | 0.28 |
| Hex | 70 | 21 | 1D | 0 | 47 | 4A | 38 | 3 | 3B | 1C |
| Octal | 160 | 41 | 35 | 0 | 107 | 112 | 70 | 3 | 73 | 34 |
| Binary | 1110000 | 100001 | 11101 | 0 | 1000111 | 1001010 | 111000 | 11 | 111011 | 11100 |
Color Harmonies of #70211D
Complementary color
Monochromatic Colors of #70211D
Black with #70211D
Text Example
Text Example
White with #70211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70211D; }
p { color: rgb(112,33,29); }
H1.HeaderClassName
{
color: #70211D;
}
.AnyTagClassName
{
color: #70211D;
}
</style>
background-color css
<style>
a { background-color: #70211D; }
a { background-color: rgb(112,33,29); }
div.DivClassName
{
background-color: #70211D;
}
.BgClassName
{
background-color: #70211D;
}
</style>
border-color css
<style>
span { border-color: #70211D; }
span { border-color: rgb(112,33,29); }
td.TdClassName
{
border-color: #70211D;
}
.TagClassName
{
border-color: #70211D;
}
</style>