Shades of Old Rose #CE2451
Tints of Old Rose #CE2451
RGB
CMYK
RGB Variations
Color information
#CE2451 (or 0xCE2451) is known color: Old Rose. HEX triplet: CE, 24 and 51. RGB value is (206,36,81). Sum of RGB (Red+Green+Blue) = 206+36+81=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2451 is #31DBAE. Grayscale: #5B5B5B. Windows color (decimal): -3267503 or 5317838. OLE color: 5317838.
HSL color Cylindrical-coordinate representation of color #CE2451: hue angle of 344.12º degrees, saturation: 0.7, 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 #CE2451 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 81 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.19 |
| HSL | 344.12º | 0.7% | 0.47% | - |
| HSV(B) | 344.12º | 0.83% | 0.81% | - |
| XYZ | 27.57 | 14.98 | 9.22 | - |
| YUV | 91.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 81 | 0 | 0.83 | 0.61 | 0.19 | 344.12 | 0.7 | 0.47 |
| Hex | CE | 24 | 51 | 0 | 53 | 3D | 13 | 158 | 46 | 2F |
| Octal | 316 | 44 | 121 | 0 | 123 | 75 | 23 | 530 | 106 | 57 |
| Binary | 11001110 | 100100 | 1010001 | 0 | 1010011 | 111101 | 10011 | 101011000 | 1000110 | 101111 |
Color Harmonies of #CE2451
Complementary color
Monochromatic Colors of #CE2451
Black with #CE2451
Text Example
Text Example
White with #CE2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2451; }
p { color: rgb(206,36,81); }
H1.HeaderClassName
{
color: #CE2451;
}
.AnyTagClassName
{
color: #CE2451;
}
</style>
background-color css
<style>
a { background-color: #CE2451; }
a { background-color: rgb(206,36,81); }
div.DivClassName
{
background-color: #CE2451;
}
.BgClassName
{
background-color: #CE2451;
}
</style>
border-color css
<style>
span { border-color: #CE2451; }
span { border-color: rgb(206,36,81); }
td.TdClassName
{
border-color: #CE2451;
}
.TagClassName
{
border-color: #CE2451;
}
</style>