Shades of Red Berry #701419
Tints of Red Berry #701419
RGB
CMYK
RGB Variations
Color information
#701419 (or 0x701419) is known color: Red Berry. HEX triplet: 70, 14 and 19. RGB value is (112,20,25). Sum of RGB (Red+Green+Blue) = 112+20+25=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #701419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701419 is #8FEBE6. Grayscale: #303030. Windows color (decimal): -9432039 or 1643632. OLE color: 1643632.
HSL color Cylindrical-coordinate representation of color #701419: hue angle of 356.74º 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 #701419 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 25 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.56 |
| HSL | 356.74º | 0.7% | 0.26% | - |
| HSV(B) | 356.74º | 0.82% | 0.44% | - |
| XYZ | 7.11 | 4.02 | 1.32 | - |
| YUV | 48.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 25 | 0 | 0.82 | 0.78 | 0.56 | 356.74 | 0.7 | 0.26 |
| Hex | 70 | 14 | 19 | 0 | 52 | 4E | 38 | 165 | 46 | 1A |
| Octal | 160 | 24 | 31 | 0 | 122 | 116 | 70 | 545 | 106 | 32 |
| Binary | 1110000 | 10100 | 11001 | 0 | 1010010 | 1001110 | 111000 | 101100101 | 1000110 | 11010 |
Color Harmonies of #701419
Complementary color
Monochromatic Colors of #701419
Black with #701419
Text Example
Text Example
White with #701419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701419; }
p { color: rgb(112,20,25); }
H1.HeaderClassName
{
color: #701419;
}
.AnyTagClassName
{
color: #701419;
}
</style>
background-color css
<style>
a { background-color: #701419; }
a { background-color: rgb(112,20,25); }
div.DivClassName
{
background-color: #701419;
}
.BgClassName
{
background-color: #701419;
}
</style>
border-color css
<style>
span { border-color: #701419; }
span { border-color: rgb(112,20,25); }
td.TdClassName
{
border-color: #701419;
}
.TagClassName
{
border-color: #701419;
}
</style>