Shades of Cranberry #D24379
Tints of Cranberry #D24379
RGB
CMYK
RGB Variations
Color information
#D24379 (or 0xD24379) is known color: Cranberry. HEX triplet: D2, 43 and 79. RGB value is (210,67,121). Sum of RGB (Red+Green+Blue) = 210+67+121=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24379 is #2DBC86. Grayscale: #737373. Windows color (decimal): -2997383 or 7947218. OLE color: 7947218.
HSL color Cylindrical-coordinate representation of color #D24379: hue angle of 337.34º 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 #D24379 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 121 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.18 |
| HSL | 337.34º | 0.61% | 0.54% | - |
| HSV(B) | 337.34º | 0.68% | 0.82% | - |
| XYZ | 32.04 | 19.1 | 20.09 | - |
| YUV | 115.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 121 | 0 | 0.68 | 0.42 | 0.18 | 337.34 | 0.61 | 0.54 |
| Hex | D2 | 43 | 79 | 0 | 44 | 2A | 12 | 151 | 3D | 36 |
| Octal | 322 | 103 | 171 | 0 | 104 | 52 | 22 | 521 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1111001 | 0 | 1000100 | 101010 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D24379
Complementary color
Monochromatic Colors of #D24379
Black with #D24379
Text Example
Text Example
White with #D24379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24379; }
p { color: rgb(210,67,121); }
H1.HeaderClassName
{
color: #D24379;
}
.AnyTagClassName
{
color: #D24379;
}
</style>
background-color css
<style>
a { background-color: #D24379; }
a { background-color: rgb(210,67,121); }
div.DivClassName
{
background-color: #D24379;
}
.BgClassName
{
background-color: #D24379;
}
</style>
border-color css
<style>
span { border-color: #D24379; }
span { border-color: rgb(210,67,121); }
td.TdClassName
{
border-color: #D24379;
}
.TagClassName
{
border-color: #D24379;
}
</style>