Shades of Old Rose #CE2251
Tints of Old Rose #CE2251
RGB
CMYK
RGB Variations
Color information
#CE2251 (or 0xCE2251) is known color: Old Rose. HEX triplet: CE, 22 and 51. RGB value is (206,34,81). Sum of RGB (Red+Green+Blue) = 206+34+81=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2251 is #31DDAE. Grayscale: #5A5A5A. Windows color (decimal): -3268015 or 5317326. OLE color: 5317326.
HSL color Cylindrical-coordinate representation of color #CE2251: hue angle of 343.6º degrees, saturation: 0.72, 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 #CE2251 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 81 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.19 |
| HSL | 343.6º | 0.72% | 0.47% | - |
| HSV(B) | 343.6º | 0.83% | 0.81% | - |
| XYZ | 27.51 | 14.86 | 9.2 | - |
| YUV | 90.79 | 122.48 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 81 | 0 | 0.83 | 0.61 | 0.19 | 343.6 | 0.72 | 0.47 |
| Hex | CE | 22 | 51 | 0 | 53 | 3D | 13 | 158 | 48 | 2F |
| Octal | 316 | 42 | 121 | 0 | 123 | 75 | 23 | 530 | 110 | 57 |
| Binary | 11001110 | 100010 | 1010001 | 0 | 1010011 | 111101 | 10011 | 101011000 | 1001000 | 101111 |
Color Harmonies of #CE2251
Complementary color
Monochromatic Colors of #CE2251
Black with #CE2251
Text Example
Text Example
White with #CE2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2251; }
p { color: rgb(206,34,81); }
H1.HeaderClassName
{
color: #CE2251;
}
.AnyTagClassName
{
color: #CE2251;
}
</style>
background-color css
<style>
a { background-color: #CE2251; }
a { background-color: rgb(206,34,81); }
div.DivClassName
{
background-color: #CE2251;
}
.BgClassName
{
background-color: #CE2251;
}
</style>
border-color css
<style>
span { border-color: #CE2251; }
span { border-color: rgb(206,34,81); }
td.TdClassName
{
border-color: #CE2251;
}
.TagClassName
{
border-color: #CE2251;
}
</style>