Shades of Old Rose #C71D4F
Tints of Old Rose #C71D4F
RGB
CMYK
RGB Variations
Color information
#C71D4F (or 0xC71D4F) is known color: Old Rose. HEX triplet: C7, 1D and 4F. RGB value is (199,29,79). Sum of RGB (Red+Green+Blue) = 199+29+79=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71D4F is #38E2B0. Grayscale: #555555. Windows color (decimal): -3728049 or 5184967. OLE color: 5184967.
HSL color Cylindrical-coordinate representation of color #C71D4F: hue angle of 342.35º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71D4F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 79 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.22 |
| HSL | 342.35º | 0.75% | 0.45% | - |
| HSV(B) | 342.35º | 0.85% | 0.78% | - |
| XYZ | 25.4 | 13.59 | 8.68 | - |
| YUV | 85.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 79 | 0 | 0.85 | 0.60 | 0.22 | 342.35 | 0.75 | 0.45 |
| Hex | C7 | 1D | 4F | 0 | 55 | 3C | 16 | 156 | 4B | 2D |
| Octal | 307 | 35 | 117 | 0 | 125 | 74 | 26 | 526 | 113 | 55 |
| Binary | 11000111 | 11101 | 1001111 | 0 | 1010101 | 111100 | 10110 | 101010110 | 1001011 | 101101 |
Color Harmonies of #C71D4F
Complementary color
Monochromatic Colors of #C71D4F
Black with #C71D4F
Text Example
Text Example
White with #C71D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D4F; }
p { color: rgb(199,29,79); }
H1.HeaderClassName
{
color: #C71D4F;
}
.AnyTagClassName
{
color: #C71D4F;
}
</style>
background-color css
<style>
a { background-color: #C71D4F; }
a { background-color: rgb(199,29,79); }
div.DivClassName
{
background-color: #C71D4F;
}
.BgClassName
{
background-color: #C71D4F;
}
</style>
border-color css
<style>
span { border-color: #C71D4F; }
span { border-color: rgb(199,29,79); }
td.TdClassName
{
border-color: #C71D4F;
}
.TagClassName
{
border-color: #C71D4F;
}
</style>