Shades of Red Berry #70141C
Tints of Red Berry #70141C
RGB
CMYK
RGB Variations
Color information
#70141C (or 0x70141C) is known color: Red Berry. HEX triplet: 70, 14 and 1C. RGB value is (112,20,28). Sum of RGB (Red+Green+Blue) = 112+20+28=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #70141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70141C is #8FEBE3. Grayscale: #303030. Windows color (decimal): -9432036 or 1840240. OLE color: 1840240.
HSL color Cylindrical-coordinate representation of color #70141C: hue angle of 354.78º 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 #70141C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 28 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.56 |
| HSL | 354.78º | 0.7% | 0.26% | - |
| HSV(B) | 354.78º | 0.82% | 0.44% | - |
| XYZ | 7.14 | 4.03 | 1.5 | - |
| YUV | 48.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 28 | 0 | 0.82 | 0.75 | 0.56 | 354.78 | 0.7 | 0.26 |
| Hex | 70 | 14 | 1C | 0 | 52 | 4B | 38 | 163 | 46 | 1A |
| Octal | 160 | 24 | 34 | 0 | 122 | 113 | 70 | 543 | 106 | 32 |
| Binary | 1110000 | 10100 | 11100 | 0 | 1010010 | 1001011 | 111000 | 101100011 | 1000110 | 11010 |
Color Harmonies of #70141C
Complementary color
Monochromatic Colors of #70141C
Black with #70141C
Text Example
Text Example
White with #70141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70141C; }
p { color: rgb(112,20,28); }
H1.HeaderClassName
{
color: #70141C;
}
.AnyTagClassName
{
color: #70141C;
}
</style>
background-color css
<style>
a { background-color: #70141C; }
a { background-color: rgb(112,20,28); }
div.DivClassName
{
background-color: #70141C;
}
.BgClassName
{
background-color: #70141C;
}
</style>
border-color css
<style>
span { border-color: #70141C; }
span { border-color: rgb(112,20,28); }
td.TdClassName
{
border-color: #70141C;
}
.TagClassName
{
border-color: #70141C;
}
</style>