Shades of Red Berry #701119
Tints of Red Berry #701119
RGB
CMYK
RGB Variations
Color information
#701119 (or 0x701119) is known color: Red Berry. HEX triplet: 70, 11 and 19. RGB value is (112,17,25). Sum of RGB (Red+Green+Blue) = 112+17+25=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #701119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701119 is #8FEEE6. Grayscale: #2E2E2E. Windows color (decimal): -9432807 or 1642864. OLE color: 1642864.
HSL color Cylindrical-coordinate representation of color #701119: hue angle of 354.95º 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 #701119 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 25 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.56 |
| HSL | 354.95º | 0.74% | 0.25% | - |
| HSV(B) | 354.95º | 0.85% | 0.44% | - |
| XYZ | 7.06 | 3.92 | 1.3 | - |
| YUV | 46.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 25 | 0 | 0.85 | 0.78 | 0.56 | 354.95 | 0.74 | 0.25 |
| Hex | 70 | 11 | 19 | 0 | 55 | 4E | 38 | 163 | 4A | 19 |
| Octal | 160 | 21 | 31 | 0 | 125 | 116 | 70 | 543 | 112 | 31 |
| Binary | 1110000 | 10001 | 11001 | 0 | 1010101 | 1001110 | 111000 | 101100011 | 1001010 | 11001 |
Color Harmonies of #701119
Complementary color
Monochromatic Colors of #701119
Black with #701119
Text Example
Text Example
White with #701119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701119; }
p { color: rgb(112,17,25); }
H1.HeaderClassName
{
color: #701119;
}
.AnyTagClassName
{
color: #701119;
}
</style>
background-color css
<style>
a { background-color: #701119; }
a { background-color: rgb(112,17,25); }
div.DivClassName
{
background-color: #701119;
}
.BgClassName
{
background-color: #701119;
}
</style>
border-color css
<style>
span { border-color: #701119; }
span { border-color: rgb(112,17,25); }
td.TdClassName
{
border-color: #701119;
}
.TagClassName
{
border-color: #701119;
}
</style>