Shades of Old Rose #CF2451
Tints of Old Rose #CF2451
RGB
CMYK
RGB Variations
Color information
#CF2451 (or 0xCF2451) is known color: Old Rose. HEX triplet: CF, 24 and 51. RGB value is (207,36,81). Sum of RGB (Red+Green+Blue) = 207+36+81=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2451 is #30DBAE. Grayscale: #5C5C5C. Windows color (decimal): -3201967 or 5317839. OLE color: 5317839.
HSL color Cylindrical-coordinate representation of color #CF2451: hue angle of 344.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2451 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 81 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.19 |
| HSL | 344.21º | 0.7% | 0.48% | - |
| HSV(B) | 344.21º | 0.83% | 0.81% | - |
| XYZ | 27.85 | 15.12 | 9.24 | - |
| YUV | 92.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 81 | 0 | 0.83 | 0.61 | 0.19 | 344.21 | 0.7 | 0.48 |
| Hex | CF | 24 | 51 | 0 | 53 | 3D | 13 | 158 | 46 | 30 |
| Octal | 317 | 44 | 121 | 0 | 123 | 75 | 23 | 530 | 106 | 60 |
| Binary | 11001111 | 100100 | 1010001 | 0 | 1010011 | 111101 | 10011 | 101011000 | 1000110 | 110000 |
Color Harmonies of #CF2451
Complementary color
Monochromatic Colors of #CF2451
Black with #CF2451
Text Example
Text Example
White with #CF2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2451; }
p { color: rgb(207,36,81); }
H1.HeaderClassName
{
color: #CF2451;
}
.AnyTagClassName
{
color: #CF2451;
}
</style>
background-color css
<style>
a { background-color: #CF2451; }
a { background-color: rgb(207,36,81); }
div.DivClassName
{
background-color: #CF2451;
}
.BgClassName
{
background-color: #CF2451;
}
</style>
border-color css
<style>
span { border-color: #CF2451; }
span { border-color: rgb(207,36,81); }
td.TdClassName
{
border-color: #CF2451;
}
.TagClassName
{
border-color: #CF2451;
}
</style>