Shades of Ruby #C80D51
Tints of Ruby #C80D51
RGB
CMYK
RGB Variations
Color information
#C80D51 (or 0xC80D51) is known color: Ruby. HEX triplet: C8, 0D and 51. RGB value is (200,13,81). Sum of RGB (Red+Green+Blue) = 200+13+81=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D51 is #37F2AE. Grayscale: #4C4C4C. Windows color (decimal): -3666607 or 5311944. OLE color: 5311944.
HSL color Cylindrical-coordinate representation of color #C80D51: hue angle of 338.18º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D51 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.22 |
| HSL | 338.18º | 0.88% | 0.42% | - |
| HSV(B) | 338.18º | 0.94% | 0.78% | - |
| XYZ | 25.45 | 13.16 | 8.98 | - |
| YUV | 76.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 81 | 0 | 0.94 | 0.59 | 0.22 | 338.18 | 0.88 | 0.42 |
| Hex | C8 | D | 51 | 0 | 5E | 3B | 16 | 152 | 58 | 2A |
| Octal | 310 | 15 | 121 | 0 | 136 | 73 | 26 | 522 | 130 | 52 |
| Binary | 11001000 | 1101 | 1010001 | 0 | 1011110 | 111011 | 10110 | 101010010 | 1011000 | 101010 |
Color Harmonies of #C80D51
Complementary color
Monochromatic Colors of #C80D51
Black with #C80D51
Text Example
Text Example
White with #C80D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D51; }
p { color: rgb(200,13,81); }
H1.HeaderClassName
{
color: #C80D51;
}
.AnyTagClassName
{
color: #C80D51;
}
</style>
background-color css
<style>
a { background-color: #C80D51; }
a { background-color: rgb(200,13,81); }
div.DivClassName
{
background-color: #C80D51;
}
.BgClassName
{
background-color: #C80D51;
}
</style>
border-color css
<style>
span { border-color: #C80D51; }
span { border-color: rgb(200,13,81); }
td.TdClassName
{
border-color: #C80D51;
}
.TagClassName
{
border-color: #C80D51;
}
</style>