Shades of Red Berry #70212B
Tints of Red Berry #70212B
RGB
CMYK
RGB Variations
Color information
#70212B (or 0x70212B) is known color: Red Berry. HEX triplet: 70, 21 and 2B. RGB value is (112,33,43). Sum of RGB (Red+Green+Blue) = 112+33+43=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70212B is #8FDED4. Grayscale: #393939. Windows color (decimal): -9428693 or 2826608. OLE color: 2826608.
HSL color Cylindrical-coordinate representation of color #70212B: hue angle of 352.41º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70212B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 43 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.56 |
| HSL | 352.41º | 0.54% | 0.28% | - |
| HSV(B) | 352.41º | 0.71% | 0.44% | - |
| XYZ | 7.66 | 4.71 | 2.79 | - |
| YUV | 57.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 43 | 0 | 0.71 | 0.62 | 0.56 | 352.41 | 0.54 | 0.28 |
| Hex | 70 | 21 | 2B | 0 | 47 | 3E | 38 | 160 | 36 | 1C |
| Octal | 160 | 41 | 53 | 0 | 107 | 76 | 70 | 540 | 66 | 34 |
| Binary | 1110000 | 100001 | 101011 | 0 | 1000111 | 111110 | 111000 | 101100000 | 110110 | 11100 |
Color Harmonies of #70212B
Complementary color
Monochromatic Colors of #70212B
Black with #70212B
Text Example
Text Example
White with #70212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70212B; }
p { color: rgb(112,33,43); }
H1.HeaderClassName
{
color: #70212B;
}
.AnyTagClassName
{
color: #70212B;
}
</style>
background-color css
<style>
a { background-color: #70212B; }
a { background-color: rgb(112,33,43); }
div.DivClassName
{
background-color: #70212B;
}
.BgClassName
{
background-color: #70212B;
}
</style>
border-color css
<style>
span { border-color: #70212B; }
span { border-color: rgb(112,33,43); }
td.TdClassName
{
border-color: #70212B;
}
.TagClassName
{
border-color: #70212B;
}
</style>