Shades of Ruby #C91552
Tints of Ruby #C91552
RGB
CMYK
RGB Variations
Color information
#C91552 (or 0xC91552) is known color: Ruby. HEX triplet: C9, 15 and 52. RGB value is (201,21,82). Sum of RGB (Red+Green+Blue) = 201+21+82=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C91552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91552 is #36EAAD. Grayscale: #515151. Windows color (decimal): -3599022 or 5379529. OLE color: 5379529.
HSL color Cylindrical-coordinate representation of color #C91552: hue angle of 339.67º 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 #C91552 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.21 |
| HSL | 339.67º | 0.81% | 0.44% | - |
| HSV(B) | 339.67º | 0.9% | 0.79% | - |
| XYZ | 25.88 | 13.56 | 9.24 | - |
| YUV | 81.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 82 | 0 | 0.90 | 0.59 | 0.21 | 339.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 52 | 0 | 5A | 3B | 15 | 154 | 51 | 2C |
| Octal | 311 | 25 | 122 | 0 | 132 | 73 | 25 | 524 | 121 | 54 |
| Binary | 11001001 | 10101 | 1010010 | 0 | 1011010 | 111011 | 10101 | 101010100 | 1010001 | 101100 |
Color Harmonies of #C91552
Complementary color
Monochromatic Colors of #C91552
Black with #C91552
Text Example
Text Example
White with #C91552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91552; }
p { color: rgb(201,21,82); }
H1.HeaderClassName
{
color: #C91552;
}
.AnyTagClassName
{
color: #C91552;
}
</style>
background-color css
<style>
a { background-color: #C91552; }
a { background-color: rgb(201,21,82); }
div.DivClassName
{
background-color: #C91552;
}
.BgClassName
{
background-color: #C91552;
}
</style>
border-color css
<style>
span { border-color: #C91552; }
span { border-color: rgb(201,21,82); }
td.TdClassName
{
border-color: #C91552;
}
.TagClassName
{
border-color: #C91552;
}
</style>