Shades of Old Rose #C21D56
Tints of Old Rose #C21D56
RGB
CMYK
RGB Variations
Color information
#C21D56 (or 0xC21D56) is known color: Old Rose. HEX triplet: C2, 1D and 56. RGB value is (194,29,86). Sum of RGB (Red+Green+Blue) = 194+29+86=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D56 is #3DE2A9. Grayscale: #545454. Windows color (decimal): -4055722 or 5643714. OLE color: 5643714.
HSL color Cylindrical-coordinate representation of color #C21D56: hue angle of 339.27º 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 #C21D56 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 86 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.24 |
| HSL | 339.27º | 0.74% | 0.44% | - |
| HSV(B) | 339.27º | 0.85% | 0.76% | - |
| XYZ | 24.37 | 13.02 | 10.03 | - |
| YUV | 84.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 86 | 0 | 0.85 | 0.56 | 0.24 | 339.27 | 0.74 | 0.44 |
| Hex | C2 | 1D | 56 | 0 | 55 | 38 | 18 | 153 | 4A | 2C |
| Octal | 302 | 35 | 126 | 0 | 125 | 70 | 30 | 523 | 112 | 54 |
| Binary | 11000010 | 11101 | 1010110 | 0 | 1010101 | 111000 | 11000 | 101010011 | 1001010 | 101100 |
Color Harmonies of #C21D56
Complementary color
Monochromatic Colors of #C21D56
Black with #C21D56
Text Example
Text Example
White with #C21D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D56; }
p { color: rgb(194,29,86); }
H1.HeaderClassName
{
color: #C21D56;
}
.AnyTagClassName
{
color: #C21D56;
}
</style>
background-color css
<style>
a { background-color: #C21D56; }
a { background-color: rgb(194,29,86); }
div.DivClassName
{
background-color: #C21D56;
}
.BgClassName
{
background-color: #C21D56;
}
</style>
border-color css
<style>
span { border-color: #C21D56; }
span { border-color: rgb(194,29,86); }
td.TdClassName
{
border-color: #C21D56;
}
.TagClassName
{
border-color: #C21D56;
}
</style>