Shades of Red Berry #701423
Tints of Red Berry #701423
RGB
CMYK
RGB Variations
Color information
#701423 (or 0x701423) is known color: Red Berry. HEX triplet: 70, 14 and 23. RGB value is (112,20,35). Sum of RGB (Red+Green+Blue) = 112+20+35=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701423 is #8FEBDC. Grayscale: #313131. Windows color (decimal): -9432029 or 2298992. OLE color: 2298992.
HSL color Cylindrical-coordinate representation of color #701423: hue angle of 350.22º 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 #701423 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 35 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.56 |
| HSL | 350.22º | 0.7% | 0.26% | - |
| HSV(B) | 350.22º | 0.82% | 0.44% | - |
| XYZ | 7.24 | 4.07 | 1.99 | - |
| YUV | 49.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 35 | 0 | 0.82 | 0.69 | 0.56 | 350.22 | 0.7 | 0.26 |
| Hex | 70 | 14 | 23 | 0 | 52 | 45 | 38 | 15E | 46 | 1A |
| Octal | 160 | 24 | 43 | 0 | 122 | 105 | 70 | 536 | 106 | 32 |
| Binary | 1110000 | 10100 | 100011 | 0 | 1010010 | 1000101 | 111000 | 101011110 | 1000110 | 11010 |
Color Harmonies of #701423
Complementary color
Monochromatic Colors of #701423
Black with #701423
Text Example
Text Example
White with #701423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701423; }
p { color: rgb(112,20,35); }
H1.HeaderClassName
{
color: #701423;
}
.AnyTagClassName
{
color: #701423;
}
</style>
background-color css
<style>
a { background-color: #701423; }
a { background-color: rgb(112,20,35); }
div.DivClassName
{
background-color: #701423;
}
.BgClassName
{
background-color: #701423;
}
</style>
border-color css
<style>
span { border-color: #701423; }
span { border-color: rgb(112,20,35); }
td.TdClassName
{
border-color: #701423;
}
.TagClassName
{
border-color: #701423;
}
</style>