Shades of Ruby #C71260
Tints of Ruby #C71260
RGB
CMYK
RGB Variations
Color information
#C71260 (or 0xC71260) is known color: Ruby. HEX triplet: C7, 12 and 60. RGB value is (199,18,96). Sum of RGB (Red+Green+Blue) = 199+18+96=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C71260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71260 is #38ED9F. Grayscale: #505050. Windows color (decimal): -3730848 or 6296263. OLE color: 6296263.
HSL color Cylindrical-coordinate representation of color #C71260: hue angle of 334.14º 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 #C71260 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 96 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.22 |
| HSL | 334.14º | 0.83% | 0.43% | - |
| HSV(B) | 334.14º | 0.91% | 0.78% | - |
| XYZ | 25.88 | 13.42 | 12.29 | - |
| YUV | 81.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 96 | 0 | 0.91 | 0.52 | 0.22 | 334.14 | 0.83 | 0.43 |
| Hex | C7 | 12 | 60 | 0 | 5B | 34 | 16 | 14E | 53 | 2B |
| Octal | 307 | 22 | 140 | 0 | 133 | 64 | 26 | 516 | 123 | 53 |
| Binary | 11000111 | 10010 | 1100000 | 0 | 1011011 | 110100 | 10110 | 101001110 | 1010011 | 101011 |
Color Harmonies of #C71260
Complementary color
Monochromatic Colors of #C71260
Black with #C71260
Text Example
Text Example
White with #C71260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71260; }
p { color: rgb(199,18,96); }
H1.HeaderClassName
{
color: #C71260;
}
.AnyTagClassName
{
color: #C71260;
}
</style>
background-color css
<style>
a { background-color: #C71260; }
a { background-color: rgb(199,18,96); }
div.DivClassName
{
background-color: #C71260;
}
.BgClassName
{
background-color: #C71260;
}
</style>
border-color css
<style>
span { border-color: #C71260; }
span { border-color: rgb(199,18,96); }
td.TdClassName
{
border-color: #C71260;
}
.TagClassName
{
border-color: #C71260;
}
</style>