Shades of Old Rose #CE1D4F
Tints of Old Rose #CE1D4F
RGB
CMYK
RGB Variations
Color information
#CE1D4F (or 0xCE1D4F) is known color: Old Rose. HEX triplet: CE, 1D and 4F. RGB value is (206,29,79). Sum of RGB (Red+Green+Blue) = 206+29+79=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D4F is #31E2B0. Grayscale: #575757. Windows color (decimal): -3269297 or 5184974. OLE color: 5184974.
HSL color Cylindrical-coordinate representation of color #CE1D4F: hue angle of 343.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D4F is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 79 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.19 |
| HSL | 343.05º | 0.75% | 0.46% | - |
| HSV(B) | 343.05º | 0.86% | 0.81% | - |
| XYZ | 27.3 | 14.57 | 8.77 | - |
| YUV | 87.62 | 123.14 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 79 | 0 | 0.86 | 0.62 | 0.19 | 343.05 | 0.75 | 0.46 |
| Hex | CE | 1D | 4F | 0 | 56 | 3E | 13 | 157 | 4B | 2E |
| Octal | 316 | 35 | 117 | 0 | 126 | 76 | 23 | 527 | 113 | 56 |
| Binary | 11001110 | 11101 | 1001111 | 0 | 1010110 | 111110 | 10011 | 101010111 | 1001011 | 101110 |
Color Harmonies of #CE1D4F
Complementary color
Monochromatic Colors of #CE1D4F
Black with #CE1D4F
Text Example
Text Example
White with #CE1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D4F; }
p { color: rgb(206,29,79); }
H1.HeaderClassName
{
color: #CE1D4F;
}
.AnyTagClassName
{
color: #CE1D4F;
}
</style>
background-color css
<style>
a { background-color: #CE1D4F; }
a { background-color: rgb(206,29,79); }
div.DivClassName
{
background-color: #CE1D4F;
}
.BgClassName
{
background-color: #CE1D4F;
}
</style>
border-color css
<style>
span { border-color: #CE1D4F; }
span { border-color: rgb(206,29,79); }
td.TdClassName
{
border-color: #CE1D4F;
}
.TagClassName
{
border-color: #CE1D4F;
}
</style>