Shades of Old Rose #C2244A
Tints of Old Rose #C2244A
RGB
CMYK
RGB Variations
Color information
#C2244A (or 0xC2244A) is known color: Old Rose. HEX triplet: C2, 24 and 4A. RGB value is (194,36,74). Sum of RGB (Red+Green+Blue) = 194+36+74=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2244A is #3DDBB5. Grayscale: #575757. Windows color (decimal): -4053942 or 4859074. OLE color: 4859074.
HSL color Cylindrical-coordinate representation of color #C2244A: hue angle of 345.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2244A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 74 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.24 |
| HSL | 345.57º | 0.69% | 0.45% | - |
| HSV(B) | 345.57º | 0.81% | 0.76% | - |
| XYZ | 24.12 | 13.23 | 7.76 | - |
| YUV | 87.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 74 | 0 | 0.81 | 0.62 | 0.24 | 345.57 | 0.69 | 0.45 |
| Hex | C2 | 24 | 4A | 0 | 51 | 3E | 18 | 15A | 45 | 2D |
| Octal | 302 | 44 | 112 | 0 | 121 | 76 | 30 | 532 | 105 | 55 |
| Binary | 11000010 | 100100 | 1001010 | 0 | 1010001 | 111110 | 11000 | 101011010 | 1000101 | 101101 |
Color Harmonies of #C2244A
Complementary color
Monochromatic Colors of #C2244A
Black with #C2244A
Text Example
Text Example
White with #C2244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2244A; }
p { color: rgb(194,36,74); }
H1.HeaderClassName
{
color: #C2244A;
}
.AnyTagClassName
{
color: #C2244A;
}
</style>
background-color css
<style>
a { background-color: #C2244A; }
a { background-color: rgb(194,36,74); }
div.DivClassName
{
background-color: #C2244A;
}
.BgClassName
{
background-color: #C2244A;
}
</style>
border-color css
<style>
span { border-color: #C2244A; }
span { border-color: rgb(194,36,74); }
td.TdClassName
{
border-color: #C2244A;
}
.TagClassName
{
border-color: #C2244A;
}
</style>