Shades of Cranberry #D14273
Tints of Cranberry #D14273
RGB
CMYK
RGB Variations
Color information
#D14273 (or 0xD14273) is known color: Cranberry. HEX triplet: D1, 42 and 73. RGB value is (209,66,115). Sum of RGB (Red+Green+Blue) = 209+66+115=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D14273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14273 is #2EBD8C. Grayscale: #727272. Windows color (decimal): -3063181 or 7553745. OLE color: 7553745.
HSL color Cylindrical-coordinate representation of color #D14273: hue angle of 339.44º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14273 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 115 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.18 |
| HSL | 339.44º | 0.61% | 0.54% | - |
| HSV(B) | 339.44º | 0.68% | 0.82% | - |
| XYZ | 31.34 | 18.69 | 18.18 | - |
| YUV | 114.34 | 128.38 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 115 | 0 | 0.68 | 0.45 | 0.18 | 339.44 | 0.61 | 0.54 |
| Hex | D1 | 42 | 73 | 0 | 44 | 2D | 12 | 153 | 3D | 36 |
| Octal | 321 | 102 | 163 | 0 | 104 | 55 | 22 | 523 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1110011 | 0 | 1000100 | 101101 | 10010 | 101010011 | 111101 | 110110 |
Color Harmonies of #D14273
Complementary color
Monochromatic Colors of #D14273
Black with #D14273
Text Example
Text Example
White with #D14273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14273; }
p { color: rgb(209,66,115); }
H1.HeaderClassName
{
color: #D14273;
}
.AnyTagClassName
{
color: #D14273;
}
</style>
background-color css
<style>
a { background-color: #D14273; }
a { background-color: rgb(209,66,115); }
div.DivClassName
{
background-color: #D14273;
}
.BgClassName
{
background-color: #D14273;
}
</style>
border-color css
<style>
span { border-color: #D14273; }
span { border-color: rgb(209,66,115); }
td.TdClassName
{
border-color: #D14273;
}
.TagClassName
{
border-color: #D14273;
}
</style>