Shades of Red Berry #70222D
Tints of Red Berry #70222D
RGB
CMYK
RGB Variations
Color information
#70222D (or 0x70222D) is known color: Red Berry. HEX triplet: 70, 22 and 2D. RGB value is (112,34,45). Sum of RGB (Red+Green+Blue) = 112+34+45=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70222D is #8FDDD2. Grayscale: #3A3A3A. Windows color (decimal): -9428435 or 2957936. OLE color: 2957936.
HSL color Cylindrical-coordinate representation of color #70222D: hue angle of 351.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70222D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 45 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.56 |
| HSL | 351.54º | 0.53% | 0.29% | - |
| HSV(B) | 351.54º | 0.7% | 0.44% | - |
| XYZ | 7.73 | 4.78 | 3 | - |
| YUV | 58.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 45 | 0 | 0.70 | 0.60 | 0.56 | 351.54 | 0.53 | 0.29 |
| Hex | 70 | 22 | 2D | 0 | 46 | 3C | 38 | 160 | 35 | 1D |
| Octal | 160 | 42 | 55 | 0 | 106 | 74 | 70 | 540 | 65 | 35 |
| Binary | 1110000 | 100010 | 101101 | 0 | 1000110 | 111100 | 111000 | 101100000 | 110101 | 11101 |
Color Harmonies of #70222D
Complementary color
Monochromatic Colors of #70222D
Black with #70222D
Text Example
Text Example
White with #70222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70222D; }
p { color: rgb(112,34,45); }
H1.HeaderClassName
{
color: #70222D;
}
.AnyTagClassName
{
color: #70222D;
}
</style>
background-color css
<style>
a { background-color: #70222D; }
a { background-color: rgb(112,34,45); }
div.DivClassName
{
background-color: #70222D;
}
.BgClassName
{
background-color: #70222D;
}
</style>
border-color css
<style>
span { border-color: #70222D; }
span { border-color: rgb(112,34,45); }
td.TdClassName
{
border-color: #70222D;
}
.TagClassName
{
border-color: #70222D;
}
</style>