Shades of Cranberry #D24372
Tints of Cranberry #D24372
RGB
CMYK
RGB Variations
Color information
#D24372 (or 0xD24372) is known color: Cranberry. HEX triplet: D2, 43 and 72. RGB value is (210,67,114). Sum of RGB (Red+Green+Blue) = 210+67+114=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D24372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24372 is #2DBC8D. Grayscale: #737373. Windows color (decimal): -2997390 or 7488466. OLE color: 7488466.
HSL color Cylindrical-coordinate representation of color #D24372: hue angle of 340.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24372 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 114 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.18 |
| HSL | 340.28º | 0.61% | 0.54% | - |
| HSV(B) | 340.28º | 0.68% | 0.82% | - |
| XYZ | 31.62 | 18.93 | 17.91 | - |
| YUV | 115.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 114 | 0 | 0.68 | 0.46 | 0.18 | 340.28 | 0.61 | 0.54 |
| Hex | D2 | 43 | 72 | 0 | 44 | 2E | 12 | 154 | 3D | 36 |
| Octal | 322 | 103 | 162 | 0 | 104 | 56 | 22 | 524 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1110010 | 0 | 1000100 | 101110 | 10010 | 101010100 | 111101 | 110110 |
Color Harmonies of #D24372
Complementary color
Monochromatic Colors of #D24372
Black with #D24372
Text Example
Text Example
White with #D24372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24372; }
p { color: rgb(210,67,114); }
H1.HeaderClassName
{
color: #D24372;
}
.AnyTagClassName
{
color: #D24372;
}
</style>
background-color css
<style>
a { background-color: #D24372; }
a { background-color: rgb(210,67,114); }
div.DivClassName
{
background-color: #D24372;
}
.BgClassName
{
background-color: #D24372;
}
</style>
border-color css
<style>
span { border-color: #D24372; }
span { border-color: rgb(210,67,114); }
td.TdClassName
{
border-color: #D24372;
}
.TagClassName
{
border-color: #D24372;
}
</style>