Shades of Cranberry #DC536E
Tints of Cranberry #DC536E
RGB
CMYK
RGB Variations
Color information
#DC536E (or 0xDC536E) is known color: Cranberry. HEX triplet: DC, 53 and 6E. RGB value is (220,83,110). Sum of RGB (Red+Green+Blue) = 220+83+110=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC536E is #23AC91. Grayscale: #7F7F7F. Windows color (decimal): -2337938 or 7230428. OLE color: 7230428.
HSL color Cylindrical-coordinate representation of color #DC536E: hue angle of 348.18º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC536E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 110 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.14 |
| HSL | 348.18º | 0.66% | 0.59% | - |
| HSV(B) | 348.18º | 0.62% | 0.86% | - |
| XYZ | 35.42 | 22.53 | 17.23 | - |
| YUV | 127.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 110 | 0 | 0.62 | 0.50 | 0.14 | 348.18 | 0.66 | 0.59 |
| Hex | DC | 53 | 6E | 0 | 3E | 32 | E | 15C | 42 | 3B |
| Octal | 334 | 123 | 156 | 0 | 76 | 62 | 16 | 534 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1101110 | 0 | 111110 | 110010 | 1110 | 101011100 | 1000010 | 111011 |
Color Harmonies of #DC536E
Complementary color
Monochromatic Colors of #DC536E
Black with #DC536E
Text Example
Text Example
White with #DC536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC536E; }
p { color: rgb(220,83,110); }
H1.HeaderClassName
{
color: #DC536E;
}
.AnyTagClassName
{
color: #DC536E;
}
</style>
background-color css
<style>
a { background-color: #DC536E; }
a { background-color: rgb(220,83,110); }
div.DivClassName
{
background-color: #DC536E;
}
.BgClassName
{
background-color: #DC536E;
}
</style>
border-color css
<style>
span { border-color: #DC536E; }
span { border-color: rgb(220,83,110); }
td.TdClassName
{
border-color: #DC536E;
}
.TagClassName
{
border-color: #DC536E;
}
</style>