Shades of Old Rose #CE1F51
Tints of Old Rose #CE1F51
RGB
CMYK
RGB Variations
Color information
#CE1F51 (or 0xCE1F51) is known color: Old Rose. HEX triplet: CE, 1F and 51. RGB value is (206,31,81). Sum of RGB (Red+Green+Blue) = 206+31+81=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F51 is #31E0AE. Grayscale: #595959. Windows color (decimal): -3268783 or 5316558. OLE color: 5316558.
HSL color Cylindrical-coordinate representation of color #CE1F51: hue angle of 342.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F51 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 81 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.19 |
| HSL | 342.86º | 0.74% | 0.46% | - |
| HSV(B) | 342.86º | 0.85% | 0.81% | - |
| XYZ | 27.43 | 14.7 | 9.18 | - |
| YUV | 89.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 81 | 0 | 0.85 | 0.61 | 0.19 | 342.86 | 0.74 | 0.46 |
| Hex | CE | 1F | 51 | 0 | 55 | 3D | 13 | 157 | 4A | 2E |
| Octal | 316 | 37 | 121 | 0 | 125 | 75 | 23 | 527 | 112 | 56 |
| Binary | 11001110 | 11111 | 1010001 | 0 | 1010101 | 111101 | 10011 | 101010111 | 1001010 | 101110 |
Color Harmonies of #CE1F51
Complementary color
Monochromatic Colors of #CE1F51
Black with #CE1F51
Text Example
Text Example
White with #CE1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F51; }
p { color: rgb(206,31,81); }
H1.HeaderClassName
{
color: #CE1F51;
}
.AnyTagClassName
{
color: #CE1F51;
}
</style>
background-color css
<style>
a { background-color: #CE1F51; }
a { background-color: rgb(206,31,81); }
div.DivClassName
{
background-color: #CE1F51;
}
.BgClassName
{
background-color: #CE1F51;
}
</style>
border-color css
<style>
span { border-color: #CE1F51; }
span { border-color: rgb(206,31,81); }
td.TdClassName
{
border-color: #CE1F51;
}
.TagClassName
{
border-color: #CE1F51;
}
</style>