Shades of Ruby #C71354
Tints of Ruby #C71354
RGB
CMYK
RGB Variations
Color information
#C71354 (or 0xC71354) is known color: Ruby. HEX triplet: C7, 13 and 54. RGB value is (199,19,84). Sum of RGB (Red+Green+Blue) = 199+19+84=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71354 is #38ECAB. Grayscale: #505050. Windows color (decimal): -3730604 or 5510087. OLE color: 5510087.
HSL color Cylindrical-coordinate representation of color #C71354: hue angle of 338.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 #C71354 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 84 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.22 |
| HSL | 338.33º | 0.83% | 0.43% | - |
| HSV(B) | 338.33º | 0.9% | 0.78% | - |
| XYZ | 25.39 | 13.25 | 9.61 | - |
| YUV | 80.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 84 | 0 | 0.90 | 0.58 | 0.22 | 338.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 54 | 0 | 5A | 3A | 16 | 152 | 53 | 2B |
| Octal | 307 | 23 | 124 | 0 | 132 | 72 | 26 | 522 | 123 | 53 |
| Binary | 11000111 | 10011 | 1010100 | 0 | 1011010 | 111010 | 10110 | 101010010 | 1010011 | 101011 |
Color Harmonies of #C71354
Complementary color
Monochromatic Colors of #C71354
Black with #C71354
Text Example
Text Example
White with #C71354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71354; }
p { color: rgb(199,19,84); }
H1.HeaderClassName
{
color: #C71354;
}
.AnyTagClassName
{
color: #C71354;
}
</style>
background-color css
<style>
a { background-color: #C71354; }
a { background-color: rgb(199,19,84); }
div.DivClassName
{
background-color: #C71354;
}
.BgClassName
{
background-color: #C71354;
}
</style>
border-color css
<style>
span { border-color: #C71354; }
span { border-color: rgb(199,19,84); }
td.TdClassName
{
border-color: #C71354;
}
.TagClassName
{
border-color: #C71354;
}
</style>