Shades of Old Rose #C71D4B
Tints of Old Rose #C71D4B
RGB
CMYK
RGB Variations
Color information
#C71D4B (or 0xC71D4B) is known color: Old Rose. HEX triplet: C7, 1D and 4B. RGB value is (199,29,75). Sum of RGB (Red+Green+Blue) = 199+29+75=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71D4B is #38E2B4. Grayscale: #555555. Windows color (decimal): -3728053 or 4922823. OLE color: 4922823.
HSL color Cylindrical-coordinate representation of color #C71D4B: hue angle of 343.76º 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 #C71D4B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 75 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.22 |
| HSL | 343.76º | 0.75% | 0.45% | - |
| HSV(B) | 343.76º | 0.85% | 0.78% | - |
| XYZ | 25.26 | 13.53 | 7.94 | - |
| YUV | 85.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 75 | 0 | 0.85 | 0.62 | 0.22 | 343.76 | 0.75 | 0.45 |
| Hex | C7 | 1D | 4B | 0 | 55 | 3E | 16 | 158 | 4B | 2D |
| Octal | 307 | 35 | 113 | 0 | 125 | 76 | 26 | 530 | 113 | 55 |
| Binary | 11000111 | 11101 | 1001011 | 0 | 1010101 | 111110 | 10110 | 101011000 | 1001011 | 101101 |
Color Harmonies of #C71D4B
Complementary color
Monochromatic Colors of #C71D4B
Black with #C71D4B
Text Example
Text Example
White with #C71D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D4B; }
p { color: rgb(199,29,75); }
H1.HeaderClassName
{
color: #C71D4B;
}
.AnyTagClassName
{
color: #C71D4B;
}
</style>
background-color css
<style>
a { background-color: #C71D4B; }
a { background-color: rgb(199,29,75); }
div.DivClassName
{
background-color: #C71D4B;
}
.BgClassName
{
background-color: #C71D4B;
}
</style>
border-color css
<style>
span { border-color: #C71D4B; }
span { border-color: rgb(199,29,75); }
td.TdClassName
{
border-color: #C71D4B;
}
.TagClassName
{
border-color: #C71D4B;
}
</style>