Shades of Cranberry #D24C73
Tints of Cranberry #D24C73
RGB
CMYK
RGB Variations
Color information
#D24C73 (or 0xD24C73) is known color: Cranberry. HEX triplet: D2, 4C and 73. RGB value is (210,76,115). Sum of RGB (Red+Green+Blue) = 210+76+115=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C73 is #2DB38C. Grayscale: #787878. Windows color (decimal): -2995085 or 7556306. OLE color: 7556306.
HSL color Cylindrical-coordinate representation of color #D24C73: hue angle of 342.54º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24C73 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 115 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.18 |
| HSL | 342.54º | 0.6% | 0.56% | - |
| HSV(B) | 342.54º | 0.64% | 0.82% | - |
| XYZ | 32.26 | 20.11 | 18.4 | - |
| YUV | 120.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 115 | 0 | 0.64 | 0.45 | 0.18 | 342.54 | 0.6 | 0.56 |
| Hex | D2 | 4C | 73 | 0 | 40 | 2D | 12 | 157 | 3C | 38 |
| Octal | 322 | 114 | 163 | 0 | 100 | 55 | 22 | 527 | 74 | 70 |
| Binary | 11010010 | 1001100 | 1110011 | 0 | 1000000 | 101101 | 10010 | 101010111 | 111100 | 111000 |
Color Harmonies of #D24C73
Complementary color
Monochromatic Colors of #D24C73
Black with #D24C73
Text Example
Text Example
White with #D24C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C73; }
p { color: rgb(210,76,115); }
H1.HeaderClassName
{
color: #D24C73;
}
.AnyTagClassName
{
color: #D24C73;
}
</style>
background-color css
<style>
a { background-color: #D24C73; }
a { background-color: rgb(210,76,115); }
div.DivClassName
{
background-color: #D24C73;
}
.BgClassName
{
background-color: #D24C73;
}
</style>
border-color css
<style>
span { border-color: #D24C73; }
span { border-color: rgb(210,76,115); }
td.TdClassName
{
border-color: #D24C73;
}
.TagClassName
{
border-color: #D24C73;
}
</style>