Shades of Old Rose #C51C4D
Tints of Old Rose #C51C4D
RGB
CMYK
RGB Variations
Color information
#C51C4D (or 0xC51C4D) is known color: Old Rose. HEX triplet: C5, 1C and 4D. RGB value is (197,28,77). Sum of RGB (Red+Green+Blue) = 197+28+77=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C4D is #3AE3B2. Grayscale: #545454. Windows color (decimal): -3859379 or 5053637. OLE color: 5053637.
HSL color Cylindrical-coordinate representation of color #C51C4D: hue angle of 342.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C4D is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 77 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.23 |
| HSL | 342.6º | 0.75% | 0.44% | - |
| HSV(B) | 342.6º | 0.86% | 0.77% | - |
| XYZ | 24.78 | 13.24 | 8.27 | - |
| YUV | 84.12 | 123.99 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 77 | 0 | 0.86 | 0.61 | 0.23 | 342.6 | 0.75 | 0.44 |
| Hex | C5 | 1C | 4D | 0 | 56 | 3D | 17 | 157 | 4B | 2C |
| Octal | 305 | 34 | 115 | 0 | 126 | 75 | 27 | 527 | 113 | 54 |
| Binary | 11000101 | 11100 | 1001101 | 0 | 1010110 | 111101 | 10111 | 101010111 | 1001011 | 101100 |
Color Harmonies of #C51C4D
Complementary color
Monochromatic Colors of #C51C4D
Black with #C51C4D
Text Example
Text Example
White with #C51C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C4D; }
p { color: rgb(197,28,77); }
H1.HeaderClassName
{
color: #C51C4D;
}
.AnyTagClassName
{
color: #C51C4D;
}
</style>
background-color css
<style>
a { background-color: #C51C4D; }
a { background-color: rgb(197,28,77); }
div.DivClassName
{
background-color: #C51C4D;
}
.BgClassName
{
background-color: #C51C4D;
}
</style>
border-color css
<style>
span { border-color: #C51C4D; }
span { border-color: rgb(197,28,77); }
td.TdClassName
{
border-color: #C51C4D;
}
.TagClassName
{
border-color: #C51C4D;
}
</style>