Shades of Red Berry #711C24
Tints of Red Berry #711C24
RGB
CMYK
RGB Variations
Color information
#711C24 (or 0x711C24) is known color: Red Berry. HEX triplet: 71, 1C and 24. RGB value is (113,28,36). Sum of RGB (Red+Green+Blue) = 113+28+36=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #711C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C24 is #8EE3DB. Grayscale: #363636. Windows color (decimal): -9364444 or 2366577. OLE color: 2366577.
HSL color Cylindrical-coordinate representation of color #711C24: hue angle of 354.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C24 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 28 | 36 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.56 |
| HSL | 354.35º | 0.6% | 0.28% | - |
| HSV(B) | 354.35º | 0.75% | 0.44% | - |
| XYZ | 7.54 | 4.47 | 2.13 | - |
| YUV | 54.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 36 | 0 | 0.75 | 0.68 | 0.56 | 354.35 | 0.6 | 0.28 |
| Hex | 71 | 1C | 24 | 0 | 4B | 44 | 38 | 162 | 3C | 1C |
| Octal | 161 | 34 | 44 | 0 | 113 | 104 | 70 | 542 | 74 | 34 |
| Binary | 1110001 | 11100 | 100100 | 0 | 1001011 | 1000100 | 111000 | 101100010 | 111100 | 11100 |
Color Harmonies of #711C24
Complementary color
Monochromatic Colors of #711C24
Black with #711C24
Text Example
Text Example
White with #711C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711C24; }
p { color: rgb(113,28,36); }
H1.HeaderClassName
{
color: #711C24;
}
.AnyTagClassName
{
color: #711C24;
}
</style>
background-color css
<style>
a { background-color: #711C24; }
a { background-color: rgb(113,28,36); }
div.DivClassName
{
background-color: #711C24;
}
.BgClassName
{
background-color: #711C24;
}
</style>
border-color css
<style>
span { border-color: #711C24; }
span { border-color: rgb(113,28,36); }
td.TdClassName
{
border-color: #711C24;
}
.TagClassName
{
border-color: #711C24;
}
</style>