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