Shades of Old Rose #C41E53
Tints of Old Rose #C41E53
RGB
CMYK
RGB Variations
Color information
#C41E53 (or 0xC41E53) is known color: Old Rose. HEX triplet: C4, 1E and 53. RGB value is (196,30,83). Sum of RGB (Red+Green+Blue) = 196+30+83=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E53 is #3BE1AC. Grayscale: #555555. Windows color (decimal): -3924397 or 5447364. OLE color: 5447364.
HSL color Cylindrical-coordinate representation of color #C41E53: hue angle of 340.84º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E53 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 83 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.23 |
| HSL | 340.84º | 0.73% | 0.44% | - |
| HSV(B) | 340.84º | 0.85% | 0.77% | - |
| XYZ | 24.79 | 13.29 | 9.44 | - |
| YUV | 85.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 83 | 0 | 0.85 | 0.58 | 0.23 | 340.84 | 0.73 | 0.44 |
| Hex | C4 | 1E | 53 | 0 | 55 | 3A | 17 | 155 | 49 | 2C |
| Octal | 304 | 36 | 123 | 0 | 125 | 72 | 27 | 525 | 111 | 54 |
| Binary | 11000100 | 11110 | 1010011 | 0 | 1010101 | 111010 | 10111 | 101010101 | 1001001 | 101100 |
Color Harmonies of #C41E53
Complementary color
Monochromatic Colors of #C41E53
Black with #C41E53
Text Example
Text Example
White with #C41E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E53; }
p { color: rgb(196,30,83); }
H1.HeaderClassName
{
color: #C41E53;
}
.AnyTagClassName
{
color: #C41E53;
}
</style>
background-color css
<style>
a { background-color: #C41E53; }
a { background-color: rgb(196,30,83); }
div.DivClassName
{
background-color: #C41E53;
}
.BgClassName
{
background-color: #C41E53;
}
</style>
border-color css
<style>
span { border-color: #C41E53; }
span { border-color: rgb(196,30,83); }
td.TdClassName
{
border-color: #C41E53;
}
.TagClassName
{
border-color: #C41E53;
}
</style>