Shades of Ruby #C91051
Tints of Ruby #C91051
RGB
CMYK
RGB Variations
Color information
#C91051 (or 0xC91051) is known color: Ruby. HEX triplet: C9, 10 and 51. RGB value is (201,16,81). Sum of RGB (Red+Green+Blue) = 201+16+81=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C91051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91051 is #36EFAE. Grayscale: #4E4E4E. Windows color (decimal): -3600303 or 5312713. OLE color: 5312713.
HSL color Cylindrical-coordinate representation of color #C91051: hue angle of 338.92º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91051 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.21 |
| HSL | 338.92º | 0.85% | 0.43% | - |
| HSV(B) | 338.92º | 0.92% | 0.79% | - |
| XYZ | 25.76 | 13.38 | 9.01 | - |
| YUV | 78.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 81 | 0 | 0.92 | 0.60 | 0.21 | 338.92 | 0.85 | 0.43 |
| Hex | C9 | 10 | 51 | 0 | 5C | 3C | 15 | 153 | 55 | 2B |
| Octal | 311 | 20 | 121 | 0 | 134 | 74 | 25 | 523 | 125 | 53 |
| Binary | 11001001 | 10000 | 1010001 | 0 | 1011100 | 111100 | 10101 | 101010011 | 1010101 | 101011 |
Color Harmonies of #C91051
Complementary color
Monochromatic Colors of #C91051
Black with #C91051
Text Example
Text Example
White with #C91051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91051; }
p { color: rgb(201,16,81); }
H1.HeaderClassName
{
color: #C91051;
}
.AnyTagClassName
{
color: #C91051;
}
</style>
background-color css
<style>
a { background-color: #C91051; }
a { background-color: rgb(201,16,81); }
div.DivClassName
{
background-color: #C91051;
}
.BgClassName
{
background-color: #C91051;
}
</style>
border-color css
<style>
span { border-color: #C91051; }
span { border-color: rgb(201,16,81); }
td.TdClassName
{
border-color: #C91051;
}
.TagClassName
{
border-color: #C91051;
}
</style>