Shades of Old Rose #C22E4D
Tints of Old Rose #C22E4D
RGB
CMYK
RGB Variations
Color information
#C22E4D (or 0xC22E4D) is known color: Old Rose. HEX triplet: C2, 2E and 4D. RGB value is (194,46,77). Sum of RGB (Red+Green+Blue) = 194+46+77=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22E4D is #3DD1B2. Grayscale: #5D5D5D. Windows color (decimal): -4051379 or 5058242. OLE color: 5058242.
HSL color Cylindrical-coordinate representation of color #C22E4D: hue angle of 347.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E4D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 77 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.24 |
| HSL | 347.43º | 0.62% | 0.47% | - |
| HSV(B) | 347.43º | 0.76% | 0.76% | - |
| XYZ | 24.56 | 13.96 | 8.42 | - |
| YUV | 93.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 77 | 0 | 0.76 | 0.60 | 0.24 | 347.43 | 0.62 | 0.47 |
| Hex | C2 | 2E | 4D | 0 | 4C | 3C | 18 | 15B | 3E | 2F |
| Octal | 302 | 56 | 115 | 0 | 114 | 74 | 30 | 533 | 76 | 57 |
| Binary | 11000010 | 101110 | 1001101 | 0 | 1001100 | 111100 | 11000 | 101011011 | 111110 | 101111 |
Color Harmonies of #C22E4D
Complementary color
Monochromatic Colors of #C22E4D
Black with #C22E4D
Text Example
Text Example
White with #C22E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E4D; }
p { color: rgb(194,46,77); }
H1.HeaderClassName
{
color: #C22E4D;
}
.AnyTagClassName
{
color: #C22E4D;
}
</style>
background-color css
<style>
a { background-color: #C22E4D; }
a { background-color: rgb(194,46,77); }
div.DivClassName
{
background-color: #C22E4D;
}
.BgClassName
{
background-color: #C22E4D;
}
</style>
border-color css
<style>
span { border-color: #C22E4D; }
span { border-color: rgb(194,46,77); }
td.TdClassName
{
border-color: #C22E4D;
}
.TagClassName
{
border-color: #C22E4D;
}
</style>