Shades of Red Berry #701C20
Tints of Red Berry #701C20
RGB
CMYK
RGB Variations
Color information
#701C20 (or 0x701C20) is known color: Red Berry. HEX triplet: 70, 1C and 20. RGB value is (112,28,32). Sum of RGB (Red+Green+Blue) = 112+28+32=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #701C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C20 is #8FE3DF. Grayscale: #353535. Windows color (decimal): -9429984 or 2104432. OLE color: 2104432.
HSL color Cylindrical-coordinate representation of color #701C20: hue angle of 357.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C20 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 32 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.56 |
| HSL | 357.14º | 0.6% | 0.27% | - |
| HSV(B) | 357.14º | 0.75% | 0.44% | - |
| XYZ | 7.36 | 4.38 | 1.82 | - |
| YUV | 53.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 32 | 0 | 0.75 | 0.71 | 0.56 | 357.14 | 0.6 | 0.27 |
| Hex | 70 | 1C | 20 | 0 | 4B | 47 | 38 | 165 | 3C | 1B |
| Octal | 160 | 34 | 40 | 0 | 113 | 107 | 70 | 545 | 74 | 33 |
| Binary | 1110000 | 11100 | 100000 | 0 | 1001011 | 1000111 | 111000 | 101100101 | 111100 | 11011 |
Color Harmonies of #701C20
Complementary color
Monochromatic Colors of #701C20
Black with #701C20
Text Example
Text Example
White with #701C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C20; }
p { color: rgb(112,28,32); }
H1.HeaderClassName
{
color: #701C20;
}
.AnyTagClassName
{
color: #701C20;
}
</style>
background-color css
<style>
a { background-color: #701C20; }
a { background-color: rgb(112,28,32); }
div.DivClassName
{
background-color: #701C20;
}
.BgClassName
{
background-color: #701C20;
}
</style>
border-color css
<style>
span { border-color: #701C20; }
span { border-color: rgb(112,28,32); }
td.TdClassName
{
border-color: #701C20;
}
.TagClassName
{
border-color: #701C20;
}
</style>