Shades of Red Berry #721214
Tints of Red Berry #721214
RGB
CMYK
RGB Variations
Color information
#721214 (or 0x721214) is known color: Red Berry. HEX triplet: 72, 12 and 14. RGB value is (114,18,20). Sum of RGB (Red+Green+Blue) = 114+18+20=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #721214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721214 is #8DEDEB. Grayscale: #2F2F2F. Windows color (decimal): -9301484 or 1315442. OLE color: 1315442.
HSL color Cylindrical-coordinate representation of color #721214: hue angle of 358.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721214 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 20 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.55 |
| HSL | 358.75º | 0.73% | 0.26% | - |
| HSV(B) | 358.75º | 0.84% | 0.45% | - |
| XYZ | 7.28 | 4.06 | 1.06 | - |
| YUV | 46.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 20 | 0 | 0.84 | 0.82 | 0.55 | 358.75 | 0.73 | 0.26 |
| Hex | 72 | 12 | 14 | 0 | 54 | 52 | 37 | 167 | 49 | 1A |
| Octal | 162 | 22 | 24 | 0 | 124 | 122 | 67 | 547 | 111 | 32 |
| Binary | 1110010 | 10010 | 10100 | 0 | 1010100 | 1010010 | 110111 | 101100111 | 1001001 | 11010 |
Color Harmonies of #721214
Complementary color
Monochromatic Colors of #721214
Black with #721214
Text Example
Text Example
White with #721214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721214; }
p { color: rgb(114,18,20); }
H1.HeaderClassName
{
color: #721214;
}
.AnyTagClassName
{
color: #721214;
}
</style>
background-color css
<style>
a { background-color: #721214; }
a { background-color: rgb(114,18,20); }
div.DivClassName
{
background-color: #721214;
}
.BgClassName
{
background-color: #721214;
}
</style>
border-color css
<style>
span { border-color: #721214; }
span { border-color: rgb(114,18,20); }
td.TdClassName
{
border-color: #721214;
}
.TagClassName
{
border-color: #721214;
}
</style>