Shades of Ruby #C91553
Tints of Ruby #C91553
RGB
CMYK
RGB Variations
Color information
#C91553 (or 0xC91553) is known color: Ruby. HEX triplet: C9, 15 and 53. RGB value is (201,21,83). Sum of RGB (Red+Green+Blue) = 201+21+83=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C91553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91553 is #36EAAC. Grayscale: #515151. Windows color (decimal): -3599021 or 5445065. OLE color: 5445065.
HSL color Cylindrical-coordinate representation of color #C91553: hue angle of 339.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91553 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.21 |
| HSL | 339.33º | 0.81% | 0.44% | - |
| HSV(B) | 339.33º | 0.9% | 0.79% | - |
| XYZ | 25.92 | 13.58 | 9.44 | - |
| YUV | 81.89 | 128.63 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 83 | 0 | 0.90 | 0.59 | 0.21 | 339.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 53 | 0 | 5A | 3B | 15 | 153 | 51 | 2C |
| Octal | 311 | 25 | 123 | 0 | 132 | 73 | 25 | 523 | 121 | 54 |
| Binary | 11001001 | 10101 | 1010011 | 0 | 1011010 | 111011 | 10101 | 101010011 | 1010001 | 101100 |
Color Harmonies of #C91553
Complementary color
Monochromatic Colors of #C91553
Black with #C91553
Text Example
Text Example
White with #C91553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91553; }
p { color: rgb(201,21,83); }
H1.HeaderClassName
{
color: #C91553;
}
.AnyTagClassName
{
color: #C91553;
}
</style>
background-color css
<style>
a { background-color: #C91553; }
a { background-color: rgb(201,21,83); }
div.DivClassName
{
background-color: #C91553;
}
.BgClassName
{
background-color: #C91553;
}
</style>
border-color css
<style>
span { border-color: #C91553; }
span { border-color: rgb(201,21,83); }
td.TdClassName
{
border-color: #C91553;
}
.TagClassName
{
border-color: #C91553;
}
</style>