Shades of Red Berry #70141E
Tints of Red Berry #70141E
RGB
CMYK
RGB Variations
Color information
#70141E (or 0x70141E) is known color: Red Berry. HEX triplet: 70, 14 and 1E. RGB value is (112,20,30). Sum of RGB (Red+Green+Blue) = 112+20+30=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141E is #8FEBE1. Grayscale: #303030. Windows color (decimal): -9432034 or 1971312. OLE color: 1971312.
HSL color Cylindrical-coordinate representation of color #70141E: hue angle of 353.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70141E is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 30 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.56 |
| HSL | 353.48º | 0.7% | 0.26% | - |
| HSV(B) | 353.48º | 0.82% | 0.44% | - |
| XYZ | 7.17 | 4.04 | 1.63 | - |
| YUV | 48.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 30 | 0 | 0.82 | 0.73 | 0.56 | 353.48 | 0.7 | 0.26 |
| Hex | 70 | 14 | 1E | 0 | 52 | 49 | 38 | 161 | 46 | 1A |
| Octal | 160 | 24 | 36 | 0 | 122 | 111 | 70 | 541 | 106 | 32 |
| Binary | 1110000 | 10100 | 11110 | 0 | 1010010 | 1001001 | 111000 | 101100001 | 1000110 | 11010 |
Color Harmonies of #70141E
Complementary color
Monochromatic Colors of #70141E
Black with #70141E
Text Example
Text Example
White with #70141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70141E; }
p { color: rgb(112,20,30); }
H1.HeaderClassName
{
color: #70141E;
}
.AnyTagClassName
{
color: #70141E;
}
</style>
background-color css
<style>
a { background-color: #70141E; }
a { background-color: rgb(112,20,30); }
div.DivClassName
{
background-color: #70141E;
}
.BgClassName
{
background-color: #70141E;
}
</style>
border-color css
<style>
span { border-color: #70141E; }
span { border-color: rgb(112,20,30); }
td.TdClassName
{
border-color: #70141E;
}
.TagClassName
{
border-color: #70141E;
}
</style>