Shades of Old Rose #C41D4F
Tints of Old Rose #C41D4F
RGB
CMYK
RGB Variations
Color information
#C41D4F (or 0xC41D4F) is known color: Old Rose. HEX triplet: C4, 1D and 4F. RGB value is (196,29,79). Sum of RGB (Red+Green+Blue) = 196+29+79=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41D4F is #3BE2B0. Grayscale: #545454. Windows color (decimal): -3924657 or 5184964. OLE color: 5184964.
HSL color Cylindrical-coordinate representation of color #C41D4F: hue angle of 342.04º 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 #C41D4F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 79 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.23 |
| HSL | 342.04º | 0.74% | 0.44% | - |
| HSV(B) | 342.04º | 0.85% | 0.77% | - |
| XYZ | 24.62 | 13.18 | 8.64 | - |
| YUV | 84.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 79 | 0 | 0.85 | 0.60 | 0.23 | 342.04 | 0.74 | 0.44 |
| Hex | C4 | 1D | 4F | 0 | 55 | 3C | 17 | 156 | 4A | 2C |
| Octal | 304 | 35 | 117 | 0 | 125 | 74 | 27 | 526 | 112 | 54 |
| Binary | 11000100 | 11101 | 1001111 | 0 | 1010101 | 111100 | 10111 | 101010110 | 1001010 | 101100 |
Color Harmonies of #C41D4F
Complementary color
Monochromatic Colors of #C41D4F
Black with #C41D4F
Text Example
Text Example
White with #C41D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D4F; }
p { color: rgb(196,29,79); }
H1.HeaderClassName
{
color: #C41D4F;
}
.AnyTagClassName
{
color: #C41D4F;
}
</style>
background-color css
<style>
a { background-color: #C41D4F; }
a { background-color: rgb(196,29,79); }
div.DivClassName
{
background-color: #C41D4F;
}
.BgClassName
{
background-color: #C41D4F;
}
</style>
border-color css
<style>
span { border-color: #C41D4F; }
span { border-color: rgb(196,29,79); }
td.TdClassName
{
border-color: #C41D4F;
}
.TagClassName
{
border-color: #C41D4F;
}
</style>