Shades of Old Rose #C41D55
Tints of Old Rose #C41D55
RGB
CMYK
RGB Variations
Color information
#C41D55 (or 0xC41D55) is known color: Old Rose. HEX triplet: C4, 1D and 55. RGB value is (196,29,85). Sum of RGB (Red+Green+Blue) = 196+29+85=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D55 is #3BE2AA. Grayscale: #555555. Windows color (decimal): -3924651 or 5578180. OLE color: 5578180.
HSL color Cylindrical-coordinate representation of color #C41D55: hue angle of 339.88º degrees, saturation: 0.74, 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 #C41D55 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 85 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.23 |
| HSL | 339.88º | 0.74% | 0.44% | - |
| HSV(B) | 339.88º | 0.85% | 0.77% | - |
| XYZ | 24.84 | 13.27 | 9.85 | - |
| YUV | 85.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 85 | 0 | 0.85 | 0.57 | 0.23 | 339.88 | 0.74 | 0.44 |
| Hex | C4 | 1D | 55 | 0 | 55 | 39 | 17 | 154 | 4A | 2C |
| Octal | 304 | 35 | 125 | 0 | 125 | 71 | 27 | 524 | 112 | 54 |
| Binary | 11000100 | 11101 | 1010101 | 0 | 1010101 | 111001 | 10111 | 101010100 | 1001010 | 101100 |
Color Harmonies of #C41D55
Complementary color
Monochromatic Colors of #C41D55
Black with #C41D55
Text Example
Text Example
White with #C41D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D55; }
p { color: rgb(196,29,85); }
H1.HeaderClassName
{
color: #C41D55;
}
.AnyTagClassName
{
color: #C41D55;
}
</style>
background-color css
<style>
a { background-color: #C41D55; }
a { background-color: rgb(196,29,85); }
div.DivClassName
{
background-color: #C41D55;
}
.BgClassName
{
background-color: #C41D55;
}
</style>
border-color css
<style>
span { border-color: #C41D55; }
span { border-color: rgb(196,29,85); }
td.TdClassName
{
border-color: #C41D55;
}
.TagClassName
{
border-color: #C41D55;
}
</style>