Shades of Cranberry #D7456D
Tints of Cranberry #D7456D
RGB
CMYK
RGB Variations
Color information
#D7456D (or 0xD7456D) is known color: Cranberry. HEX triplet: D7, 45 and 6D. RGB value is (215,69,109). Sum of RGB (Red+Green+Blue) = 215+69+109=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7456D is #28BA92. Grayscale: #757575. Windows color (decimal): -2669203 or 7161303. OLE color: 7161303.
HSL color Cylindrical-coordinate representation of color #D7456D: hue angle of 343.56º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7456D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 109 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.16 |
| HSL | 343.56º | 0.65% | 0.56% | - |
| HSV(B) | 343.56º | 0.68% | 0.84% | - |
| XYZ | 32.91 | 19.81 | 16.56 | - |
| YUV | 117.21 | 123.37 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 109 | 0 | 0.68 | 0.49 | 0.16 | 343.56 | 0.65 | 0.56 |
| Hex | D7 | 45 | 6D | 0 | 44 | 31 | 10 | 158 | 41 | 38 |
| Octal | 327 | 105 | 155 | 0 | 104 | 61 | 20 | 530 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1101101 | 0 | 1000100 | 110001 | 10000 | 101011000 | 1000001 | 111000 |
Color Harmonies of #D7456D
Complementary color
Monochromatic Colors of #D7456D
Black with #D7456D
Text Example
Text Example
White with #D7456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7456D; }
p { color: rgb(215,69,109); }
H1.HeaderClassName
{
color: #D7456D;
}
.AnyTagClassName
{
color: #D7456D;
}
</style>
background-color css
<style>
a { background-color: #D7456D; }
a { background-color: rgb(215,69,109); }
div.DivClassName
{
background-color: #D7456D;
}
.BgClassName
{
background-color: #D7456D;
}
</style>
border-color css
<style>
span { border-color: #D7456D; }
span { border-color: rgb(215,69,109); }
td.TdClassName
{
border-color: #D7456D;
}
.TagClassName
{
border-color: #D7456D;
}
</style>