Shades of Red Berry #711E21
Tints of Red Berry #711E21
RGB
CMYK
RGB Variations
Color information
#711E21 (or 0x711E21) is known color: Red Berry. HEX triplet: 71, 1E and 21. RGB value is (113,30,33). Sum of RGB (Red+Green+Blue) = 113+30+33=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #711E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E21 is #8EE1DE. Grayscale: #373737. Windows color (decimal): -9363935 or 2170481. OLE color: 2170481.
HSL color Cylindrical-coordinate representation of color #711E21: hue angle of 357.83º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E21 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 30 | 33 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.56 |
| HSL | 357.83º | 0.58% | 0.28% | - |
| HSV(B) | 357.83º | 0.73% | 0.44% | - |
| XYZ | 7.55 | 4.55 | 1.92 | - |
| YUV | 55.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 33 | 0 | 0.73 | 0.71 | 0.56 | 357.83 | 0.58 | 0.28 |
| Hex | 71 | 1E | 21 | 0 | 49 | 47 | 38 | 166 | 3A | 1C |
| Octal | 161 | 36 | 41 | 0 | 111 | 107 | 70 | 546 | 72 | 34 |
| Binary | 1110001 | 11110 | 100001 | 0 | 1001001 | 1000111 | 111000 | 101100110 | 111010 | 11100 |
Color Harmonies of #711E21
Complementary color
Monochromatic Colors of #711E21
Black with #711E21
Text Example
Text Example
White with #711E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E21; }
p { color: rgb(113,30,33); }
H1.HeaderClassName
{
color: #711E21;
}
.AnyTagClassName
{
color: #711E21;
}
</style>
background-color css
<style>
a { background-color: #711E21; }
a { background-color: rgb(113,30,33); }
div.DivClassName
{
background-color: #711E21;
}
.BgClassName
{
background-color: #711E21;
}
</style>
border-color css
<style>
span { border-color: #711E21; }
span { border-color: rgb(113,30,33); }
td.TdClassName
{
border-color: #711E21;
}
.TagClassName
{
border-color: #711E21;
}
</style>