Shades of Cranberry #D14074
Tints of Cranberry #D14074
RGB
CMYK
RGB Variations
Color information
#D14074 (or 0xD14074) is known color: Cranberry. HEX triplet: D1, 40 and 74. RGB value is (209,64,116). Sum of RGB (Red+Green+Blue) = 209+64+116=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D14074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14074 is #2EBF8B. Grayscale: #717171. Windows color (decimal): -3063692 or 7618769. OLE color: 7618769.
HSL color Cylindrical-coordinate representation of color #D14074: hue angle of 338.48º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14074 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 116 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.18 |
| HSL | 338.48º | 0.61% | 0.54% | - |
| HSV(B) | 338.48º | 0.69% | 0.82% | - |
| XYZ | 31.28 | 18.48 | 18.44 | - |
| YUV | 113.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 116 | 0 | 0.69 | 0.44 | 0.18 | 338.48 | 0.61 | 0.54 |
| Hex | D1 | 40 | 74 | 0 | 45 | 2C | 12 | 152 | 3D | 36 |
| Octal | 321 | 100 | 164 | 0 | 105 | 54 | 22 | 522 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1110100 | 0 | 1000101 | 101100 | 10010 | 101010010 | 111101 | 110110 |
Color Harmonies of #D14074
Complementary color
Monochromatic Colors of #D14074
Black with #D14074
Text Example
Text Example
White with #D14074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14074; }
p { color: rgb(209,64,116); }
H1.HeaderClassName
{
color: #D14074;
}
.AnyTagClassName
{
color: #D14074;
}
</style>
background-color css
<style>
a { background-color: #D14074; }
a { background-color: rgb(209,64,116); }
div.DivClassName
{
background-color: #D14074;
}
.BgClassName
{
background-color: #D14074;
}
</style>
border-color css
<style>
span { border-color: #D14074; }
span { border-color: rgb(209,64,116); }
td.TdClassName
{
border-color: #D14074;
}
.TagClassName
{
border-color: #D14074;
}
</style>