Shades of Cranberry #D74F74
Tints of Cranberry #D74F74
RGB
CMYK
RGB Variations
Color information
#D74F74 (or 0xD74F74) is known color: Cranberry. HEX triplet: D7, 4F and 74. RGB value is (215,79,116). Sum of RGB (Red+Green+Blue) = 215+79+116=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F74 is #28B08B. Grayscale: #7B7B7B. Windows color (decimal): -2666636 or 7622615. OLE color: 7622615.
HSL color Cylindrical-coordinate representation of color #D74F74: hue angle of 343.68º 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 #D74F74 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 116 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.16 |
| HSL | 343.68º | 0.63% | 0.58% | - |
| HSV(B) | 343.68º | 0.63% | 0.84% | - |
| XYZ | 33.97 | 21.3 | 18.84 | - |
| YUV | 123.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 116 | 0 | 0.63 | 0.46 | 0.16 | 343.68 | 0.63 | 0.58 |
| Hex | D7 | 4F | 74 | 0 | 3F | 2E | 10 | 158 | 3F | 3A |
| Octal | 327 | 117 | 164 | 0 | 77 | 56 | 20 | 530 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1110100 | 0 | 111111 | 101110 | 10000 | 101011000 | 111111 | 111010 |
Color Harmonies of #D74F74
Complementary color
Monochromatic Colors of #D74F74
Black with #D74F74
Text Example
Text Example
White with #D74F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F74; }
p { color: rgb(215,79,116); }
H1.HeaderClassName
{
color: #D74F74;
}
.AnyTagClassName
{
color: #D74F74;
}
</style>
background-color css
<style>
a { background-color: #D74F74; }
a { background-color: rgb(215,79,116); }
div.DivClassName
{
background-color: #D74F74;
}
.BgClassName
{
background-color: #D74F74;
}
</style>
border-color css
<style>
span { border-color: #D74F74; }
span { border-color: rgb(215,79,116); }
td.TdClassName
{
border-color: #D74F74;
}
.TagClassName
{
border-color: #D74F74;
}
</style>