Shades of Cranberry #D74A70
Tints of Cranberry #D74A70
RGB
CMYK
RGB Variations
Color information
#D74A70 (or 0xD74A70) is known color: Cranberry. HEX triplet: D7, 4A and 70. RGB value is (215,74,112). Sum of RGB (Red+Green+Blue) = 215+74+112=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A70 is #28B58F. Grayscale: #787878. Windows color (decimal): -2667920 or 7359191. OLE color: 7359191.
HSL color Cylindrical-coordinate representation of color #D74A70: hue angle of 343.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A70 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 112 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.16 |
| HSL | 343.83º | 0.64% | 0.57% | - |
| HSV(B) | 343.83º | 0.66% | 0.84% | - |
| XYZ | 33.4 | 20.51 | 17.53 | - |
| YUV | 120.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 112 | 0 | 0.66 | 0.48 | 0.16 | 343.83 | 0.64 | 0.57 |
| Hex | D7 | 4A | 70 | 0 | 42 | 30 | 10 | 158 | 40 | 39 |
| Octal | 327 | 112 | 160 | 0 | 102 | 60 | 20 | 530 | 100 | 71 |
| Binary | 11010111 | 1001010 | 1110000 | 0 | 1000010 | 110000 | 10000 | 101011000 | 1000000 | 111001 |
Color Harmonies of #D74A70
Complementary color
Monochromatic Colors of #D74A70
Black with #D74A70
Text Example
Text Example
White with #D74A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A70; }
p { color: rgb(215,74,112); }
H1.HeaderClassName
{
color: #D74A70;
}
.AnyTagClassName
{
color: #D74A70;
}
</style>
background-color css
<style>
a { background-color: #D74A70; }
a { background-color: rgb(215,74,112); }
div.DivClassName
{
background-color: #D74A70;
}
.BgClassName
{
background-color: #D74A70;
}
</style>
border-color css
<style>
span { border-color: #D74A70; }
span { border-color: rgb(215,74,112); }
td.TdClassName
{
border-color: #D74A70;
}
.TagClassName
{
border-color: #D74A70;
}
</style>