Shades of Red Berry #711D21
Tints of Red Berry #711D21
RGB
CMYK
RGB Variations
Color information
#711D21 (or 0x711D21) is known color: Red Berry. HEX triplet: 71, 1D and 21. RGB value is (113,29,33). Sum of RGB (Red+Green+Blue) = 113+29+33=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D21 is #8EE2DE. Grayscale: #363636. Windows color (decimal): -9364191 or 2170225. OLE color: 2170225.
HSL color Cylindrical-coordinate representation of color #711D21: hue angle of 357.14º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D21 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 29 | 33 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.56 |
| HSL | 357.14º | 0.59% | 0.28% | - |
| HSV(B) | 357.14º | 0.74% | 0.44% | - |
| XYZ | 7.52 | 4.5 | 1.91 | - |
| YUV | 54.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 33 | 0 | 0.74 | 0.71 | 0.56 | 357.14 | 0.59 | 0.28 |
| Hex | 71 | 1D | 21 | 0 | 4A | 47 | 38 | 165 | 3B | 1C |
| Octal | 161 | 35 | 41 | 0 | 112 | 107 | 70 | 545 | 73 | 34 |
| Binary | 1110001 | 11101 | 100001 | 0 | 1001010 | 1000111 | 111000 | 101100101 | 111011 | 11100 |
Color Harmonies of #711D21
Complementary color
Monochromatic Colors of #711D21
Black with #711D21
Text Example
Text Example
White with #711D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D21; }
p { color: rgb(113,29,33); }
H1.HeaderClassName
{
color: #711D21;
}
.AnyTagClassName
{
color: #711D21;
}
</style>
background-color css
<style>
a { background-color: #711D21; }
a { background-color: rgb(113,29,33); }
div.DivClassName
{
background-color: #711D21;
}
.BgClassName
{
background-color: #711D21;
}
</style>
border-color css
<style>
span { border-color: #711D21; }
span { border-color: rgb(113,29,33); }
td.TdClassName
{
border-color: #711D21;
}
.TagClassName
{
border-color: #711D21;
}
</style>