Shades of Old Rose #CF2555
Tints of Old Rose #CF2555
RGB
CMYK
RGB Variations
Color information
#CF2555 (or 0xCF2555) is known color: Old Rose. HEX triplet: CF, 25 and 55. RGB value is (207,37,85). Sum of RGB (Red+Green+Blue) = 207+37+85=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2555 is #30DAAA. Grayscale: #5D5D5D. Windows color (decimal): -3201707 or 5580239. OLE color: 5580239.
HSL color Cylindrical-coordinate representation of color #CF2555: hue angle of 343.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2555 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 85 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.19 |
| HSL | 343.06º | 0.7% | 0.48% | - |
| HSV(B) | 343.06º | 0.82% | 0.81% | - |
| XYZ | 28.03 | 15.24 | 10.06 | - |
| YUV | 93.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 85 | 0 | 0.82 | 0.59 | 0.19 | 343.06 | 0.7 | 0.48 |
| Hex | CF | 25 | 55 | 0 | 52 | 3B | 13 | 157 | 46 | 30 |
| Octal | 317 | 45 | 125 | 0 | 122 | 73 | 23 | 527 | 106 | 60 |
| Binary | 11001111 | 100101 | 1010101 | 0 | 1010010 | 111011 | 10011 | 101010111 | 1000110 | 110000 |
Color Harmonies of #CF2555
Complementary color
Monochromatic Colors of #CF2555
Black with #CF2555
Text Example
Text Example
White with #CF2555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2555; }
p { color: rgb(207,37,85); }
H1.HeaderClassName
{
color: #CF2555;
}
.AnyTagClassName
{
color: #CF2555;
}
</style>
background-color css
<style>
a { background-color: #CF2555; }
a { background-color: rgb(207,37,85); }
div.DivClassName
{
background-color: #CF2555;
}
.BgClassName
{
background-color: #CF2555;
}
</style>
border-color css
<style>
span { border-color: #CF2555; }
span { border-color: rgb(207,37,85); }
td.TdClassName
{
border-color: #CF2555;
}
.TagClassName
{
border-color: #CF2555;
}
</style>