Shades of Cranberry #D14974
Tints of Cranberry #D14974
RGB
CMYK
RGB Variations
Color information
#D14974 (or 0xD14974) is known color: Cranberry. HEX triplet: D1, 49 and 74. RGB value is (209,73,116). Sum of RGB (Red+Green+Blue) = 209+73+116=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D14974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14974 is #2EB68B. Grayscale: #767676. Windows color (decimal): -3061388 or 7621073. OLE color: 7621073.
HSL color Cylindrical-coordinate representation of color #D14974: hue angle of 341.03º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14974 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 116 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.18 |
| HSL | 341.03º | 0.6% | 0.55% | - |
| HSV(B) | 341.03º | 0.65% | 0.82% | - |
| XYZ | 31.83 | 19.58 | 18.62 | - |
| YUV | 118.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 116 | 0 | 0.65 | 0.44 | 0.18 | 341.03 | 0.6 | 0.55 |
| Hex | D1 | 49 | 74 | 0 | 41 | 2C | 12 | 155 | 3C | 37 |
| Octal | 321 | 111 | 164 | 0 | 101 | 54 | 22 | 525 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1110100 | 0 | 1000001 | 101100 | 10010 | 101010101 | 111100 | 110111 |
Color Harmonies of #D14974
Complementary color
Monochromatic Colors of #D14974
Black with #D14974
Text Example
Text Example
White with #D14974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14974; }
p { color: rgb(209,73,116); }
H1.HeaderClassName
{
color: #D14974;
}
.AnyTagClassName
{
color: #D14974;
}
</style>
background-color css
<style>
a { background-color: #D14974; }
a { background-color: rgb(209,73,116); }
div.DivClassName
{
background-color: #D14974;
}
.BgClassName
{
background-color: #D14974;
}
</style>
border-color css
<style>
span { border-color: #D14974; }
span { border-color: rgb(209,73,116); }
td.TdClassName
{
border-color: #D14974;
}
.TagClassName
{
border-color: #D14974;
}
</style>