Shades of Cranberry #D74F73
Tints of Cranberry #D74F73
RGB
CMYK
RGB Variations
Color information
#D74F73 (or 0xD74F73) is known color: Cranberry. HEX triplet: D7, 4F and 73. RGB value is (215,79,115). Sum of RGB (Red+Green+Blue) = 215+79+115=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F73 is #28B08C. Grayscale: #7B7B7B. Windows color (decimal): -2666637 or 7557079. OLE color: 7557079.
HSL color Cylindrical-coordinate representation of color #D74F73: hue angle of 344.12º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F73 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 115 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.16 |
| HSL | 344.12º | 0.63% | 0.58% | - |
| HSV(B) | 344.12º | 0.63% | 0.84% | - |
| XYZ | 33.91 | 21.28 | 18.54 | - |
| YUV | 123.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 115 | 0 | 0.63 | 0.47 | 0.16 | 344.12 | 0.63 | 0.58 |
| Hex | D7 | 4F | 73 | 0 | 3F | 2F | 10 | 158 | 3F | 3A |
| Octal | 327 | 117 | 163 | 0 | 77 | 57 | 20 | 530 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1110011 | 0 | 111111 | 101111 | 10000 | 101011000 | 111111 | 111010 |
Color Harmonies of #D74F73
Complementary color
Monochromatic Colors of #D74F73
Black with #D74F73
Text Example
Text Example
White with #D74F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F73; }
p { color: rgb(215,79,115); }
H1.HeaderClassName
{
color: #D74F73;
}
.AnyTagClassName
{
color: #D74F73;
}
</style>
background-color css
<style>
a { background-color: #D74F73; }
a { background-color: rgb(215,79,115); }
div.DivClassName
{
background-color: #D74F73;
}
.BgClassName
{
background-color: #D74F73;
}
</style>
border-color css
<style>
span { border-color: #D74F73; }
span { border-color: rgb(215,79,115); }
td.TdClassName
{
border-color: #D74F73;
}
.TagClassName
{
border-color: #D74F73;
}
</style>