Shades of Red Berry #701E21
Tints of Red Berry #701E21
RGB
CMYK
RGB Variations
Color information
#701E21 (or 0x701E21) is known color: Red Berry. HEX triplet: 70, 1E and 21. RGB value is (112,30,33). Sum of RGB (Red+Green+Blue) = 112+30+33=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #701E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E21 is #8FE1DE. Grayscale: #363636. Windows color (decimal): -9429471 or 2170480. OLE color: 2170480.
HSL color Cylindrical-coordinate representation of color #701E21: hue angle of 357.8º 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 #701E21 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 33 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.56 |
| HSL | 357.8º | 0.58% | 0.28% | - |
| HSV(B) | 357.8º | 0.73% | 0.44% | - |
| XYZ | 7.42 | 4.48 | 1.91 | - |
| YUV | 54.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 33 | 0 | 0.73 | 0.71 | 0.56 | 357.8 | 0.58 | 0.28 |
| Hex | 70 | 1E | 21 | 0 | 49 | 47 | 38 | 166 | 3A | 1C |
| Octal | 160 | 36 | 41 | 0 | 111 | 107 | 70 | 546 | 72 | 34 |
| Binary | 1110000 | 11110 | 100001 | 0 | 1001001 | 1000111 | 111000 | 101100110 | 111010 | 11100 |
Color Harmonies of #701E21
Complementary color
Monochromatic Colors of #701E21
Black with #701E21
Text Example
Text Example
White with #701E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E21; }
p { color: rgb(112,30,33); }
H1.HeaderClassName
{
color: #701E21;
}
.AnyTagClassName
{
color: #701E21;
}
</style>
background-color css
<style>
a { background-color: #701E21; }
a { background-color: rgb(112,30,33); }
div.DivClassName
{
background-color: #701E21;
}
.BgClassName
{
background-color: #701E21;
}
</style>
border-color css
<style>
span { border-color: #701E21; }
span { border-color: rgb(112,30,33); }
td.TdClassName
{
border-color: #701E21;
}
.TagClassName
{
border-color: #701E21;
}
</style>