Shades of Old Rose #C41E4E
Tints of Old Rose #C41E4E
RGB
CMYK
RGB Variations
Color information
#C41E4E (or 0xC41E4E) is known color: Old Rose. HEX triplet: C4, 1E and 4E. RGB value is (196,30,78). Sum of RGB (Red+Green+Blue) = 196+30+78=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E4E is #3BE1B1. Grayscale: #555555. Windows color (decimal): -3924402 or 5119684. OLE color: 5119684.
HSL color Cylindrical-coordinate representation of color #C41E4E: hue angle of 342.65º 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 #C41E4E is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 78 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.23 |
| HSL | 342.65º | 0.73% | 0.44% | - |
| HSV(B) | 342.65º | 0.85% | 0.77% | - |
| XYZ | 24.6 | 13.21 | 8.46 | - |
| YUV | 85.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 78 | 0 | 0.85 | 0.60 | 0.23 | 342.65 | 0.73 | 0.44 |
| Hex | C4 | 1E | 4E | 0 | 55 | 3C | 17 | 157 | 49 | 2C |
| Octal | 304 | 36 | 116 | 0 | 125 | 74 | 27 | 527 | 111 | 54 |
| Binary | 11000100 | 11110 | 1001110 | 0 | 1010101 | 111100 | 10111 | 101010111 | 1001001 | 101100 |
Color Harmonies of #C41E4E
Complementary color
Monochromatic Colors of #C41E4E
Black with #C41E4E
Text Example
Text Example
White with #C41E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E4E; }
p { color: rgb(196,30,78); }
H1.HeaderClassName
{
color: #C41E4E;
}
.AnyTagClassName
{
color: #C41E4E;
}
</style>
background-color css
<style>
a { background-color: #C41E4E; }
a { background-color: rgb(196,30,78); }
div.DivClassName
{
background-color: #C41E4E;
}
.BgClassName
{
background-color: #C41E4E;
}
</style>
border-color css
<style>
span { border-color: #C41E4E; }
span { border-color: rgb(196,30,78); }
td.TdClassName
{
border-color: #C41E4E;
}
.TagClassName
{
border-color: #C41E4E;
}
</style>