Shades of Cranberry #DC4373
Tints of Cranberry #DC4373
RGB
CMYK
RGB Variations
Color information
#DC4373 (or 0xDC4373) is known color: Cranberry. HEX triplet: DC, 43 and 73. RGB value is (220,67,115). Sum of RGB (Red+Green+Blue) = 220+67+115=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4373 is #23BC8C. Grayscale: #767676. Windows color (decimal): -2342029 or 7554012. OLE color: 7554012.
HSL color Cylindrical-coordinate representation of color #DC4373: hue angle of 341.18º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4373 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 115 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.14 |
| HSL | 341.18º | 0.69% | 0.56% | - |
| HSV(B) | 341.18º | 0.7% | 0.86% | - |
| XYZ | 34.62 | 20.47 | 18.35 | - |
| YUV | 118.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 115 | 0 | 0.70 | 0.48 | 0.14 | 341.18 | 0.69 | 0.56 |
| Hex | DC | 43 | 73 | 0 | 46 | 30 | E | 155 | 45 | 38 |
| Octal | 334 | 103 | 163 | 0 | 106 | 60 | 16 | 525 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1110011 | 0 | 1000110 | 110000 | 1110 | 101010101 | 1000101 | 111000 |
Color Harmonies of #DC4373
Complementary color
Monochromatic Colors of #DC4373
Black with #DC4373
Text Example
Text Example
White with #DC4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4373; }
p { color: rgb(220,67,115); }
H1.HeaderClassName
{
color: #DC4373;
}
.AnyTagClassName
{
color: #DC4373;
}
</style>
background-color css
<style>
a { background-color: #DC4373; }
a { background-color: rgb(220,67,115); }
div.DivClassName
{
background-color: #DC4373;
}
.BgClassName
{
background-color: #DC4373;
}
</style>
border-color css
<style>
span { border-color: #DC4373; }
span { border-color: rgb(220,67,115); }
td.TdClassName
{
border-color: #DC4373;
}
.TagClassName
{
border-color: #DC4373;
}
</style>