Shades of Red Berry #701213
Tints of Red Berry #701213
RGB
CMYK
RGB Variations
Color information
#701213 (or 0x701213) is known color: Red Berry. HEX triplet: 70, 12 and 13. RGB value is (112,18,19). Sum of RGB (Red+Green+Blue) = 112+18+19=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #701213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701213 is #8FEDEC. Grayscale: #2E2E2E. Windows color (decimal): -9432557 or 1249904. OLE color: 1249904.
HSL color Cylindrical-coordinate representation of color #701213: hue angle of 359.36º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701213 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 19 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.56 |
| HSL | 359.36º | 0.72% | 0.25% | - |
| HSV(B) | 359.36º | 0.84% | 0.44% | - |
| XYZ | 7.02 | 3.92 | 1 | - |
| YUV | 46.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 19 | 0 | 0.84 | 0.83 | 0.56 | 359.36 | 0.72 | 0.25 |
| Hex | 70 | 12 | 13 | 0 | 54 | 53 | 38 | 167 | 48 | 19 |
| Octal | 160 | 22 | 23 | 0 | 124 | 123 | 70 | 547 | 110 | 31 |
| Binary | 1110000 | 10010 | 10011 | 0 | 1010100 | 1010011 | 111000 | 101100111 | 1001000 | 11001 |
Color Harmonies of #701213
Complementary color
Monochromatic Colors of #701213
Black with #701213
Text Example
Text Example
White with #701213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701213; }
p { color: rgb(112,18,19); }
H1.HeaderClassName
{
color: #701213;
}
.AnyTagClassName
{
color: #701213;
}
</style>
background-color css
<style>
a { background-color: #701213; }
a { background-color: rgb(112,18,19); }
div.DivClassName
{
background-color: #701213;
}
.BgClassName
{
background-color: #701213;
}
</style>
border-color css
<style>
span { border-color: #701213; }
span { border-color: rgb(112,18,19); }
td.TdClassName
{
border-color: #701213;
}
.TagClassName
{
border-color: #701213;
}
</style>