Shades of Old Rose #C21C4E
Tints of Old Rose #C21C4E
RGB
CMYK
RGB Variations
Color information
#C21C4E (or 0xC21C4E) is known color: Old Rose. HEX triplet: C2, 1C and 4E. RGB value is (194,28,78). Sum of RGB (Red+Green+Blue) = 194+28+78=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C4E is #3DE3B1. Grayscale: #535353. Windows color (decimal): -4055986 or 5119170. OLE color: 5119170.
HSL color Cylindrical-coordinate representation of color #C21C4E: hue angle of 341.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C4E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 78 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.24 |
| HSL | 341.93º | 0.75% | 0.44% | - |
| HSV(B) | 341.93º | 0.86% | 0.76% | - |
| XYZ | 24.04 | 12.85 | 8.42 | - |
| YUV | 83.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 78 | 0 | 0.86 | 0.60 | 0.24 | 341.93 | 0.75 | 0.44 |
| Hex | C2 | 1C | 4E | 0 | 56 | 3C | 18 | 156 | 4B | 2C |
| Octal | 302 | 34 | 116 | 0 | 126 | 74 | 30 | 526 | 113 | 54 |
| Binary | 11000010 | 11100 | 1001110 | 0 | 1010110 | 111100 | 11000 | 101010110 | 1001011 | 101100 |
Color Harmonies of #C21C4E
Complementary color
Monochromatic Colors of #C21C4E
Black with #C21C4E
Text Example
Text Example
White with #C21C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C4E; }
p { color: rgb(194,28,78); }
H1.HeaderClassName
{
color: #C21C4E;
}
.AnyTagClassName
{
color: #C21C4E;
}
</style>
background-color css
<style>
a { background-color: #C21C4E; }
a { background-color: rgb(194,28,78); }
div.DivClassName
{
background-color: #C21C4E;
}
.BgClassName
{
background-color: #C21C4E;
}
</style>
border-color css
<style>
span { border-color: #C21C4E; }
span { border-color: rgb(194,28,78); }
td.TdClassName
{
border-color: #C21C4E;
}
.TagClassName
{
border-color: #C21C4E;
}
</style>