Shades of Cranberry #D24170
Tints of Cranberry #D24170
RGB
CMYK
RGB Variations
Color information
#D24170 (or 0xD24170) is known color: Cranberry. HEX triplet: D2, 41 and 70. RGB value is (210,65,112). Sum of RGB (Red+Green+Blue) = 210+65+112=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D24170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24170 is #2DBE8F. Grayscale: #717171. Windows color (decimal): -2997904 or 7356882. OLE color: 7356882.
HSL color Cylindrical-coordinate representation of color #D24170: hue angle of 340.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24170 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 112 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.18 |
| HSL | 340.55º | 0.62% | 0.54% | - |
| HSV(B) | 340.55º | 0.69% | 0.82% | - |
| XYZ | 31.39 | 18.65 | 17.27 | - |
| YUV | 113.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 112 | 0 | 0.69 | 0.47 | 0.18 | 340.55 | 0.62 | 0.54 |
| Hex | D2 | 41 | 70 | 0 | 45 | 2F | 12 | 155 | 3E | 36 |
| Octal | 322 | 101 | 160 | 0 | 105 | 57 | 22 | 525 | 76 | 66 |
| Binary | 11010010 | 1000001 | 1110000 | 0 | 1000101 | 101111 | 10010 | 101010101 | 111110 | 110110 |
Color Harmonies of #D24170
Complementary color
Monochromatic Colors of #D24170
Black with #D24170
Text Example
Text Example
White with #D24170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24170; }
p { color: rgb(210,65,112); }
H1.HeaderClassName
{
color: #D24170;
}
.AnyTagClassName
{
color: #D24170;
}
</style>
background-color css
<style>
a { background-color: #D24170; }
a { background-color: rgb(210,65,112); }
div.DivClassName
{
background-color: #D24170;
}
.BgClassName
{
background-color: #D24170;
}
</style>
border-color css
<style>
span { border-color: #D24170; }
span { border-color: rgb(210,65,112); }
td.TdClassName
{
border-color: #D24170;
}
.TagClassName
{
border-color: #D24170;
}
</style>