Shades of Cranberry #D74C71
Tints of Cranberry #D74C71
RGB
CMYK
RGB Variations
Color information
#D74C71 (or 0xD74C71) is known color: Cranberry. HEX triplet: D7, 4C and 71. RGB value is (215,76,113). Sum of RGB (Red+Green+Blue) = 215+76+113=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C71 is #28B38E. Grayscale: #797979. Windows color (decimal): -2667407 or 7425239. OLE color: 7425239.
HSL color Cylindrical-coordinate representation of color #D74C71: hue angle of 344.03º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C71 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 113 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.16 |
| HSL | 344.03º | 0.63% | 0.57% | - |
| HSV(B) | 344.03º | 0.65% | 0.84% | - |
| XYZ | 33.59 | 20.81 | 17.87 | - |
| YUV | 121.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 113 | 0 | 0.65 | 0.47 | 0.16 | 344.03 | 0.63 | 0.57 |
| Hex | D7 | 4C | 71 | 0 | 41 | 2F | 10 | 158 | 3F | 39 |
| Octal | 327 | 114 | 161 | 0 | 101 | 57 | 20 | 530 | 77 | 71 |
| Binary | 11010111 | 1001100 | 1110001 | 0 | 1000001 | 101111 | 10000 | 101011000 | 111111 | 111001 |
Color Harmonies of #D74C71
Complementary color
Monochromatic Colors of #D74C71
Black with #D74C71
Text Example
Text Example
White with #D74C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C71; }
p { color: rgb(215,76,113); }
H1.HeaderClassName
{
color: #D74C71;
}
.AnyTagClassName
{
color: #D74C71;
}
</style>
background-color css
<style>
a { background-color: #D74C71; }
a { background-color: rgb(215,76,113); }
div.DivClassName
{
background-color: #D74C71;
}
.BgClassName
{
background-color: #D74C71;
}
</style>
border-color css
<style>
span { border-color: #D74C71; }
span { border-color: rgb(215,76,113); }
td.TdClassName
{
border-color: #D74C71;
}
.TagClassName
{
border-color: #D74C71;
}
</style>