Shades of Old Rose #C21E57
Tints of Old Rose #C21E57
RGB
CMYK
RGB Variations
Color information
#C21E57 (or 0xC21E57) is known color: Old Rose. HEX triplet: C2, 1E and 57. RGB value is (194,30,87). Sum of RGB (Red+Green+Blue) = 194+30+87=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E57 is #3DE1A8. Grayscale: #555555. Windows color (decimal): -4055465 or 5709506. OLE color: 5709506.
HSL color Cylindrical-coordinate representation of color #C21E57: hue angle of 339.15º 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 #C21E57 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 87 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.24 |
| HSL | 339.15º | 0.73% | 0.44% | - |
| HSV(B) | 339.15º | 0.85% | 0.76% | - |
| XYZ | 24.43 | 13.09 | 10.25 | - |
| YUV | 85.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 87 | 0 | 0.85 | 0.55 | 0.24 | 339.15 | 0.73 | 0.44 |
| Hex | C2 | 1E | 57 | 0 | 55 | 37 | 18 | 153 | 49 | 2C |
| Octal | 302 | 36 | 127 | 0 | 125 | 67 | 30 | 523 | 111 | 54 |
| Binary | 11000010 | 11110 | 1010111 | 0 | 1010101 | 110111 | 11000 | 101010011 | 1001001 | 101100 |
Color Harmonies of #C21E57
Complementary color
Monochromatic Colors of #C21E57
Black with #C21E57
Text Example
Text Example
White with #C21E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E57; }
p { color: rgb(194,30,87); }
H1.HeaderClassName
{
color: #C21E57;
}
.AnyTagClassName
{
color: #C21E57;
}
</style>
background-color css
<style>
a { background-color: #C21E57; }
a { background-color: rgb(194,30,87); }
div.DivClassName
{
background-color: #C21E57;
}
.BgClassName
{
background-color: #C21E57;
}
</style>
border-color css
<style>
span { border-color: #C21E57; }
span { border-color: rgb(194,30,87); }
td.TdClassName
{
border-color: #C21E57;
}
.TagClassName
{
border-color: #C21E57;
}
</style>