Shades of Ruby #C91053
Tints of Ruby #C91053
RGB
CMYK
RGB Variations
Color information
#C91053 (or 0xC91053) is known color: Ruby. HEX triplet: C9, 10 and 53. RGB value is (201,16,83). Sum of RGB (Red+Green+Blue) = 201+16+83=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C91053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91053 is #36EFAC. Grayscale: #4E4E4E. Windows color (decimal): -3600301 or 5443785. OLE color: 5443785.
HSL color Cylindrical-coordinate representation of color #C91053: hue angle of 338.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91053 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 83 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.21 |
| HSL | 338.27º | 0.85% | 0.43% | - |
| HSV(B) | 338.27º | 0.92% | 0.79% | - |
| XYZ | 25.83 | 13.41 | 9.41 | - |
| YUV | 78.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 83 | 0 | 0.92 | 0.59 | 0.21 | 338.27 | 0.85 | 0.43 |
| Hex | C9 | 10 | 53 | 0 | 5C | 3B | 15 | 152 | 55 | 2B |
| Octal | 311 | 20 | 123 | 0 | 134 | 73 | 25 | 522 | 125 | 53 |
| Binary | 11001001 | 10000 | 1010011 | 0 | 1011100 | 111011 | 10101 | 101010010 | 1010101 | 101011 |
Color Harmonies of #C91053
Complementary color
Monochromatic Colors of #C91053
Black with #C91053
Text Example
Text Example
White with #C91053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91053; }
p { color: rgb(201,16,83); }
H1.HeaderClassName
{
color: #C91053;
}
.AnyTagClassName
{
color: #C91053;
}
</style>
background-color css
<style>
a { background-color: #C91053; }
a { background-color: rgb(201,16,83); }
div.DivClassName
{
background-color: #C91053;
}
.BgClassName
{
background-color: #C91053;
}
</style>
border-color css
<style>
span { border-color: #C91053; }
span { border-color: rgb(201,16,83); }
td.TdClassName
{
border-color: #C91053;
}
.TagClassName
{
border-color: #C91053;
}
</style>