Shades of Ruby #C71459
Tints of Ruby #C71459
RGB
CMYK
RGB Variations
Color information
#C71459 (or 0xC71459) is known color: Ruby. HEX triplet: C7, 14 and 59. RGB value is (199,20,89). Sum of RGB (Red+Green+Blue) = 199+20+89=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C71459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71459 is #38EBA6. Grayscale: #515151. Windows color (decimal): -3730343 or 5838023. OLE color: 5838023.
HSL color Cylindrical-coordinate representation of color #C71459: hue angle of 336.87º degrees, saturation: 0.82, 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 #C71459 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 89 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.22 |
| HSL | 336.87º | 0.82% | 0.43% | - |
| HSV(B) | 336.87º | 0.9% | 0.78% | - |
| XYZ | 25.61 | 13.36 | 10.68 | - |
| YUV | 81.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 89 | 0 | 0.90 | 0.55 | 0.22 | 336.87 | 0.82 | 0.43 |
| Hex | C7 | 14 | 59 | 0 | 5A | 37 | 16 | 151 | 52 | 2B |
| Octal | 307 | 24 | 131 | 0 | 132 | 67 | 26 | 521 | 122 | 53 |
| Binary | 11000111 | 10100 | 1011001 | 0 | 1011010 | 110111 | 10110 | 101010001 | 1010010 | 101011 |
Color Harmonies of #C71459
Complementary color
Monochromatic Colors of #C71459
Black with #C71459
Text Example
Text Example
White with #C71459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71459; }
p { color: rgb(199,20,89); }
H1.HeaderClassName
{
color: #C71459;
}
.AnyTagClassName
{
color: #C71459;
}
</style>
background-color css
<style>
a { background-color: #C71459; }
a { background-color: rgb(199,20,89); }
div.DivClassName
{
background-color: #C71459;
}
.BgClassName
{
background-color: #C71459;
}
</style>
border-color css
<style>
span { border-color: #C71459; }
span { border-color: rgb(199,20,89); }
td.TdClassName
{
border-color: #C71459;
}
.TagClassName
{
border-color: #C71459;
}
</style>