Shades of Cranberry #D14271
Tints of Cranberry #D14271
RGB
CMYK
RGB Variations
Color information
#D14271 (or 0xD14271) is known color: Cranberry. HEX triplet: D1, 42 and 71. RGB value is (209,66,113). Sum of RGB (Red+Green+Blue) = 209+66+113=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D14271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14271 is #2EBD8E. Grayscale: #727272. Windows color (decimal): -3063183 or 7422673. OLE color: 7422673.
HSL color Cylindrical-coordinate representation of color #D14271: hue angle of 340.28º 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 #D14271 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 113 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.18 |
| HSL | 340.28º | 0.61% | 0.54% | - |
| HSV(B) | 340.28º | 0.68% | 0.82% | - |
| XYZ | 31.22 | 18.64 | 17.58 | - |
| YUV | 114.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 113 | 0 | 0.68 | 0.46 | 0.18 | 340.28 | 0.61 | 0.54 |
| Hex | D1 | 42 | 71 | 0 | 44 | 2E | 12 | 154 | 3D | 36 |
| Octal | 321 | 102 | 161 | 0 | 104 | 56 | 22 | 524 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1110001 | 0 | 1000100 | 101110 | 10010 | 101010100 | 111101 | 110110 |
Color Harmonies of #D14271
Complementary color
Monochromatic Colors of #D14271
Black with #D14271
Text Example
Text Example
White with #D14271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14271; }
p { color: rgb(209,66,113); }
H1.HeaderClassName
{
color: #D14271;
}
.AnyTagClassName
{
color: #D14271;
}
</style>
background-color css
<style>
a { background-color: #D14271; }
a { background-color: rgb(209,66,113); }
div.DivClassName
{
background-color: #D14271;
}
.BgClassName
{
background-color: #D14271;
}
</style>
border-color css
<style>
span { border-color: #D14271; }
span { border-color: rgb(209,66,113); }
td.TdClassName
{
border-color: #D14271;
}
.TagClassName
{
border-color: #D14271;
}
</style>