Shades of Red Berry #70111F
Tints of Red Berry #70111F
RGB
CMYK
RGB Variations
Color information
#70111F (or 0x70111F) is known color: Red Berry. HEX triplet: 70, 11 and 1F. RGB value is (112,17,31). Sum of RGB (Red+Green+Blue) = 112+17+31=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70111F is #8FEEE0. Grayscale: #2F2F2F. Windows color (decimal): -9432801 or 2036080. OLE color: 2036080.
HSL color Cylindrical-coordinate representation of color #70111F: hue angle of 351.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70111F is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 31 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.56 |
| HSL | 351.16º | 0.74% | 0.25% | - |
| HSV(B) | 351.16º | 0.85% | 0.44% | - |
| XYZ | 7.13 | 3.94 | 1.68 | - |
| YUV | 47 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 31 | 0 | 0.85 | 0.72 | 0.56 | 351.16 | 0.74 | 0.25 |
| Hex | 70 | 11 | 1F | 0 | 55 | 48 | 38 | 15F | 4A | 19 |
| Octal | 160 | 21 | 37 | 0 | 125 | 110 | 70 | 537 | 112 | 31 |
| Binary | 1110000 | 10001 | 11111 | 0 | 1010101 | 1001000 | 111000 | 101011111 | 1001010 | 11001 |
Color Harmonies of #70111F
Complementary color
Monochromatic Colors of #70111F
Black with #70111F
Text Example
Text Example
White with #70111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70111F; }
p { color: rgb(112,17,31); }
H1.HeaderClassName
{
color: #70111F;
}
.AnyTagClassName
{
color: #70111F;
}
</style>
background-color css
<style>
a { background-color: #70111F; }
a { background-color: rgb(112,17,31); }
div.DivClassName
{
background-color: #70111F;
}
.BgClassName
{
background-color: #70111F;
}
</style>
border-color css
<style>
span { border-color: #70111F; }
span { border-color: rgb(112,17,31); }
td.TdClassName
{
border-color: #70111F;
}
.TagClassName
{
border-color: #70111F;
}
</style>