Shades of Ruby #C71B64
Tints of Ruby #C71B64
RGB
CMYK
RGB Variations
Color information
#C71B64 (or 0xC71B64) is known color: Ruby. HEX triplet: C7, 1B and 64. RGB value is (199,27,100). Sum of RGB (Red+Green+Blue) = 199+27+100=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B64 is #38E49B. Grayscale: #565656. Windows color (decimal): -3728540 or 6560711. OLE color: 6560711.
HSL color Cylindrical-coordinate representation of color #C71B64: hue angle of 334.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B64 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 100 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.22 |
| HSL | 334.53º | 0.76% | 0.44% | - |
| HSV(B) | 334.53º | 0.86% | 0.78% | - |
| XYZ | 26.25 | 13.85 | 13.35 | - |
| YUV | 86.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 100 | 0 | 0.86 | 0.50 | 0.22 | 334.53 | 0.76 | 0.44 |
| Hex | C7 | 1B | 64 | 0 | 56 | 32 | 16 | 14F | 4C | 2C |
| Octal | 307 | 33 | 144 | 0 | 126 | 62 | 26 | 517 | 114 | 54 |
| Binary | 11000111 | 11011 | 1100100 | 0 | 1010110 | 110010 | 10110 | 101001111 | 1001100 | 101100 |
Color Harmonies of #C71B64
Complementary color
Monochromatic Colors of #C71B64
Black with #C71B64
Text Example
Text Example
White with #C71B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B64; }
p { color: rgb(199,27,100); }
H1.HeaderClassName
{
color: #C71B64;
}
.AnyTagClassName
{
color: #C71B64;
}
</style>
background-color css
<style>
a { background-color: #C71B64; }
a { background-color: rgb(199,27,100); }
div.DivClassName
{
background-color: #C71B64;
}
.BgClassName
{
background-color: #C71B64;
}
</style>
border-color css
<style>
span { border-color: #C71B64; }
span { border-color: rgb(199,27,100); }
td.TdClassName
{
border-color: #C71B64;
}
.TagClassName
{
border-color: #C71B64;
}
</style>