Shades of Cranberry #DC456D
Tints of Cranberry #DC456D
RGB
CMYK
RGB Variations
Color information
#DC456D (or 0xDC456D) is known color: Cranberry. HEX triplet: DC, 45 and 6D. RGB value is (220,69,109). Sum of RGB (Red+Green+Blue) = 220+69+109=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC456D is #23BA92. Grayscale: #767676. Windows color (decimal): -2341523 or 7161308. OLE color: 7161308.
HSL color Cylindrical-coordinate representation of color #DC456D: hue angle of 344.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC456D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 109 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.14 |
| HSL | 344.11º | 0.68% | 0.57% | - |
| HSV(B) | 344.11º | 0.69% | 0.86% | - |
| XYZ | 34.4 | 20.58 | 16.63 | - |
| YUV | 118.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 109 | 0 | 0.69 | 0.50 | 0.14 | 344.11 | 0.68 | 0.57 |
| Hex | DC | 45 | 6D | 0 | 45 | 32 | E | 158 | 44 | 39 |
| Octal | 334 | 105 | 155 | 0 | 105 | 62 | 16 | 530 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1101101 | 0 | 1000101 | 110010 | 1110 | 101011000 | 1000100 | 111001 |
Color Harmonies of #DC456D
Complementary color
Monochromatic Colors of #DC456D
Black with #DC456D
Text Example
Text Example
White with #DC456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC456D; }
p { color: rgb(220,69,109); }
H1.HeaderClassName
{
color: #DC456D;
}
.AnyTagClassName
{
color: #DC456D;
}
</style>
background-color css
<style>
a { background-color: #DC456D; }
a { background-color: rgb(220,69,109); }
div.DivClassName
{
background-color: #DC456D;
}
.BgClassName
{
background-color: #DC456D;
}
</style>
border-color css
<style>
span { border-color: #DC456D; }
span { border-color: rgb(220,69,109); }
td.TdClassName
{
border-color: #DC456D;
}
.TagClassName
{
border-color: #DC456D;
}
</style>