Shades of Old Rose #C21D59
Tints of Old Rose #C21D59
RGB
CMYK
RGB Variations
Color information
#C21D59 (or 0xC21D59) is known color: Old Rose. HEX triplet: C2, 1D and 59. RGB value is (194,29,89). Sum of RGB (Red+Green+Blue) = 194+29+89=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D59 is #3DE2A6. Grayscale: #555555. Windows color (decimal): -4055719 or 5840322. OLE color: 5840322.
HSL color Cylindrical-coordinate representation of color #C21D59: hue angle of 338.18º degrees, saturation: 0.74, 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 #C21D59 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 89 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.24 |
| HSL | 338.18º | 0.74% | 0.44% | - |
| HSV(B) | 338.18º | 0.85% | 0.76% | - |
| XYZ | 24.49 | 13.07 | 10.68 | - |
| YUV | 85.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 89 | 0 | 0.85 | 0.54 | 0.24 | 338.18 | 0.74 | 0.44 |
| Hex | C2 | 1D | 59 | 0 | 55 | 36 | 18 | 152 | 4A | 2C |
| Octal | 302 | 35 | 131 | 0 | 125 | 66 | 30 | 522 | 112 | 54 |
| Binary | 11000010 | 11101 | 1011001 | 0 | 1010101 | 110110 | 11000 | 101010010 | 1001010 | 101100 |
Color Harmonies of #C21D59
Complementary color
Monochromatic Colors of #C21D59
Black with #C21D59
Text Example
Text Example
White with #C21D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D59; }
p { color: rgb(194,29,89); }
H1.HeaderClassName
{
color: #C21D59;
}
.AnyTagClassName
{
color: #C21D59;
}
</style>
background-color css
<style>
a { background-color: #C21D59; }
a { background-color: rgb(194,29,89); }
div.DivClassName
{
background-color: #C21D59;
}
.BgClassName
{
background-color: #C21D59;
}
</style>
border-color css
<style>
span { border-color: #C21D59; }
span { border-color: rgb(194,29,89); }
td.TdClassName
{
border-color: #C21D59;
}
.TagClassName
{
border-color: #C21D59;
}
</style>