Shades of Cranberry #D14573
Tints of Cranberry #D14573
RGB
CMYK
RGB Variations
Color information
#D14573 (or 0xD14573) is known color: Cranberry. HEX triplet: D1, 45 and 73. RGB value is (209,69,115). Sum of RGB (Red+Green+Blue) = 209+69+115=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14573 is #2EBA8C. Grayscale: #747474. Windows color (decimal): -3062413 or 7554513. OLE color: 7554513.
HSL color Cylindrical-coordinate representation of color #D14573: hue angle of 340.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14573 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 115 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.18 |
| HSL | 340.29º | 0.6% | 0.55% | - |
| HSV(B) | 340.29º | 0.67% | 0.82% | - |
| XYZ | 31.52 | 19.05 | 18.24 | - |
| YUV | 116.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 115 | 0 | 0.67 | 0.45 | 0.18 | 340.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | 73 | 0 | 43 | 2D | 12 | 154 | 3C | 37 |
| Octal | 321 | 105 | 163 | 0 | 103 | 55 | 22 | 524 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1110011 | 0 | 1000011 | 101101 | 10010 | 101010100 | 111100 | 110111 |
Color Harmonies of #D14573
Complementary color
Monochromatic Colors of #D14573
Black with #D14573
Text Example
Text Example
White with #D14573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14573; }
p { color: rgb(209,69,115); }
H1.HeaderClassName
{
color: #D14573;
}
.AnyTagClassName
{
color: #D14573;
}
</style>
background-color css
<style>
a { background-color: #D14573; }
a { background-color: rgb(209,69,115); }
div.DivClassName
{
background-color: #D14573;
}
.BgClassName
{
background-color: #D14573;
}
</style>
border-color css
<style>
span { border-color: #D14573; }
span { border-color: rgb(209,69,115); }
td.TdClassName
{
border-color: #D14573;
}
.TagClassName
{
border-color: #D14573;
}
</style>