Shades of Red Berry #720E10
Tints of Red Berry #720E10
RGB
CMYK
RGB Variations
Color information
#720E10 (or 0x720E10) is known color: Red Berry. HEX triplet: 72, 0E and 10. RGB value is (114,14,16). Sum of RGB (Red+Green+Blue) = 114+14+16=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #720E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E10 is #8DF1EF. Grayscale: #2C2C2C. Windows color (decimal): -9302512 or 1052274. OLE color: 1052274.
HSL color Cylindrical-coordinate representation of color #720E10: hue angle of 358.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E10 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 16 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.55 |
| HSL | 358.8º | 0.78% | 0.25% | - |
| HSV(B) | 358.8º | 0.88% | 0.45% | - |
| XYZ | 7.19 | 3.93 | 0.87 | - |
| YUV | 44.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 16 | 0 | 0.88 | 0.86 | 0.55 | 358.8 | 0.78 | 0.25 |
| Hex | 72 | E | 10 | 0 | 58 | 56 | 37 | 167 | 4E | 19 |
| Octal | 162 | 16 | 20 | 0 | 130 | 126 | 67 | 547 | 116 | 31 |
| Binary | 1110010 | 1110 | 10000 | 0 | 1011000 | 1010110 | 110111 | 101100111 | 1001110 | 11001 |
Color Harmonies of #720E10
Complementary color
Monochromatic Colors of #720E10
Black with #720E10
Text Example
Text Example
White with #720E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E10; }
p { color: rgb(114,14,16); }
H1.HeaderClassName
{
color: #720E10;
}
.AnyTagClassName
{
color: #720E10;
}
</style>
background-color css
<style>
a { background-color: #720E10; }
a { background-color: rgb(114,14,16); }
div.DivClassName
{
background-color: #720E10;
}
.BgClassName
{
background-color: #720E10;
}
</style>
border-color css
<style>
span { border-color: #720E10; }
span { border-color: rgb(114,14,16); }
td.TdClassName
{
border-color: #720E10;
}
.TagClassName
{
border-color: #720E10;
}
</style>