Shades of Red Oxide #70201F
Tints of Red Oxide #70201F
RGB
CMYK
RGB Variations
Color information
#70201F (or 0x70201F) is known color: Red Oxide. HEX triplet: 70, 20 and 1F. RGB value is (112,32,31). Sum of RGB (Red+Green+Blue) = 112+32+31=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70201F is #8FDFE0. Grayscale: #373737. Windows color (decimal): -9428961 or 2039920. OLE color: 2039920.
HSL color Cylindrical-coordinate representation of color #70201F: hue angle of 0.74º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70201F is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 32 | 31 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.56 |
| HSL | 0.74º | 0.57% | 0.28% | - |
| HSV(B) | 0.74º | 0.72% | 0.44% | - |
| XYZ | 7.45 | 4.58 | 1.79 | - |
| YUV | 55.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 31 | 0 | 0.71 | 0.72 | 0.56 | 0.74 | 0.57 | 0.28 |
| Hex | 70 | 20 | 1F | 0 | 47 | 48 | 38 | 1 | 39 | 1C |
| Octal | 160 | 40 | 37 | 0 | 107 | 110 | 70 | 1 | 71 | 34 |
| Binary | 1110000 | 100000 | 11111 | 0 | 1000111 | 1001000 | 111000 | 1 | 111001 | 11100 |
Color Harmonies of #70201F
Complementary color
Monochromatic Colors of #70201F
Black with #70201F
Text Example
Text Example
White with #70201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70201F; }
p { color: rgb(112,32,31); }
H1.HeaderClassName
{
color: #70201F;
}
.AnyTagClassName
{
color: #70201F;
}
</style>
background-color css
<style>
a { background-color: #70201F; }
a { background-color: rgb(112,32,31); }
div.DivClassName
{
background-color: #70201F;
}
.BgClassName
{
background-color: #70201F;
}
</style>
border-color css
<style>
span { border-color: #70201F; }
span { border-color: rgb(112,32,31); }
td.TdClassName
{
border-color: #70201F;
}
.TagClassName
{
border-color: #70201F;
}
</style>