Shades of Ruby #C91753
Tints of Ruby #C91753
RGB
CMYK
RGB Variations
Color information
#C91753 (or 0xC91753) is known color: Ruby. HEX triplet: C9, 17 and 53. RGB value is (201,23,83). Sum of RGB (Red+Green+Blue) = 201+23+83=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C91753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91753 is #36E8AC. Grayscale: #525252. Windows color (decimal): -3598509 or 5445577. OLE color: 5445577.
HSL color Cylindrical-coordinate representation of color #C91753: hue angle of 339.78º degrees, saturation: 0.79, 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 #C91753 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 83 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.21 |
| HSL | 339.78º | 0.79% | 0.44% | - |
| HSV(B) | 339.78º | 0.89% | 0.79% | - |
| XYZ | 25.96 | 13.65 | 9.45 | - |
| YUV | 83.06 | 127.97 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 83 | 0 | 0.89 | 0.59 | 0.21 | 339.78 | 0.79 | 0.44 |
| Hex | C9 | 17 | 53 | 0 | 59 | 3B | 15 | 154 | 4F | 2C |
| Octal | 311 | 27 | 123 | 0 | 131 | 73 | 25 | 524 | 117 | 54 |
| Binary | 11001001 | 10111 | 1010011 | 0 | 1011001 | 111011 | 10101 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C91753
Complementary color
Monochromatic Colors of #C91753
Black with #C91753
Text Example
Text Example
White with #C91753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91753; }
p { color: rgb(201,23,83); }
H1.HeaderClassName
{
color: #C91753;
}
.AnyTagClassName
{
color: #C91753;
}
</style>
background-color css
<style>
a { background-color: #C91753; }
a { background-color: rgb(201,23,83); }
div.DivClassName
{
background-color: #C91753;
}
.BgClassName
{
background-color: #C91753;
}
</style>
border-color css
<style>
span { border-color: #C91753; }
span { border-color: rgb(201,23,83); }
td.TdClassName
{
border-color: #C91753;
}
.TagClassName
{
border-color: #C91753;
}
</style>