Shades of Ruby #C91359
Tints of Ruby #C91359
RGB
CMYK
RGB Variations
Color information
#C91359 (or 0xC91359) is known color: Ruby. HEX triplet: C9, 13 and 59. RGB value is (201,19,89). Sum of RGB (Red+Green+Blue) = 201+19+89=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C91359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91359 is #36ECA6. Grayscale: #515151. Windows color (decimal): -3599527 or 5837769. OLE color: 5837769.
HSL color Cylindrical-coordinate representation of color #C91359: hue angle of 336.92º 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 #C91359 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 89 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.21 |
| HSL | 336.92º | 0.83% | 0.43% | - |
| HSV(B) | 336.92º | 0.91% | 0.79% | - |
| XYZ | 26.12 | 13.6 | 10.7 | - |
| YUV | 81.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 89 | 0 | 0.91 | 0.56 | 0.21 | 336.92 | 0.83 | 0.43 |
| Hex | C9 | 13 | 59 | 0 | 5B | 38 | 15 | 151 | 53 | 2B |
| Octal | 311 | 23 | 131 | 0 | 133 | 70 | 25 | 521 | 123 | 53 |
| Binary | 11001001 | 10011 | 1011001 | 0 | 1011011 | 111000 | 10101 | 101010001 | 1010011 | 101011 |
Color Harmonies of #C91359
Complementary color
Monochromatic Colors of #C91359
Black with #C91359
Text Example
Text Example
White with #C91359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91359; }
p { color: rgb(201,19,89); }
H1.HeaderClassName
{
color: #C91359;
}
.AnyTagClassName
{
color: #C91359;
}
</style>
background-color css
<style>
a { background-color: #C91359; }
a { background-color: rgb(201,19,89); }
div.DivClassName
{
background-color: #C91359;
}
.BgClassName
{
background-color: #C91359;
}
</style>
border-color css
<style>
span { border-color: #C91359; }
span { border-color: rgb(201,19,89); }
td.TdClassName
{
border-color: #C91359;
}
.TagClassName
{
border-color: #C91359;
}
</style>