Shades of Ruby #C91350
Tints of Ruby #C91350
RGB
CMYK
RGB Variations
Color information
#C91350 (or 0xC91350) is known color: Ruby. HEX triplet: C9, 13 and 50. RGB value is (201,19,80). Sum of RGB (Red+Green+Blue) = 201+19+80=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C91350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91350 is #36ECAF. Grayscale: #505050. Windows color (decimal): -3599536 or 5247945. OLE color: 5247945.
HSL color Cylindrical-coordinate representation of color #C91350: hue angle of 339.89º 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 #C91350 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.21 |
| HSL | 339.89º | 0.83% | 0.43% | - |
| HSV(B) | 339.89º | 0.91% | 0.79% | - |
| XYZ | 25.77 | 13.46 | 8.83 | - |
| YUV | 80.37 | 127.8 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 80 | 0 | 0.91 | 0.60 | 0.21 | 339.89 | 0.83 | 0.43 |
| Hex | C9 | 13 | 50 | 0 | 5B | 3C | 15 | 154 | 53 | 2B |
| Octal | 311 | 23 | 120 | 0 | 133 | 74 | 25 | 524 | 123 | 53 |
| Binary | 11001001 | 10011 | 1010000 | 0 | 1011011 | 111100 | 10101 | 101010100 | 1010011 | 101011 |
Color Harmonies of #C91350
Complementary color
Monochromatic Colors of #C91350
Black with #C91350
Text Example
Text Example
White with #C91350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91350; }
p { color: rgb(201,19,80); }
H1.HeaderClassName
{
color: #C91350;
}
.AnyTagClassName
{
color: #C91350;
}
</style>
background-color css
<style>
a { background-color: #C91350; }
a { background-color: rgb(201,19,80); }
div.DivClassName
{
background-color: #C91350;
}
.BgClassName
{
background-color: #C91350;
}
</style>
border-color css
<style>
span { border-color: #C91350; }
span { border-color: rgb(201,19,80); }
td.TdClassName
{
border-color: #C91350;
}
.TagClassName
{
border-color: #C91350;
}
</style>