Shades of Cranberry #D24273
Tints of Cranberry #D24273
RGB
CMYK
RGB Variations
Color information
#D24273 (or 0xD24273) is known color: Cranberry. HEX triplet: D2, 42 and 73. RGB value is (210,66,115). Sum of RGB (Red+Green+Blue) = 210+66+115=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D24273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24273 is #2DBD8C. Grayscale: #727272. Windows color (decimal): -2997645 or 7553746. OLE color: 7553746.
HSL color Cylindrical-coordinate representation of color #D24273: hue angle of 339.58º 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 #D24273 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 115 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.18 |
| HSL | 339.58º | 0.62% | 0.54% | - |
| HSV(B) | 339.58º | 0.69% | 0.82% | - |
| XYZ | 31.62 | 18.84 | 18.19 | - |
| YUV | 114.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 115 | 0 | 0.69 | 0.45 | 0.18 | 339.58 | 0.62 | 0.54 |
| Hex | D2 | 42 | 73 | 0 | 45 | 2D | 12 | 154 | 3E | 36 |
| Octal | 322 | 102 | 163 | 0 | 105 | 55 | 22 | 524 | 76 | 66 |
| Binary | 11010010 | 1000010 | 1110011 | 0 | 1000101 | 101101 | 10010 | 101010100 | 111110 | 110110 |
Color Harmonies of #D24273
Complementary color
Monochromatic Colors of #D24273
Black with #D24273
Text Example
Text Example
White with #D24273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24273; }
p { color: rgb(210,66,115); }
H1.HeaderClassName
{
color: #D24273;
}
.AnyTagClassName
{
color: #D24273;
}
</style>
background-color css
<style>
a { background-color: #D24273; }
a { background-color: rgb(210,66,115); }
div.DivClassName
{
background-color: #D24273;
}
.BgClassName
{
background-color: #D24273;
}
</style>
border-color css
<style>
span { border-color: #D24273; }
span { border-color: rgb(210,66,115); }
td.TdClassName
{
border-color: #D24273;
}
.TagClassName
{
border-color: #D24273;
}
</style>