Shades of Cranberry #CF4375
Tints of Cranberry #CF4375
RGB
CMYK
RGB Variations
Color information
#CF4375 (or 0xCF4375) is known color: Cranberry. HEX triplet: CF, 43 and 75. RGB value is (207,67,117). Sum of RGB (Red+Green+Blue) = 207+67+117=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4375 is #30BC8A. Grayscale: #727272. Windows color (decimal): -3193995 or 7685071. OLE color: 7685071.
HSL color Cylindrical-coordinate representation of color #CF4375: hue angle of 338.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4375 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 117 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.19 |
| HSL | 338.57º | 0.59% | 0.54% | - |
| HSV(B) | 338.57º | 0.68% | 0.81% | - |
| XYZ | 30.95 | 18.56 | 18.78 | - |
| YUV | 114.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 117 | 0 | 0.68 | 0.43 | 0.19 | 338.57 | 0.59 | 0.54 |
| Hex | CF | 43 | 75 | 0 | 44 | 2B | 13 | 153 | 3B | 36 |
| Octal | 317 | 103 | 165 | 0 | 104 | 53 | 23 | 523 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1110101 | 0 | 1000100 | 101011 | 10011 | 101010011 | 111011 | 110110 |
Color Harmonies of #CF4375
Complementary color
Monochromatic Colors of #CF4375
Black with #CF4375
Text Example
Text Example
White with #CF4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4375; }
p { color: rgb(207,67,117); }
H1.HeaderClassName
{
color: #CF4375;
}
.AnyTagClassName
{
color: #CF4375;
}
</style>
background-color css
<style>
a { background-color: #CF4375; }
a { background-color: rgb(207,67,117); }
div.DivClassName
{
background-color: #CF4375;
}
.BgClassName
{
background-color: #CF4375;
}
</style>
border-color css
<style>
span { border-color: #CF4375; }
span { border-color: rgb(207,67,117); }
td.TdClassName
{
border-color: #CF4375;
}
.TagClassName
{
border-color: #CF4375;
}
</style>