Shades of Old Rose #CE2751
Tints of Old Rose #CE2751
RGB
CMYK
RGB Variations
Color information
#CE2751 (or 0xCE2751) is known color: Old Rose. HEX triplet: CE, 27 and 51. RGB value is (206,39,81). Sum of RGB (Red+Green+Blue) = 206+39+81=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2751 is #31D8AE. Grayscale: #5D5D5D. Windows color (decimal): -3266735 or 5318606. OLE color: 5318606.
HSL color Cylindrical-coordinate representation of color #CE2751: hue angle of 344.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2751 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 81 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.19 |
| HSL | 344.91º | 0.68% | 0.48% | - |
| HSV(B) | 344.91º | 0.81% | 0.81% | - |
| XYZ | 27.66 | 15.17 | 9.25 | - |
| YUV | 93.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 81 | 0 | 0.81 | 0.61 | 0.19 | 344.91 | 0.68 | 0.48 |
| Hex | CE | 27 | 51 | 0 | 51 | 3D | 13 | 159 | 44 | 30 |
| Octal | 316 | 47 | 121 | 0 | 121 | 75 | 23 | 531 | 104 | 60 |
| Binary | 11001110 | 100111 | 1010001 | 0 | 1010001 | 111101 | 10011 | 101011001 | 1000100 | 110000 |
Color Harmonies of #CE2751
Complementary color
Monochromatic Colors of #CE2751
Black with #CE2751
Text Example
Text Example
White with #CE2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2751; }
p { color: rgb(206,39,81); }
H1.HeaderClassName
{
color: #CE2751;
}
.AnyTagClassName
{
color: #CE2751;
}
</style>
background-color css
<style>
a { background-color: #CE2751; }
a { background-color: rgb(206,39,81); }
div.DivClassName
{
background-color: #CE2751;
}
.BgClassName
{
background-color: #CE2751;
}
</style>
border-color css
<style>
span { border-color: #CE2751; }
span { border-color: rgb(206,39,81); }
td.TdClassName
{
border-color: #CE2751;
}
.TagClassName
{
border-color: #CE2751;
}
</style>