Shades of Ruby #C91358
Tints of Ruby #C91358
RGB
CMYK
RGB Variations
Color information
#C91358 (or 0xC91358) is known color: Ruby. HEX triplet: C9, 13 and 58. RGB value is (201,19,88). Sum of RGB (Red+Green+Blue) = 201+19+88=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C91358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91358 is #36ECA7. Grayscale: #515151. Windows color (decimal): -3599528 or 5772233. OLE color: 5772233.
HSL color Cylindrical-coordinate representation of color #C91358: hue angle of 337.25º 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 #C91358 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 88 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.21 |
| HSL | 337.25º | 0.83% | 0.43% | - |
| HSV(B) | 337.25º | 0.91% | 0.79% | - |
| XYZ | 26.08 | 13.59 | 10.48 | - |
| YUV | 81.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 88 | 0 | 0.91 | 0.56 | 0.21 | 337.25 | 0.83 | 0.43 |
| Hex | C9 | 13 | 58 | 0 | 5B | 38 | 15 | 151 | 53 | 2B |
| Octal | 311 | 23 | 130 | 0 | 133 | 70 | 25 | 521 | 123 | 53 |
| Binary | 11001001 | 10011 | 1011000 | 0 | 1011011 | 111000 | 10101 | 101010001 | 1010011 | 101011 |
Color Harmonies of #C91358
Complementary color
Monochromatic Colors of #C91358
Black with #C91358
Text Example
Text Example
White with #C91358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91358; }
p { color: rgb(201,19,88); }
H1.HeaderClassName
{
color: #C91358;
}
.AnyTagClassName
{
color: #C91358;
}
</style>
background-color css
<style>
a { background-color: #C91358; }
a { background-color: rgb(201,19,88); }
div.DivClassName
{
background-color: #C91358;
}
.BgClassName
{
background-color: #C91358;
}
</style>
border-color css
<style>
span { border-color: #C91358; }
span { border-color: rgb(201,19,88); }
td.TdClassName
{
border-color: #C91358;
}
.TagClassName
{
border-color: #C91358;
}
</style>