Shades of Old Rose #C71F4B
Tints of Old Rose #C71F4B
RGB
CMYK
RGB Variations
Color information
#C71F4B (or 0xC71F4B) is known color: Old Rose. HEX triplet: C7, 1F and 4B. RGB value is (199,31,75). Sum of RGB (Red+Green+Blue) = 199+31+75=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F4B is #38E0B4. Grayscale: #565656. Windows color (decimal): -3727541 or 4923335. OLE color: 4923335.
HSL color Cylindrical-coordinate representation of color #C71F4B: hue angle of 344.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F4B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 75 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.22 |
| HSL | 344.29º | 0.73% | 0.45% | - |
| HSV(B) | 344.29º | 0.84% | 0.78% | - |
| XYZ | 25.31 | 13.63 | 7.95 | - |
| YUV | 86.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 75 | 0 | 0.84 | 0.62 | 0.22 | 344.29 | 0.73 | 0.45 |
| Hex | C7 | 1F | 4B | 0 | 54 | 3E | 16 | 158 | 49 | 2D |
| Octal | 307 | 37 | 113 | 0 | 124 | 76 | 26 | 530 | 111 | 55 |
| Binary | 11000111 | 11111 | 1001011 | 0 | 1010100 | 111110 | 10110 | 101011000 | 1001001 | 101101 |
Color Harmonies of #C71F4B
Complementary color
Monochromatic Colors of #C71F4B
Black with #C71F4B
Text Example
Text Example
White with #C71F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F4B; }
p { color: rgb(199,31,75); }
H1.HeaderClassName
{
color: #C71F4B;
}
.AnyTagClassName
{
color: #C71F4B;
}
</style>
background-color css
<style>
a { background-color: #C71F4B; }
a { background-color: rgb(199,31,75); }
div.DivClassName
{
background-color: #C71F4B;
}
.BgClassName
{
background-color: #C71F4B;
}
</style>
border-color css
<style>
span { border-color: #C71F4B; }
span { border-color: rgb(199,31,75); }
td.TdClassName
{
border-color: #C71F4B;
}
.TagClassName
{
border-color: #C71F4B;
}
</style>