Shades of Red Berry #70212A
Tints of Red Berry #70212A
RGB
CMYK
RGB Variations
Color information
#70212A (or 0x70212A) is known color: Red Berry. HEX triplet: 70, 21 and 2A. RGB value is (112,33,42). Sum of RGB (Red+Green+Blue) = 112+33+42=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70212A is #8FDED5. Grayscale: #393939. Windows color (decimal): -9428694 or 2761072. OLE color: 2761072.
HSL color Cylindrical-coordinate representation of color #70212A: hue angle of 353.16º 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 #70212A is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 42 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.56 |
| HSL | 353.16º | 0.54% | 0.28% | - |
| HSV(B) | 353.16º | 0.71% | 0.44% | - |
| XYZ | 7.64 | 4.7 | 2.69 | - |
| YUV | 57.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 42 | 0 | 0.71 | 0.62 | 0.56 | 353.16 | 0.54 | 0.28 |
| Hex | 70 | 21 | 2A | 0 | 47 | 3E | 38 | 161 | 36 | 1C |
| Octal | 160 | 41 | 52 | 0 | 107 | 76 | 70 | 541 | 66 | 34 |
| Binary | 1110000 | 100001 | 101010 | 0 | 1000111 | 111110 | 111000 | 101100001 | 110110 | 11100 |
Color Harmonies of #70212A
Complementary color
Monochromatic Colors of #70212A
Black with #70212A
Text Example
Text Example
White with #70212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70212A; }
p { color: rgb(112,33,42); }
H1.HeaderClassName
{
color: #70212A;
}
.AnyTagClassName
{
color: #70212A;
}
</style>
background-color css
<style>
a { background-color: #70212A; }
a { background-color: rgb(112,33,42); }
div.DivClassName
{
background-color: #70212A;
}
.BgClassName
{
background-color: #70212A;
}
</style>
border-color css
<style>
span { border-color: #70212A; }
span { border-color: rgb(112,33,42); }
td.TdClassName
{
border-color: #70212A;
}
.TagClassName
{
border-color: #70212A;
}
</style>