Shades of Old Rose #C21E55
Tints of Old Rose #C21E55
RGB
CMYK
RGB Variations
Color information
#C21E55 (or 0xC21E55) is known color: Old Rose. HEX triplet: C2, 1E and 55. RGB value is (194,30,85). Sum of RGB (Red+Green+Blue) = 194+30+85=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E55 is #3DE1AA. Grayscale: #555555. Windows color (decimal): -4055467 or 5578434. OLE color: 5578434.
HSL color Cylindrical-coordinate representation of color #C21E55: hue angle of 339.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E55 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 85 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.24 |
| HSL | 339.88º | 0.73% | 0.44% | - |
| HSV(B) | 339.88º | 0.85% | 0.76% | - |
| XYZ | 24.35 | 13.05 | 9.83 | - |
| YUV | 85.31 | 127.83 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 85 | 0 | 0.85 | 0.56 | 0.24 | 339.88 | 0.73 | 0.44 |
| Hex | C2 | 1E | 55 | 0 | 55 | 38 | 18 | 154 | 49 | 2C |
| Octal | 302 | 36 | 125 | 0 | 125 | 70 | 30 | 524 | 111 | 54 |
| Binary | 11000010 | 11110 | 1010101 | 0 | 1010101 | 111000 | 11000 | 101010100 | 1001001 | 101100 |
Color Harmonies of #C21E55
Complementary color
Monochromatic Colors of #C21E55
Black with #C21E55
Text Example
Text Example
White with #C21E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E55; }
p { color: rgb(194,30,85); }
H1.HeaderClassName
{
color: #C21E55;
}
.AnyTagClassName
{
color: #C21E55;
}
</style>
background-color css
<style>
a { background-color: #C21E55; }
a { background-color: rgb(194,30,85); }
div.DivClassName
{
background-color: #C21E55;
}
.BgClassName
{
background-color: #C21E55;
}
</style>
border-color css
<style>
span { border-color: #C21E55; }
span { border-color: rgb(194,30,85); }
td.TdClassName
{
border-color: #C21E55;
}
.TagClassName
{
border-color: #C21E55;
}
</style>