Shades of Red Berry #710F15
Tints of Red Berry #710F15
RGB
CMYK
RGB Variations
Color information
#710F15 (or 0x710F15) is known color: Red Berry. HEX triplet: 71, 0F and 15. RGB value is (113,15,21). Sum of RGB (Red+Green+Blue) = 113+15+21=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F15 is #8EF0EA. Grayscale: #2D2D2D. Windows color (decimal): -9367787 or 1380209. OLE color: 1380209.
HSL color Cylindrical-coordinate representation of color #710F15: hue angle of 356.33º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F15 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 21 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.56 |
| HSL | 356.33º | 0.77% | 0.25% | - |
| HSV(B) | 356.33º | 0.87% | 0.44% | - |
| XYZ | 7.12 | 3.91 | 1.09 | - |
| YUV | 44.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 21 | 0 | 0.87 | 0.81 | 0.56 | 356.33 | 0.77 | 0.25 |
| Hex | 71 | F | 15 | 0 | 57 | 51 | 38 | 164 | 4D | 19 |
| Octal | 161 | 17 | 25 | 0 | 127 | 121 | 70 | 544 | 115 | 31 |
| Binary | 1110001 | 1111 | 10101 | 0 | 1010111 | 1010001 | 111000 | 101100100 | 1001101 | 11001 |
Color Harmonies of #710F15
Complementary color
Monochromatic Colors of #710F15
Black with #710F15
Text Example
Text Example
White with #710F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F15; }
p { color: rgb(113,15,21); }
H1.HeaderClassName
{
color: #710F15;
}
.AnyTagClassName
{
color: #710F15;
}
</style>
background-color css
<style>
a { background-color: #710F15; }
a { background-color: rgb(113,15,21); }
div.DivClassName
{
background-color: #710F15;
}
.BgClassName
{
background-color: #710F15;
}
</style>
border-color css
<style>
span { border-color: #710F15; }
span { border-color: rgb(113,15,21); }
td.TdClassName
{
border-color: #710F15;
}
.TagClassName
{
border-color: #710F15;
}
</style>