Shades of Red Berry #701425
Tints of Red Berry #701425
RGB
CMYK
RGB Variations
Color information
#701425 (or 0x701425) is known color: Red Berry. HEX triplet: 70, 14 and 25. RGB value is (112,20,37). Sum of RGB (Red+Green+Blue) = 112+20+37=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701425 is #8FEBDA. Grayscale: #313131. Windows color (decimal): -9432027 or 2430064. OLE color: 2430064.
HSL color Cylindrical-coordinate representation of color #701425: hue angle of 348.91º 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 #701425 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 37 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.56 |
| HSL | 348.91º | 0.7% | 0.26% | - |
| HSV(B) | 348.91º | 0.82% | 0.44% | - |
| XYZ | 7.27 | 4.08 | 2.15 | - |
| YUV | 49.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 37 | 0 | 0.82 | 0.67 | 0.56 | 348.91 | 0.7 | 0.26 |
| Hex | 70 | 14 | 25 | 0 | 52 | 43 | 38 | 15D | 46 | 1A |
| Octal | 160 | 24 | 45 | 0 | 122 | 103 | 70 | 535 | 106 | 32 |
| Binary | 1110000 | 10100 | 100101 | 0 | 1010010 | 1000011 | 111000 | 101011101 | 1000110 | 11010 |
Color Harmonies of #701425
Complementary color
Monochromatic Colors of #701425
Black with #701425
Text Example
Text Example
White with #701425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701425; }
p { color: rgb(112,20,37); }
H1.HeaderClassName
{
color: #701425;
}
.AnyTagClassName
{
color: #701425;
}
</style>
background-color css
<style>
a { background-color: #701425; }
a { background-color: rgb(112,20,37); }
div.DivClassName
{
background-color: #701425;
}
.BgClassName
{
background-color: #701425;
}
</style>
border-color css
<style>
span { border-color: #701425; }
span { border-color: rgb(112,20,37); }
td.TdClassName
{
border-color: #701425;
}
.TagClassName
{
border-color: #701425;
}
</style>