Shades of Cranberry #DC4374
Tints of Cranberry #DC4374
RGB
CMYK
RGB Variations
Color information
#DC4374 (or 0xDC4374) is known color: Cranberry. HEX triplet: DC, 43 and 74. RGB value is (220,67,116). Sum of RGB (Red+Green+Blue) = 220+67+116=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4374 is #23BC8B. Grayscale: #767676. Windows color (decimal): -2342028 or 7619548. OLE color: 7619548.
HSL color Cylindrical-coordinate representation of color #DC4374: hue angle of 340.78º 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 #DC4374 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 116 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.14 |
| HSL | 340.78º | 0.69% | 0.56% | - |
| HSV(B) | 340.78º | 0.7% | 0.86% | - |
| XYZ | 34.67 | 20.49 | 18.65 | - |
| YUV | 118.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 116 | 0 | 0.70 | 0.47 | 0.14 | 340.78 | 0.69 | 0.56 |
| Hex | DC | 43 | 74 | 0 | 46 | 2F | E | 155 | 45 | 38 |
| Octal | 334 | 103 | 164 | 0 | 106 | 57 | 16 | 525 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1110100 | 0 | 1000110 | 101111 | 1110 | 101010101 | 1000101 | 111000 |
Color Harmonies of #DC4374
Complementary color
Monochromatic Colors of #DC4374
Black with #DC4374
Text Example
Text Example
White with #DC4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4374; }
p { color: rgb(220,67,116); }
H1.HeaderClassName
{
color: #DC4374;
}
.AnyTagClassName
{
color: #DC4374;
}
</style>
background-color css
<style>
a { background-color: #DC4374; }
a { background-color: rgb(220,67,116); }
div.DivClassName
{
background-color: #DC4374;
}
.BgClassName
{
background-color: #DC4374;
}
</style>
border-color css
<style>
span { border-color: #DC4374; }
span { border-color: rgb(220,67,116); }
td.TdClassName
{
border-color: #DC4374;
}
.TagClassName
{
border-color: #DC4374;
}
</style>