Shades of Ruby #C91253
Tints of Ruby #C91253
RGB
CMYK
RGB Variations
Color information
#C91253 (or 0xC91253) is known color: Ruby. HEX triplet: C9, 12 and 53. RGB value is (201,18,83). Sum of RGB (Red+Green+Blue) = 201+18+83=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C91253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91253 is #36EDAC. Grayscale: #505050. Windows color (decimal): -3599789 or 5444297. OLE color: 5444297.
HSL color Cylindrical-coordinate representation of color #C91253: hue angle of 338.69º 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 #C91253 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.21 |
| HSL | 338.69º | 0.84% | 0.43% | - |
| HSV(B) | 338.69º | 0.91% | 0.79% | - |
| XYZ | 25.87 | 13.47 | 9.42 | - |
| YUV | 80.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 83 | 0 | 0.91 | 0.59 | 0.21 | 338.69 | 0.84 | 0.43 |
| Hex | C9 | 12 | 53 | 0 | 5B | 3B | 15 | 153 | 54 | 2B |
| Octal | 311 | 22 | 123 | 0 | 133 | 73 | 25 | 523 | 124 | 53 |
| Binary | 11001001 | 10010 | 1010011 | 0 | 1011011 | 111011 | 10101 | 101010011 | 1010100 | 101011 |
Color Harmonies of #C91253
Complementary color
Monochromatic Colors of #C91253
Black with #C91253
Text Example
Text Example
White with #C91253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91253; }
p { color: rgb(201,18,83); }
H1.HeaderClassName
{
color: #C91253;
}
.AnyTagClassName
{
color: #C91253;
}
</style>
background-color css
<style>
a { background-color: #C91253; }
a { background-color: rgb(201,18,83); }
div.DivClassName
{
background-color: #C91253;
}
.BgClassName
{
background-color: #C91253;
}
</style>
border-color css
<style>
span { border-color: #C91253; }
span { border-color: rgb(201,18,83); }
td.TdClassName
{
border-color: #C91253;
}
.TagClassName
{
border-color: #C91253;
}
</style>