Shades of Ruby #C71257
Tints of Ruby #C71257
RGB
CMYK
RGB Variations
Color information
#C71257 (or 0xC71257) is known color: Ruby. HEX triplet: C7, 12 and 57. RGB value is (199,18,87). Sum of RGB (Red+Green+Blue) = 199+18+87=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C71257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71257 is #38EDA8. Grayscale: #4F4F4F. Windows color (decimal): -3730857 or 5706439. OLE color: 5706439.
HSL color Cylindrical-coordinate representation of color #C71257: hue angle of 337.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71257 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 87 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.22 |
| HSL | 337.13º | 0.83% | 0.43% | - |
| HSV(B) | 337.13º | 0.91% | 0.78% | - |
| XYZ | 25.49 | 13.26 | 10.23 | - |
| YUV | 79.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 87 | 0 | 0.91 | 0.56 | 0.22 | 337.13 | 0.83 | 0.43 |
| Hex | C7 | 12 | 57 | 0 | 5B | 38 | 16 | 151 | 53 | 2B |
| Octal | 307 | 22 | 127 | 0 | 133 | 70 | 26 | 521 | 123 | 53 |
| Binary | 11000111 | 10010 | 1010111 | 0 | 1011011 | 111000 | 10110 | 101010001 | 1010011 | 101011 |
Color Harmonies of #C71257
Complementary color
Monochromatic Colors of #C71257
Black with #C71257
Text Example
Text Example
White with #C71257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71257; }
p { color: rgb(199,18,87); }
H1.HeaderClassName
{
color: #C71257;
}
.AnyTagClassName
{
color: #C71257;
}
</style>
background-color css
<style>
a { background-color: #C71257; }
a { background-color: rgb(199,18,87); }
div.DivClassName
{
background-color: #C71257;
}
.BgClassName
{
background-color: #C71257;
}
</style>
border-color css
<style>
span { border-color: #C71257; }
span { border-color: rgb(199,18,87); }
td.TdClassName
{
border-color: #C71257;
}
.TagClassName
{
border-color: #C71257;
}
</style>