Shades of Cranberry #D04373
Tints of Cranberry #D04373
RGB
CMYK
RGB Variations
Color information
#D04373 (or 0xD04373) is known color: Cranberry. HEX triplet: D0, 43 and 73. RGB value is (208,67,115). Sum of RGB (Red+Green+Blue) = 208+67+115=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D04373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04373 is #2FBC8C. Grayscale: #727272. Windows color (decimal): -3128461 or 7554000. OLE color: 7554000.
HSL color Cylindrical-coordinate representation of color #D04373: hue angle of 339.57º degrees, saturation: 0.6, 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 #D04373 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 115 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.18 |
| HSL | 339.57º | 0.6% | 0.54% | - |
| HSV(B) | 339.57º | 0.68% | 0.82% | - |
| XYZ | 31.11 | 18.66 | 18.18 | - |
| YUV | 114.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 115 | 0 | 0.68 | 0.45 | 0.18 | 339.57 | 0.6 | 0.54 |
| Hex | D0 | 43 | 73 | 0 | 44 | 2D | 12 | 154 | 3C | 36 |
| Octal | 320 | 103 | 163 | 0 | 104 | 55 | 22 | 524 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1110011 | 0 | 1000100 | 101101 | 10010 | 101010100 | 111100 | 110110 |
Color Harmonies of #D04373
Complementary color
Monochromatic Colors of #D04373
Black with #D04373
Text Example
Text Example
White with #D04373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04373; }
p { color: rgb(208,67,115); }
H1.HeaderClassName
{
color: #D04373;
}
.AnyTagClassName
{
color: #D04373;
}
</style>
background-color css
<style>
a { background-color: #D04373; }
a { background-color: rgb(208,67,115); }
div.DivClassName
{
background-color: #D04373;
}
.BgClassName
{
background-color: #D04373;
}
</style>
border-color css
<style>
span { border-color: #D04373; }
span { border-color: rgb(208,67,115); }
td.TdClassName
{
border-color: #D04373;
}
.TagClassName
{
border-color: #D04373;
}
</style>