Shades of Ruby #C91255
Tints of Ruby #C91255
RGB
CMYK
RGB Variations
Color information
#C91255 (or 0xC91255) is known color: Ruby. HEX triplet: C9, 12 and 55. RGB value is (201,18,85). Sum of RGB (Red+Green+Blue) = 201+18+85=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C91255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91255 is #36EDAA. Grayscale: #505050. Windows color (decimal): -3599787 or 5575369. OLE color: 5575369.
HSL color Cylindrical-coordinate representation of color #C91255: hue angle of 338.03º degrees, saturation: 0.84, 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 #C91255 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 85 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.21 |
| HSL | 338.03º | 0.84% | 0.43% | - |
| HSV(B) | 338.03º | 0.91% | 0.79% | - |
| XYZ | 25.94 | 13.51 | 9.83 | - |
| YUV | 80.36 | 130.63 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 85 | 0 | 0.91 | 0.58 | 0.21 | 338.03 | 0.84 | 0.43 |
| Hex | C9 | 12 | 55 | 0 | 5B | 3A | 15 | 152 | 54 | 2B |
| Octal | 311 | 22 | 125 | 0 | 133 | 72 | 25 | 522 | 124 | 53 |
| Binary | 11001001 | 10010 | 1010101 | 0 | 1011011 | 111010 | 10101 | 101010010 | 1010100 | 101011 |
Color Harmonies of #C91255
Complementary color
Monochromatic Colors of #C91255
Black with #C91255
Text Example
Text Example
White with #C91255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91255; }
p { color: rgb(201,18,85); }
H1.HeaderClassName
{
color: #C91255;
}
.AnyTagClassName
{
color: #C91255;
}
</style>
background-color css
<style>
a { background-color: #C91255; }
a { background-color: rgb(201,18,85); }
div.DivClassName
{
background-color: #C91255;
}
.BgClassName
{
background-color: #C91255;
}
</style>
border-color css
<style>
span { border-color: #C91255; }
span { border-color: rgb(201,18,85); }
td.TdClassName
{
border-color: #C91255;
}
.TagClassName
{
border-color: #C91255;
}
</style>