Shades of Old Rose #CE2351
Tints of Old Rose #CE2351
RGB
CMYK
RGB Variations
Color information
#CE2351 (or 0xCE2351) is known color: Old Rose. HEX triplet: CE, 23 and 51. RGB value is (206,35,81). Sum of RGB (Red+Green+Blue) = 206+35+81=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2351 is #31DCAE. Grayscale: #5B5B5B. Windows color (decimal): -3267759 or 5317582. OLE color: 5317582.
HSL color Cylindrical-coordinate representation of color #CE2351: hue angle of 343.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2351 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 81 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.19 |
| HSL | 343.86º | 0.71% | 0.47% | - |
| HSV(B) | 343.86º | 0.83% | 0.81% | - |
| XYZ | 27.54 | 14.92 | 9.21 | - |
| YUV | 91.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 81 | 0 | 0.83 | 0.61 | 0.19 | 343.86 | 0.71 | 0.47 |
| Hex | CE | 23 | 51 | 0 | 53 | 3D | 13 | 158 | 47 | 2F |
| Octal | 316 | 43 | 121 | 0 | 123 | 75 | 23 | 530 | 107 | 57 |
| Binary | 11001110 | 100011 | 1010001 | 0 | 1010011 | 111101 | 10011 | 101011000 | 1000111 | 101111 |
Color Harmonies of #CE2351
Complementary color
Monochromatic Colors of #CE2351
Black with #CE2351
Text Example
Text Example
White with #CE2351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2351; }
p { color: rgb(206,35,81); }
H1.HeaderClassName
{
color: #CE2351;
}
.AnyTagClassName
{
color: #CE2351;
}
</style>
background-color css
<style>
a { background-color: #CE2351; }
a { background-color: rgb(206,35,81); }
div.DivClassName
{
background-color: #CE2351;
}
.BgClassName
{
background-color: #CE2351;
}
</style>
border-color css
<style>
span { border-color: #CE2351; }
span { border-color: rgb(206,35,81); }
td.TdClassName
{
border-color: #CE2351;
}
.TagClassName
{
border-color: #CE2351;
}
</style>