Shades of Ruby #C71256
Tints of Ruby #C71256
RGB
CMYK
RGB Variations
Color information
#C71256 (or 0xC71256) is known color: Ruby. HEX triplet: C7, 12 and 56. RGB value is (199,18,86). Sum of RGB (Red+Green+Blue) = 199+18+86=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C71256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71256 is #38EDA9. Grayscale: #4F4F4F. Windows color (decimal): -3730858 or 5640903. OLE color: 5640903.
HSL color Cylindrical-coordinate representation of color #C71256: hue angle of 337.46º 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 #C71256 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.22 |
| HSL | 337.46º | 0.83% | 0.43% | - |
| HSV(B) | 337.46º | 0.91% | 0.78% | - |
| XYZ | 25.45 | 13.25 | 10.02 | - |
| YUV | 79.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 86 | 0 | 0.91 | 0.57 | 0.22 | 337.46 | 0.83 | 0.43 |
| Hex | C7 | 12 | 56 | 0 | 5B | 39 | 16 | 151 | 53 | 2B |
| Octal | 307 | 22 | 126 | 0 | 133 | 71 | 26 | 521 | 123 | 53 |
| Binary | 11000111 | 10010 | 1010110 | 0 | 1011011 | 111001 | 10110 | 101010001 | 1010011 | 101011 |
Color Harmonies of #C71256
Complementary color
Monochromatic Colors of #C71256
Black with #C71256
Text Example
Text Example
White with #C71256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71256; }
p { color: rgb(199,18,86); }
H1.HeaderClassName
{
color: #C71256;
}
.AnyTagClassName
{
color: #C71256;
}
</style>
background-color css
<style>
a { background-color: #C71256; }
a { background-color: rgb(199,18,86); }
div.DivClassName
{
background-color: #C71256;
}
.BgClassName
{
background-color: #C71256;
}
</style>
border-color css
<style>
span { border-color: #C71256; }
span { border-color: rgb(199,18,86); }
td.TdClassName
{
border-color: #C71256;
}
.TagClassName
{
border-color: #C71256;
}
</style>