Shades of Cranberry #D75C74
Tints of Cranberry #D75C74
RGB
CMYK
RGB Variations
Color information
#D75C74 (or 0xD75C74) is known color: Cranberry. HEX triplet: D7, 5C and 74. RGB value is (215,92,116). Sum of RGB (Red+Green+Blue) = 215+92+116=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C74 is #28A38B. Grayscale: #838383. Windows color (decimal): -2663308 or 7625943. OLE color: 7625943.
HSL color Cylindrical-coordinate representation of color #D75C74: hue angle of 348.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75C74 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 116 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.16 |
| HSL | 348.29º | 0.61% | 0.6% | - |
| HSV(B) | 348.29º | 0.57% | 0.84% | - |
| XYZ | 35 | 23.36 | 19.19 | - |
| YUV | 131.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 116 | 0 | 0.57 | 0.46 | 0.16 | 348.29 | 0.61 | 0.6 |
| Hex | D7 | 5C | 74 | 0 | 39 | 2E | 10 | 15C | 3D | 3C |
| Octal | 327 | 134 | 164 | 0 | 71 | 56 | 20 | 534 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1110100 | 0 | 111001 | 101110 | 10000 | 101011100 | 111101 | 111100 |
Color Harmonies of #D75C74
Complementary color
Monochromatic Colors of #D75C74
Black with #D75C74
Text Example
Text Example
White with #D75C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C74; }
p { color: rgb(215,92,116); }
H1.HeaderClassName
{
color: #D75C74;
}
.AnyTagClassName
{
color: #D75C74;
}
</style>
background-color css
<style>
a { background-color: #D75C74; }
a { background-color: rgb(215,92,116); }
div.DivClassName
{
background-color: #D75C74;
}
.BgClassName
{
background-color: #D75C74;
}
</style>
border-color css
<style>
span { border-color: #D75C74; }
span { border-color: rgb(215,92,116); }
td.TdClassName
{
border-color: #D75C74;
}
.TagClassName
{
border-color: #D75C74;
}
</style>