Shades of Old Rose #C22E4E
Tints of Old Rose #C22E4E
RGB
CMYK
RGB Variations
Color information
#C22E4E (or 0xC22E4E) is known color: Old Rose. HEX triplet: C2, 2E and 4E. RGB value is (194,46,78). Sum of RGB (Red+Green+Blue) = 194+46+78=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22E4E is #3DD1B1. Grayscale: #5D5D5D. Windows color (decimal): -4051378 or 5123778. OLE color: 5123778.
HSL color Cylindrical-coordinate representation of color #C22E4E: hue angle of 347.03º 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 #C22E4E is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 78 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.24 |
| HSL | 347.03º | 0.62% | 0.47% | - |
| HSV(B) | 347.03º | 0.76% | 0.76% | - |
| XYZ | 24.6 | 13.97 | 8.61 | - |
| YUV | 93.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 78 | 0 | 0.76 | 0.60 | 0.24 | 347.03 | 0.62 | 0.47 |
| Hex | C2 | 2E | 4E | 0 | 4C | 3C | 18 | 15B | 3E | 2F |
| Octal | 302 | 56 | 116 | 0 | 114 | 74 | 30 | 533 | 76 | 57 |
| Binary | 11000010 | 101110 | 1001110 | 0 | 1001100 | 111100 | 11000 | 101011011 | 111110 | 101111 |
Color Harmonies of #C22E4E
Complementary color
Monochromatic Colors of #C22E4E
Black with #C22E4E
Text Example
Text Example
White with #C22E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E4E; }
p { color: rgb(194,46,78); }
H1.HeaderClassName
{
color: #C22E4E;
}
.AnyTagClassName
{
color: #C22E4E;
}
</style>
background-color css
<style>
a { background-color: #C22E4E; }
a { background-color: rgb(194,46,78); }
div.DivClassName
{
background-color: #C22E4E;
}
.BgClassName
{
background-color: #C22E4E;
}
</style>
border-color css
<style>
span { border-color: #C22E4E; }
span { border-color: rgb(194,46,78); }
td.TdClassName
{
border-color: #C22E4E;
}
.TagClassName
{
border-color: #C22E4E;
}
</style>