Shades of Old Rose #C41E54
Tints of Old Rose #C41E54
RGB
CMYK
RGB Variations
Color information
#C41E54 (or 0xC41E54) is known color: Old Rose. HEX triplet: C4, 1E and 54. RGB value is (196,30,84). Sum of RGB (Red+Green+Blue) = 196+30+84=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E54 is #3BE1AB. Grayscale: #555555. Windows color (decimal): -3924396 or 5512900. OLE color: 5512900.
HSL color Cylindrical-coordinate representation of color #C41E54: hue angle of 340.48º 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 #C41E54 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 84 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.23 |
| HSL | 340.48º | 0.73% | 0.44% | - |
| HSV(B) | 340.48º | 0.85% | 0.77% | - |
| XYZ | 24.83 | 13.3 | 9.65 | - |
| YUV | 85.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 84 | 0 | 0.85 | 0.57 | 0.23 | 340.48 | 0.73 | 0.44 |
| Hex | C4 | 1E | 54 | 0 | 55 | 39 | 17 | 154 | 49 | 2C |
| Octal | 304 | 36 | 124 | 0 | 125 | 71 | 27 | 524 | 111 | 54 |
| Binary | 11000100 | 11110 | 1010100 | 0 | 1010101 | 111001 | 10111 | 101010100 | 1001001 | 101100 |
Color Harmonies of #C41E54
Complementary color
Monochromatic Colors of #C41E54
Black with #C41E54
Text Example
Text Example
White with #C41E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E54; }
p { color: rgb(196,30,84); }
H1.HeaderClassName
{
color: #C41E54;
}
.AnyTagClassName
{
color: #C41E54;
}
</style>
background-color css
<style>
a { background-color: #C41E54; }
a { background-color: rgb(196,30,84); }
div.DivClassName
{
background-color: #C41E54;
}
.BgClassName
{
background-color: #C41E54;
}
</style>
border-color css
<style>
span { border-color: #C41E54; }
span { border-color: rgb(196,30,84); }
td.TdClassName
{
border-color: #C41E54;
}
.TagClassName
{
border-color: #C41E54;
}
</style>