Shades of Old Rose #C2224F
Tints of Old Rose #C2224F
RGB
CMYK
RGB Variations
Color information
#C2224F (or 0xC2224F) is known color: Old Rose. HEX triplet: C2, 22 and 4F. RGB value is (194,34,79). Sum of RGB (Red+Green+Blue) = 194+34+79=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2224F is #3DDDB0. Grayscale: #565656. Windows color (decimal): -4054449 or 5186242. OLE color: 5186242.
HSL color Cylindrical-coordinate representation of color #C2224F: hue angle of 343.12º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2224F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 79 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.24 |
| HSL | 343.13º | 0.7% | 0.45% | - |
| HSV(B) | 343.13º | 0.82% | 0.76% | - |
| XYZ | 24.23 | 13.18 | 8.66 | - |
| YUV | 86.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 79 | 0 | 0.82 | 0.59 | 0.24 | 343.13 | 0.7 | 0.45 |
| Hex | C2 | 22 | 4F | 0 | 52 | 3B | 18 | 157 | 46 | 2D |
| Octal | 302 | 42 | 117 | 0 | 122 | 73 | 30 | 527 | 106 | 55 |
| Binary | 11000010 | 100010 | 1001111 | 0 | 1010010 | 111011 | 11000 | 101010111 | 1000110 | 101101 |
Color Harmonies of #C2224F
Complementary color
Monochromatic Colors of #C2224F
Black with #C2224F
Text Example
Text Example
White with #C2224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2224F; }
p { color: rgb(194,34,79); }
H1.HeaderClassName
{
color: #C2224F;
}
.AnyTagClassName
{
color: #C2224F;
}
</style>
background-color css
<style>
a { background-color: #C2224F; }
a { background-color: rgb(194,34,79); }
div.DivClassName
{
background-color: #C2224F;
}
.BgClassName
{
background-color: #C2224F;
}
</style>
border-color css
<style>
span { border-color: #C2224F; }
span { border-color: rgb(194,34,79); }
td.TdClassName
{
border-color: #C2224F;
}
.TagClassName
{
border-color: #C2224F;
}
</style>