Shades of Red Berry #70121E
Tints of Red Berry #70121E
RGB
CMYK
RGB Variations
Color information
#70121E (or 0x70121E) is known color: Red Berry. HEX triplet: 70, 12 and 1E. RGB value is (112,18,30). Sum of RGB (Red+Green+Blue) = 112+18+30=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70121E is #8FEDE1. Grayscale: #2F2F2F. Windows color (decimal): -9432546 or 1970800. OLE color: 1970800.
HSL color Cylindrical-coordinate representation of color #70121E: hue angle of 352.34º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70121E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 30 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.56 |
| HSL | 352.34º | 0.72% | 0.25% | - |
| HSV(B) | 352.34º | 0.84% | 0.44% | - |
| XYZ | 7.13 | 3.97 | 1.62 | - |
| YUV | 47.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 30 | 0 | 0.84 | 0.73 | 0.56 | 352.34 | 0.72 | 0.25 |
| Hex | 70 | 12 | 1E | 0 | 54 | 49 | 38 | 160 | 48 | 19 |
| Octal | 160 | 22 | 36 | 0 | 124 | 111 | 70 | 540 | 110 | 31 |
| Binary | 1110000 | 10010 | 11110 | 0 | 1010100 | 1001001 | 111000 | 101100000 | 1001000 | 11001 |
Color Harmonies of #70121E
Complementary color
Monochromatic Colors of #70121E
Black with #70121E
Text Example
Text Example
White with #70121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70121E; }
p { color: rgb(112,18,30); }
H1.HeaderClassName
{
color: #70121E;
}
.AnyTagClassName
{
color: #70121E;
}
</style>
background-color css
<style>
a { background-color: #70121E; }
a { background-color: rgb(112,18,30); }
div.DivClassName
{
background-color: #70121E;
}
.BgClassName
{
background-color: #70121E;
}
</style>
border-color css
<style>
span { border-color: #70121E; }
span { border-color: rgb(112,18,30); }
td.TdClassName
{
border-color: #70121E;
}
.TagClassName
{
border-color: #70121E;
}
</style>