Shades of Old Rose #C21A53
Tints of Old Rose #C21A53
RGB
CMYK
RGB Variations
Color information
#C21A53 (or 0xC21A53) is known color: Old Rose. HEX triplet: C2, 1A and 53. RGB value is (194,26,83). Sum of RGB (Red+Green+Blue) = 194+26+83=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A53 is #3DE5AC. Grayscale: #525252. Windows color (decimal): -4056493 or 5446338. OLE color: 5446338.
HSL color Cylindrical-coordinate representation of color #C21A53: hue angle of 339.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A53 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 83 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.24 |
| HSL | 339.64º | 0.76% | 0.43% | - |
| HSV(B) | 339.64º | 0.87% | 0.76% | - |
| XYZ | 24.18 | 12.83 | 9.39 | - |
| YUV | 82.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 83 | 0 | 0.87 | 0.57 | 0.24 | 339.64 | 0.76 | 0.43 |
| Hex | C2 | 1A | 53 | 0 | 57 | 39 | 18 | 154 | 4C | 2B |
| Octal | 302 | 32 | 123 | 0 | 127 | 71 | 30 | 524 | 114 | 53 |
| Binary | 11000010 | 11010 | 1010011 | 0 | 1010111 | 111001 | 11000 | 101010100 | 1001100 | 101011 |
Color Harmonies of #C21A53
Complementary color
Monochromatic Colors of #C21A53
Black with #C21A53
Text Example
Text Example
White with #C21A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A53; }
p { color: rgb(194,26,83); }
H1.HeaderClassName
{
color: #C21A53;
}
.AnyTagClassName
{
color: #C21A53;
}
</style>
background-color css
<style>
a { background-color: #C21A53; }
a { background-color: rgb(194,26,83); }
div.DivClassName
{
background-color: #C21A53;
}
.BgClassName
{
background-color: #C21A53;
}
</style>
border-color css
<style>
span { border-color: #C21A53; }
span { border-color: rgb(194,26,83); }
td.TdClassName
{
border-color: #C21A53;
}
.TagClassName
{
border-color: #C21A53;
}
</style>