Shades of Ruby #C91355
Tints of Ruby #C91355
RGB
CMYK
RGB Variations
Color information
#C91355 (or 0xC91355) is known color: Ruby. HEX triplet: C9, 13 and 55. RGB value is (201,19,85). Sum of RGB (Red+Green+Blue) = 201+19+85=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C91355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91355 is #36ECAA. Grayscale: #505050. Windows color (decimal): -3599531 or 5575625. OLE color: 5575625.
HSL color Cylindrical-coordinate representation of color #C91355: hue angle of 338.24º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91355 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 85 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.21 |
| HSL | 338.24º | 0.83% | 0.43% | - |
| HSV(B) | 338.24º | 0.91% | 0.79% | - |
| XYZ | 25.96 | 13.54 | 9.84 | - |
| YUV | 80.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 85 | 0 | 0.91 | 0.58 | 0.21 | 338.24 | 0.83 | 0.43 |
| Hex | C9 | 13 | 55 | 0 | 5B | 3A | 15 | 152 | 53 | 2B |
| Octal | 311 | 23 | 125 | 0 | 133 | 72 | 25 | 522 | 123 | 53 |
| Binary | 11001001 | 10011 | 1010101 | 0 | 1011011 | 111010 | 10101 | 101010010 | 1010011 | 101011 |
Color Harmonies of #C91355
Complementary color
Monochromatic Colors of #C91355
Black with #C91355
Text Example
Text Example
White with #C91355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91355; }
p { color: rgb(201,19,85); }
H1.HeaderClassName
{
color: #C91355;
}
.AnyTagClassName
{
color: #C91355;
}
</style>
background-color css
<style>
a { background-color: #C91355; }
a { background-color: rgb(201,19,85); }
div.DivClassName
{
background-color: #C91355;
}
.BgClassName
{
background-color: #C91355;
}
</style>
border-color css
<style>
span { border-color: #C91355; }
span { border-color: rgb(201,19,85); }
td.TdClassName
{
border-color: #C91355;
}
.TagClassName
{
border-color: #C91355;
}
</style>