Shades of Cranberry #D24376
Tints of Cranberry #D24376
RGB
CMYK
RGB Variations
Color information
#D24376 (or 0xD24376) is known color: Cranberry. HEX triplet: D2, 43 and 76. RGB value is (210,67,118). Sum of RGB (Red+Green+Blue) = 210+67+118=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24376 is #2DBC89. Grayscale: #737373. Windows color (decimal): -2997386 or 7750610. OLE color: 7750610.
HSL color Cylindrical-coordinate representation of color #D24376: hue angle of 338.6º 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 #D24376 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 118 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.18 |
| HSL | 338.6º | 0.61% | 0.54% | - |
| HSV(B) | 338.6º | 0.68% | 0.82% | - |
| XYZ | 31.86 | 19.02 | 19.13 | - |
| YUV | 115.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 118 | 0 | 0.68 | 0.44 | 0.18 | 338.6 | 0.61 | 0.54 |
| Hex | D2 | 43 | 76 | 0 | 44 | 2C | 12 | 153 | 3D | 36 |
| Octal | 322 | 103 | 166 | 0 | 104 | 54 | 22 | 523 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1110110 | 0 | 1000100 | 101100 | 10010 | 101010011 | 111101 | 110110 |
Color Harmonies of #D24376
Complementary color
Monochromatic Colors of #D24376
Black with #D24376
Text Example
Text Example
White with #D24376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24376; }
p { color: rgb(210,67,118); }
H1.HeaderClassName
{
color: #D24376;
}
.AnyTagClassName
{
color: #D24376;
}
</style>
background-color css
<style>
a { background-color: #D24376; }
a { background-color: rgb(210,67,118); }
div.DivClassName
{
background-color: #D24376;
}
.BgClassName
{
background-color: #D24376;
}
</style>
border-color css
<style>
span { border-color: #D24376; }
span { border-color: rgb(210,67,118); }
td.TdClassName
{
border-color: #D24376;
}
.TagClassName
{
border-color: #D24376;
}
</style>