Shades of Ruby #C71360
Tints of Ruby #C71360
RGB
CMYK
RGB Variations
Color information
#C71360 (or 0xC71360) is known color: Ruby. HEX triplet: C7, 13 and 60. RGB value is (199,19,96). Sum of RGB (Red+Green+Blue) = 199+19+96=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C71360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71360 is #38EC9F. Grayscale: #515151. Windows color (decimal): -3730592 or 6296519. OLE color: 6296519.
HSL color Cylindrical-coordinate representation of color #C71360: hue angle of 334.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71360 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 96 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.22 |
| HSL | 334.33º | 0.83% | 0.43% | - |
| HSV(B) | 334.33º | 0.9% | 0.78% | - |
| XYZ | 25.9 | 13.45 | 12.3 | - |
| YUV | 81.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 96 | 0 | 0.90 | 0.52 | 0.22 | 334.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 60 | 0 | 5A | 34 | 16 | 14E | 53 | 2B |
| Octal | 307 | 23 | 140 | 0 | 132 | 64 | 26 | 516 | 123 | 53 |
| Binary | 11000111 | 10011 | 1100000 | 0 | 1011010 | 110100 | 10110 | 101001110 | 1010011 | 101011 |
Color Harmonies of #C71360
Complementary color
Monochromatic Colors of #C71360
Black with #C71360
Text Example
Text Example
White with #C71360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71360; }
p { color: rgb(199,19,96); }
H1.HeaderClassName
{
color: #C71360;
}
.AnyTagClassName
{
color: #C71360;
}
</style>
background-color css
<style>
a { background-color: #C71360; }
a { background-color: rgb(199,19,96); }
div.DivClassName
{
background-color: #C71360;
}
.BgClassName
{
background-color: #C71360;
}
</style>
border-color css
<style>
span { border-color: #C71360; }
span { border-color: rgb(199,19,96); }
td.TdClassName
{
border-color: #C71360;
}
.TagClassName
{
border-color: #C71360;
}
</style>