Shades of Ruby #C91654
Tints of Ruby #C91654
RGB
CMYK
RGB Variations
Color information
#C91654 (or 0xC91654) is known color: Ruby. HEX triplet: C9, 16 and 54. RGB value is (201,22,84). Sum of RGB (Red+Green+Blue) = 201+22+84=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C91654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91654 is #36E9AB. Grayscale: #525252. Windows color (decimal): -3598764 or 5510857. OLE color: 5510857.
HSL color Cylindrical-coordinate representation of color #C91654: hue angle of 339.22º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91654 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 84 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.21 |
| HSL | 339.22º | 0.8% | 0.44% | - |
| HSV(B) | 339.22º | 0.89% | 0.79% | - |
| XYZ | 25.97 | 13.63 | 9.65 | - |
| YUV | 82.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 84 | 0 | 0.89 | 0.58 | 0.21 | 339.22 | 0.8 | 0.44 |
| Hex | C9 | 16 | 54 | 0 | 59 | 3A | 15 | 153 | 50 | 2C |
| Octal | 311 | 26 | 124 | 0 | 131 | 72 | 25 | 523 | 120 | 54 |
| Binary | 11001001 | 10110 | 1010100 | 0 | 1011001 | 111010 | 10101 | 101010011 | 1010000 | 101100 |
Color Harmonies of #C91654
Complementary color
Monochromatic Colors of #C91654
Black with #C91654
Text Example
Text Example
White with #C91654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91654; }
p { color: rgb(201,22,84); }
H1.HeaderClassName
{
color: #C91654;
}
.AnyTagClassName
{
color: #C91654;
}
</style>
background-color css
<style>
a { background-color: #C91654; }
a { background-color: rgb(201,22,84); }
div.DivClassName
{
background-color: #C91654;
}
.BgClassName
{
background-color: #C91654;
}
</style>
border-color css
<style>
span { border-color: #C91654; }
span { border-color: rgb(201,22,84); }
td.TdClassName
{
border-color: #C91654;
}
.TagClassName
{
border-color: #C91654;
}
</style>