Shades of Old Rose #C51D4E
Tints of Old Rose #C51D4E
RGB
CMYK
RGB Variations
Color information
#C51D4E (or 0xC51D4E) is known color: Old Rose. HEX triplet: C5, 1D and 4E. RGB value is (197,29,78). Sum of RGB (Red+Green+Blue) = 197+29+78=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D4E is #3AE2B1. Grayscale: #545454. Windows color (decimal): -3859122 or 5119429. OLE color: 5119429.
HSL color Cylindrical-coordinate representation of color #C51D4E: hue angle of 342.5º 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 #C51D4E is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 78 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.23 |
| HSL | 342.5º | 0.74% | 0.44% | - |
| HSV(B) | 342.5º | 0.85% | 0.77% | - |
| XYZ | 24.84 | 13.3 | 8.47 | - |
| YUV | 84.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 78 | 0 | 0.85 | 0.60 | 0.23 | 342.5 | 0.74 | 0.44 |
| Hex | C5 | 1D | 4E | 0 | 55 | 3C | 17 | 156 | 4A | 2C |
| Octal | 305 | 35 | 116 | 0 | 125 | 74 | 27 | 526 | 112 | 54 |
| Binary | 11000101 | 11101 | 1001110 | 0 | 1010101 | 111100 | 10111 | 101010110 | 1001010 | 101100 |
Color Harmonies of #C51D4E
Complementary color
Monochromatic Colors of #C51D4E
Black with #C51D4E
Text Example
Text Example
White with #C51D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D4E; }
p { color: rgb(197,29,78); }
H1.HeaderClassName
{
color: #C51D4E;
}
.AnyTagClassName
{
color: #C51D4E;
}
</style>
background-color css
<style>
a { background-color: #C51D4E; }
a { background-color: rgb(197,29,78); }
div.DivClassName
{
background-color: #C51D4E;
}
.BgClassName
{
background-color: #C51D4E;
}
</style>
border-color css
<style>
span { border-color: #C51D4E; }
span { border-color: rgb(197,29,78); }
td.TdClassName
{
border-color: #C51D4E;
}
.TagClassName
{
border-color: #C51D4E;
}
</style>