Shades of Red Berry #720E11
Tints of Red Berry #720E11
RGB
CMYK
RGB Variations
Color information
#720E11 (or 0x720E11) is known color: Red Berry. HEX triplet: 72, 0E and 11. RGB value is (114,14,17). Sum of RGB (Red+Green+Blue) = 114+14+17=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #720E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E11 is #8DF1EE. Grayscale: #2C2C2C. Windows color (decimal): -9302511 or 1117810. OLE color: 1117810.
HSL color Cylindrical-coordinate representation of color #720E11: hue angle of 358.2º 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 #720E11 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 17 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.55 |
| HSL | 358.2º | 0.78% | 0.25% | - |
| HSV(B) | 358.2º | 0.88% | 0.45% | - |
| XYZ | 7.2 | 3.93 | 0.91 | - |
| YUV | 44.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 17 | 0 | 0.88 | 0.85 | 0.55 | 358.2 | 0.78 | 0.25 |
| Hex | 72 | E | 11 | 0 | 58 | 55 | 37 | 166 | 4E | 19 |
| Octal | 162 | 16 | 21 | 0 | 130 | 125 | 67 | 546 | 116 | 31 |
| Binary | 1110010 | 1110 | 10001 | 0 | 1011000 | 1010101 | 110111 | 101100110 | 1001110 | 11001 |
Color Harmonies of #720E11
Complementary color
Monochromatic Colors of #720E11
Black with #720E11
Text Example
Text Example
White with #720E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E11; }
p { color: rgb(114,14,17); }
H1.HeaderClassName
{
color: #720E11;
}
.AnyTagClassName
{
color: #720E11;
}
</style>
background-color css
<style>
a { background-color: #720E11; }
a { background-color: rgb(114,14,17); }
div.DivClassName
{
background-color: #720E11;
}
.BgClassName
{
background-color: #720E11;
}
</style>
border-color css
<style>
span { border-color: #720E11; }
span { border-color: rgb(114,14,17); }
td.TdClassName
{
border-color: #720E11;
}
.TagClassName
{
border-color: #720E11;
}
</style>