Shades of Cranberry #D24D73
Tints of Cranberry #D24D73
RGB
CMYK
RGB Variations
Color information
#D24D73 (or 0xD24D73) is known color: Cranberry. HEX triplet: D2, 4D and 73. RGB value is (210,77,115). Sum of RGB (Red+Green+Blue) = 210+77+115=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D73 is #2DB28C. Grayscale: #797979. Windows color (decimal): -2994829 or 7556562. OLE color: 7556562.
HSL color Cylindrical-coordinate representation of color #D24D73: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D73 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 115 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.18 |
| HSL | 342.86º | 0.6% | 0.56% | - |
| HSV(B) | 342.86º | 0.63% | 0.82% | - |
| XYZ | 32.33 | 20.25 | 18.42 | - |
| YUV | 121.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 115 | 0 | 0.63 | 0.45 | 0.18 | 342.86 | 0.6 | 0.56 |
| Hex | D2 | 4D | 73 | 0 | 3F | 2D | 12 | 157 | 3C | 38 |
| Octal | 322 | 115 | 163 | 0 | 77 | 55 | 22 | 527 | 74 | 70 |
| Binary | 11010010 | 1001101 | 1110011 | 0 | 111111 | 101101 | 10010 | 101010111 | 111100 | 111000 |
Color Harmonies of #D24D73
Complementary color
Monochromatic Colors of #D24D73
Black with #D24D73
Text Example
Text Example
White with #D24D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D73; }
p { color: rgb(210,77,115); }
H1.HeaderClassName
{
color: #D24D73;
}
.AnyTagClassName
{
color: #D24D73;
}
</style>
background-color css
<style>
a { background-color: #D24D73; }
a { background-color: rgb(210,77,115); }
div.DivClassName
{
background-color: #D24D73;
}
.BgClassName
{
background-color: #D24D73;
}
</style>
border-color css
<style>
span { border-color: #D24D73; }
span { border-color: rgb(210,77,115); }
td.TdClassName
{
border-color: #D24D73;
}
.TagClassName
{
border-color: #D24D73;
}
</style>