Shades of Ruby #C71151
Tints of Ruby #C71151
RGB
CMYK
RGB Variations
Color information
#C71151 (or 0xC71151) is known color: Ruby. HEX triplet: C7, 11 and 51. RGB value is (199,17,81). Sum of RGB (Red+Green+Blue) = 199+17+81=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C71151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71151 is #38EEAE. Grayscale: #4E4E4E. Windows color (decimal): -3731119 or 5312967. OLE color: 5312967.
HSL color Cylindrical-coordinate representation of color #C71151: hue angle of 338.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71151 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 81 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.22 |
| HSL | 338.9º | 0.84% | 0.42% | - |
| HSV(B) | 338.9º | 0.91% | 0.78% | - |
| XYZ | 25.24 | 13.14 | 8.99 | - |
| YUV | 78.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 81 | 0 | 0.91 | 0.59 | 0.22 | 338.9 | 0.84 | 0.42 |
| Hex | C7 | 11 | 51 | 0 | 5B | 3B | 16 | 153 | 54 | 2A |
| Octal | 307 | 21 | 121 | 0 | 133 | 73 | 26 | 523 | 124 | 52 |
| Binary | 11000111 | 10001 | 1010001 | 0 | 1011011 | 111011 | 10110 | 101010011 | 1010100 | 101010 |
Color Harmonies of #C71151
Complementary color
Monochromatic Colors of #C71151
Black with #C71151
Text Example
Text Example
White with #C71151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71151; }
p { color: rgb(199,17,81); }
H1.HeaderClassName
{
color: #C71151;
}
.AnyTagClassName
{
color: #C71151;
}
</style>
background-color css
<style>
a { background-color: #C71151; }
a { background-color: rgb(199,17,81); }
div.DivClassName
{
background-color: #C71151;
}
.BgClassName
{
background-color: #C71151;
}
</style>
border-color css
<style>
span { border-color: #C71151; }
span { border-color: rgb(199,17,81); }
td.TdClassName
{
border-color: #C71151;
}
.TagClassName
{
border-color: #C71151;
}
</style>