Shades of Old Rose #C51D4D
Tints of Old Rose #C51D4D
RGB
CMYK
RGB Variations
Color information
#C51D4D (or 0xC51D4D) is known color: Old Rose. HEX triplet: C5, 1D and 4D. RGB value is (197,29,77). Sum of RGB (Red+Green+Blue) = 197+29+77=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D4D is #3AE2B2. Grayscale: #545454. Windows color (decimal): -3859123 or 5053893. OLE color: 5053893.
HSL color Cylindrical-coordinate representation of color #C51D4D: hue angle of 342.86º 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 #C51D4D is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 77 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.23 |
| HSL | 342.86º | 0.74% | 0.44% | - |
| HSV(B) | 342.86º | 0.85% | 0.77% | - |
| XYZ | 24.8 | 13.28 | 8.28 | - |
| YUV | 84.7 | 123.66 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 77 | 0 | 0.85 | 0.61 | 0.23 | 342.86 | 0.74 | 0.44 |
| Hex | C5 | 1D | 4D | 0 | 55 | 3D | 17 | 157 | 4A | 2C |
| Octal | 305 | 35 | 115 | 0 | 125 | 75 | 27 | 527 | 112 | 54 |
| Binary | 11000101 | 11101 | 1001101 | 0 | 1010101 | 111101 | 10111 | 101010111 | 1001010 | 101100 |
Color Harmonies of #C51D4D
Complementary color
Monochromatic Colors of #C51D4D
Black with #C51D4D
Text Example
Text Example
White with #C51D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D4D; }
p { color: rgb(197,29,77); }
H1.HeaderClassName
{
color: #C51D4D;
}
.AnyTagClassName
{
color: #C51D4D;
}
</style>
background-color css
<style>
a { background-color: #C51D4D; }
a { background-color: rgb(197,29,77); }
div.DivClassName
{
background-color: #C51D4D;
}
.BgClassName
{
background-color: #C51D4D;
}
</style>
border-color css
<style>
span { border-color: #C51D4D; }
span { border-color: rgb(197,29,77); }
td.TdClassName
{
border-color: #C51D4D;
}
.TagClassName
{
border-color: #C51D4D;
}
</style>