Shades of Old Rose #C71E4B
Tints of Old Rose #C71E4B
RGB
CMYK
RGB Variations
Color information
#C71E4B (or 0xC71E4B) is known color: Old Rose. HEX triplet: C7, 1E and 4B. RGB value is (199,30,75). Sum of RGB (Red+Green+Blue) = 199+30+75=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E4B is #38E1B4. Grayscale: #555555. Windows color (decimal): -3727797 or 4923079. OLE color: 4923079.
HSL color Cylindrical-coordinate representation of color #C71E4B: hue angle of 344.02º degrees, saturation: 0.74, 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 #C71E4B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 75 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.22 |
| HSL | 344.02º | 0.74% | 0.45% | - |
| HSV(B) | 344.02º | 0.85% | 0.78% | - |
| XYZ | 25.29 | 13.58 | 7.94 | - |
| YUV | 85.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 75 | 0 | 0.85 | 0.62 | 0.22 | 344.02 | 0.74 | 0.45 |
| Hex | C7 | 1E | 4B | 0 | 55 | 3E | 16 | 158 | 4A | 2D |
| Octal | 307 | 36 | 113 | 0 | 125 | 76 | 26 | 530 | 112 | 55 |
| Binary | 11000111 | 11110 | 1001011 | 0 | 1010101 | 111110 | 10110 | 101011000 | 1001010 | 101101 |
Color Harmonies of #C71E4B
Complementary color
Monochromatic Colors of #C71E4B
Black with #C71E4B
Text Example
Text Example
White with #C71E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E4B; }
p { color: rgb(199,30,75); }
H1.HeaderClassName
{
color: #C71E4B;
}
.AnyTagClassName
{
color: #C71E4B;
}
</style>
background-color css
<style>
a { background-color: #C71E4B; }
a { background-color: rgb(199,30,75); }
div.DivClassName
{
background-color: #C71E4B;
}
.BgClassName
{
background-color: #C71E4B;
}
</style>
border-color css
<style>
span { border-color: #C71E4B; }
span { border-color: rgb(199,30,75); }
td.TdClassName
{
border-color: #C71E4B;
}
.TagClassName
{
border-color: #C71E4B;
}
</style>