Shades of Red Berry #701424
Tints of Red Berry #701424
RGB
CMYK
RGB Variations
Color information
#701424 (or 0x701424) is known color: Red Berry. HEX triplet: 70, 14 and 24. RGB value is (112,20,36). Sum of RGB (Red+Green+Blue) = 112+20+36=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #701424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701424 is #8FEBDB. Grayscale: #313131. Windows color (decimal): -9432028 or 2364528. OLE color: 2364528.
HSL color Cylindrical-coordinate representation of color #701424: hue angle of 349.57º 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 #701424 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 36 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.56 |
| HSL | 349.57º | 0.7% | 0.26% | - |
| HSV(B) | 349.57º | 0.82% | 0.44% | - |
| XYZ | 7.25 | 4.07 | 2.07 | - |
| YUV | 49.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 36 | 0 | 0.82 | 0.68 | 0.56 | 349.57 | 0.7 | 0.26 |
| Hex | 70 | 14 | 24 | 0 | 52 | 44 | 38 | 15E | 46 | 1A |
| Octal | 160 | 24 | 44 | 0 | 122 | 104 | 70 | 536 | 106 | 32 |
| Binary | 1110000 | 10100 | 100100 | 0 | 1010010 | 1000100 | 111000 | 101011110 | 1000110 | 11010 |
Color Harmonies of #701424
Complementary color
Monochromatic Colors of #701424
Black with #701424
Text Example
Text Example
White with #701424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701424; }
p { color: rgb(112,20,36); }
H1.HeaderClassName
{
color: #701424;
}
.AnyTagClassName
{
color: #701424;
}
</style>
background-color css
<style>
a { background-color: #701424; }
a { background-color: rgb(112,20,36); }
div.DivClassName
{
background-color: #701424;
}
.BgClassName
{
background-color: #701424;
}
</style>
border-color css
<style>
span { border-color: #701424; }
span { border-color: rgb(112,20,36); }
td.TdClassName
{
border-color: #701424;
}
.TagClassName
{
border-color: #701424;
}
</style>