Shades of Red Berry #701E22
Tints of Red Berry #701E22
RGB
CMYK
RGB Variations
Color information
#701E22 (or 0x701E22) is known color: Red Berry. HEX triplet: 70, 1E and 22. RGB value is (112,30,34). Sum of RGB (Red+Green+Blue) = 112+30+34=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #701E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E22 is #8FE1DD. Grayscale: #373737. Windows color (decimal): -9429470 or 2236016. OLE color: 2236016.
HSL color Cylindrical-coordinate representation of color #701E22: hue angle of 357.07º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E22 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 34 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.56 |
| HSL | 357.07º | 0.58% | 0.28% | - |
| HSV(B) | 357.07º | 0.73% | 0.44% | - |
| XYZ | 7.44 | 4.49 | 1.99 | - |
| YUV | 54.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 34 | 0 | 0.73 | 0.70 | 0.56 | 357.07 | 0.58 | 0.28 |
| Hex | 70 | 1E | 22 | 0 | 49 | 46 | 38 | 165 | 3A | 1C |
| Octal | 160 | 36 | 42 | 0 | 111 | 106 | 70 | 545 | 72 | 34 |
| Binary | 1110000 | 11110 | 100010 | 0 | 1001001 | 1000110 | 111000 | 101100101 | 111010 | 11100 |
Color Harmonies of #701E22
Complementary color
Monochromatic Colors of #701E22
Black with #701E22
Text Example
Text Example
White with #701E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E22; }
p { color: rgb(112,30,34); }
H1.HeaderClassName
{
color: #701E22;
}
.AnyTagClassName
{
color: #701E22;
}
</style>
background-color css
<style>
a { background-color: #701E22; }
a { background-color: rgb(112,30,34); }
div.DivClassName
{
background-color: #701E22;
}
.BgClassName
{
background-color: #701E22;
}
</style>
border-color css
<style>
span { border-color: #701E22; }
span { border-color: rgb(112,30,34); }
td.TdClassName
{
border-color: #701E22;
}
.TagClassName
{
border-color: #701E22;
}
</style>