Shades of Red Berry #701112
Tints of Red Berry #701112
RGB
CMYK
RGB Variations
Color information
#701112 (or 0x701112) is known color: Red Berry. HEX triplet: 70, 11 and 12. RGB value is (112,17,18). Sum of RGB (Red+Green+Blue) = 112+17+18=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701112 is #8FEEED. Grayscale: #2D2D2D. Windows color (decimal): -9432814 or 1184112. OLE color: 1184112.
HSL color Cylindrical-coordinate representation of color #701112: hue angle of 359.37º 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 #701112 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 18 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.56 |
| HSL | 359.37º | 0.74% | 0.25% | - |
| HSV(B) | 359.37º | 0.85% | 0.44% | - |
| XYZ | 6.99 | 3.89 | 0.95 | - |
| YUV | 45.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 18 | 0 | 0.85 | 0.84 | 0.56 | 359.37 | 0.74 | 0.25 |
| Hex | 70 | 11 | 12 | 0 | 55 | 54 | 38 | 167 | 4A | 19 |
| Octal | 160 | 21 | 22 | 0 | 125 | 124 | 70 | 547 | 112 | 31 |
| Binary | 1110000 | 10001 | 10010 | 0 | 1010101 | 1010100 | 111000 | 101100111 | 1001010 | 11001 |
Color Harmonies of #701112
Complementary color
Monochromatic Colors of #701112
Black with #701112
Text Example
Text Example
White with #701112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701112; }
p { color: rgb(112,17,18); }
H1.HeaderClassName
{
color: #701112;
}
.AnyTagClassName
{
color: #701112;
}
</style>
background-color css
<style>
a { background-color: #701112; }
a { background-color: rgb(112,17,18); }
div.DivClassName
{
background-color: #701112;
}
.BgClassName
{
background-color: #701112;
}
</style>
border-color css
<style>
span { border-color: #701112; }
span { border-color: rgb(112,17,18); }
td.TdClassName
{
border-color: #701112;
}
.TagClassName
{
border-color: #701112;
}
</style>