Shades of Cranberry #DC576F
Tints of Cranberry #DC576F
RGB
CMYK
RGB Variations
Color information
#DC576F (or 0xDC576F) is known color: Cranberry. HEX triplet: DC, 57 and 6F. RGB value is (220,87,111). Sum of RGB (Red+Green+Blue) = 220+87+111=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576F is #23A890. Grayscale: #818181. Windows color (decimal): -2336913 or 7296988. OLE color: 7296988.
HSL color Cylindrical-coordinate representation of color #DC576F: hue angle of 349.17º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC576F is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 111 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.14 |
| HSL | 349.17º | 0.66% | 0.6% | - |
| HSV(B) | 349.17º | 0.6% | 0.86% | - |
| XYZ | 35.79 | 23.18 | 17.63 | - |
| YUV | 129.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 111 | 0 | 0.60 | 0.50 | 0.14 | 349.17 | 0.66 | 0.6 |
| Hex | DC | 57 | 6F | 0 | 3C | 32 | E | 15D | 42 | 3C |
| Octal | 334 | 127 | 157 | 0 | 74 | 62 | 16 | 535 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1101111 | 0 | 111100 | 110010 | 1110 | 101011101 | 1000010 | 111100 |
Color Harmonies of #DC576F
Complementary color
Monochromatic Colors of #DC576F
Black with #DC576F
Text Example
Text Example
White with #DC576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC576F; }
p { color: rgb(220,87,111); }
H1.HeaderClassName
{
color: #DC576F;
}
.AnyTagClassName
{
color: #DC576F;
}
</style>
background-color css
<style>
a { background-color: #DC576F; }
a { background-color: rgb(220,87,111); }
div.DivClassName
{
background-color: #DC576F;
}
.BgClassName
{
background-color: #DC576F;
}
</style>
border-color css
<style>
span { border-color: #DC576F; }
span { border-color: rgb(220,87,111); }
td.TdClassName
{
border-color: #DC576F;
}
.TagClassName
{
border-color: #DC576F;
}
</style>