Shades of Cranberry #DC456E
Tints of Cranberry #DC456E
RGB
CMYK
RGB Variations
Color information
#DC456E (or 0xDC456E) is known color: Cranberry. HEX triplet: DC, 45 and 6E. RGB value is (220,69,110). Sum of RGB (Red+Green+Blue) = 220+69+110=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC456E is #23BA91. Grayscale: #767676. Windows color (decimal): -2341522 or 7226844. OLE color: 7226844.
HSL color Cylindrical-coordinate representation of color #DC456E: hue angle of 343.71º 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 #DC456E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 110 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.14 |
| HSL | 343.71º | 0.68% | 0.57% | - |
| HSV(B) | 343.71º | 0.69% | 0.86% | - |
| XYZ | 34.46 | 20.6 | 16.91 | - |
| YUV | 118.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 110 | 0 | 0.69 | 0.50 | 0.14 | 343.71 | 0.68 | 0.57 |
| Hex | DC | 45 | 6E | 0 | 45 | 32 | E | 158 | 44 | 39 |
| Octal | 334 | 105 | 156 | 0 | 105 | 62 | 16 | 530 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1101110 | 0 | 1000101 | 110010 | 1110 | 101011000 | 1000100 | 111001 |
Color Harmonies of #DC456E
Complementary color
Monochromatic Colors of #DC456E
Black with #DC456E
Text Example
Text Example
White with #DC456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC456E; }
p { color: rgb(220,69,110); }
H1.HeaderClassName
{
color: #DC456E;
}
.AnyTagClassName
{
color: #DC456E;
}
</style>
background-color css
<style>
a { background-color: #DC456E; }
a { background-color: rgb(220,69,110); }
div.DivClassName
{
background-color: #DC456E;
}
.BgClassName
{
background-color: #DC456E;
}
</style>
border-color css
<style>
span { border-color: #DC456E; }
span { border-color: rgb(220,69,110); }
td.TdClassName
{
border-color: #DC456E;
}
.TagClassName
{
border-color: #DC456E;
}
</style>