Shades of Cranberry #D24375
Tints of Cranberry #D24375
RGB
CMYK
RGB Variations
Color information
#D24375 (or 0xD24375) is known color: Cranberry. HEX triplet: D2, 43 and 75. RGB value is (210,67,117). Sum of RGB (Red+Green+Blue) = 210+67+117=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24375 is #2DBC8A. Grayscale: #737373. Windows color (decimal): -2997387 or 7685074. OLE color: 7685074.
HSL color Cylindrical-coordinate representation of color #D24375: hue angle of 339.02º 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 #D24375 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 117 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.18 |
| HSL | 339.02º | 0.61% | 0.54% | - |
| HSV(B) | 339.02º | 0.68% | 0.82% | - |
| XYZ | 31.8 | 19 | 18.82 | - |
| YUV | 115.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 117 | 0 | 0.68 | 0.44 | 0.18 | 339.02 | 0.61 | 0.54 |
| Hex | D2 | 43 | 75 | 0 | 44 | 2C | 12 | 153 | 3D | 36 |
| Octal | 322 | 103 | 165 | 0 | 104 | 54 | 22 | 523 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1110101 | 0 | 1000100 | 101100 | 10010 | 101010011 | 111101 | 110110 |
Color Harmonies of #D24375
Complementary color
Monochromatic Colors of #D24375
Black with #D24375
Text Example
Text Example
White with #D24375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24375; }
p { color: rgb(210,67,117); }
H1.HeaderClassName
{
color: #D24375;
}
.AnyTagClassName
{
color: #D24375;
}
</style>
background-color css
<style>
a { background-color: #D24375; }
a { background-color: rgb(210,67,117); }
div.DivClassName
{
background-color: #D24375;
}
.BgClassName
{
background-color: #D24375;
}
</style>
border-color css
<style>
span { border-color: #D24375; }
span { border-color: rgb(210,67,117); }
td.TdClassName
{
border-color: #D24375;
}
.TagClassName
{
border-color: #D24375;
}
</style>