Shades of Red Oxide #70221D
Tints of Red Oxide #70221D
RGB
CMYK
RGB Variations
Color information
#70221D (or 0x70221D) is known color: Red Oxide. HEX triplet: 70, 22 and 1D. RGB value is (112,34,29). Sum of RGB (Red+Green+Blue) = 112+34+29=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70221D is #8FDDE2. Grayscale: #383838. Windows color (decimal): -9428451 or 1909360. OLE color: 1909360.
HSL color Cylindrical-coordinate representation of color #70221D: hue angle of 3.61º 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 #70221D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 29 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.56 |
| HSL | 3.61º | 0.59% | 0.28% | - |
| HSV(B) | 3.61º | 0.74% | 0.44% | - |
| XYZ | 7.48 | 4.68 | 1.67 | - |
| YUV | 56.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 29 | 0 | 0.70 | 0.74 | 0.56 | 3.61 | 0.59 | 0.28 |
| Hex | 70 | 22 | 1D | 0 | 46 | 4A | 38 | 4 | 3B | 1C |
| Octal | 160 | 42 | 35 | 0 | 106 | 112 | 70 | 4 | 73 | 34 |
| Binary | 1110000 | 100010 | 11101 | 0 | 1000110 | 1001010 | 111000 | 100 | 111011 | 11100 |
Color Harmonies of #70221D
Complementary color
Monochromatic Colors of #70221D
Black with #70221D
Text Example
Text Example
White with #70221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70221D; }
p { color: rgb(112,34,29); }
H1.HeaderClassName
{
color: #70221D;
}
.AnyTagClassName
{
color: #70221D;
}
</style>
background-color css
<style>
a { background-color: #70221D; }
a { background-color: rgb(112,34,29); }
div.DivClassName
{
background-color: #70221D;
}
.BgClassName
{
background-color: #70221D;
}
</style>
border-color css
<style>
span { border-color: #70221D; }
span { border-color: rgb(112,34,29); }
td.TdClassName
{
border-color: #70221D;
}
.TagClassName
{
border-color: #70221D;
}
</style>