Shades of Old Rose #C41D5D
Tints of Old Rose #C41D5D
RGB
CMYK
RGB Variations
Color information
#C41D5D (or 0xC41D5D) is known color: Old Rose. HEX triplet: C4, 1D and 5D. RGB value is (196,29,93). Sum of RGB (Red+Green+Blue) = 196+29+93=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D5D is #3BE2A2. Grayscale: #565656. Windows color (decimal): -3924643 or 6102468. OLE color: 6102468.
HSL color Cylindrical-coordinate representation of color #C41D5D: hue angle of 337.01º 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 #C41D5D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 93 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.23 |
| HSL | 337.01º | 0.74% | 0.44% | - |
| HSV(B) | 337.01º | 0.85% | 0.77% | - |
| XYZ | 25.18 | 13.4 | 11.62 | - |
| YUV | 86.23 | 131.83 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 93 | 0 | 0.85 | 0.53 | 0.23 | 337.01 | 0.74 | 0.44 |
| Hex | C4 | 1D | 5D | 0 | 55 | 35 | 17 | 151 | 4A | 2C |
| Octal | 304 | 35 | 135 | 0 | 125 | 65 | 27 | 521 | 112 | 54 |
| Binary | 11000100 | 11101 | 1011101 | 0 | 1010101 | 110101 | 10111 | 101010001 | 1001010 | 101100 |
Color Harmonies of #C41D5D
Complementary color
Monochromatic Colors of #C41D5D
Black with #C41D5D
Text Example
Text Example
White with #C41D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D5D; }
p { color: rgb(196,29,93); }
H1.HeaderClassName
{
color: #C41D5D;
}
.AnyTagClassName
{
color: #C41D5D;
}
</style>
background-color css
<style>
a { background-color: #C41D5D; }
a { background-color: rgb(196,29,93); }
div.DivClassName
{
background-color: #C41D5D;
}
.BgClassName
{
background-color: #C41D5D;
}
</style>
border-color css
<style>
span { border-color: #C41D5D; }
span { border-color: rgb(196,29,93); }
td.TdClassName
{
border-color: #C41D5D;
}
.TagClassName
{
border-color: #C41D5D;
}
</style>