Shades of Ruby #C91862
Tints of Ruby #C91862
RGB
CMYK
RGB Variations
Color information
#C91862 (or 0xC91862) is known color: Ruby. HEX triplet: C9, 18 and 62. RGB value is (201,24,98). Sum of RGB (Red+Green+Blue) = 201+24+98=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C91862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91862 is #36E79D. Grayscale: #555555. Windows color (decimal): -3598238 or 6428873. OLE color: 6428873.
HSL color Cylindrical-coordinate representation of color #C91862: hue angle of 334.92º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91862 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 98 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.21 |
| HSL | 334.92º | 0.79% | 0.44% | - |
| HSV(B) | 334.92º | 0.88% | 0.79% | - |
| XYZ | 26.62 | 13.95 | 12.85 | - |
| YUV | 85.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 98 | 0 | 0.88 | 0.51 | 0.21 | 334.92 | 0.79 | 0.44 |
| Hex | C9 | 18 | 62 | 0 | 58 | 33 | 15 | 14F | 4F | 2C |
| Octal | 311 | 30 | 142 | 0 | 130 | 63 | 25 | 517 | 117 | 54 |
| Binary | 11001001 | 11000 | 1100010 | 0 | 1011000 | 110011 | 10101 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C91862
Complementary color
Monochromatic Colors of #C91862
Black with #C91862
Text Example
Text Example
White with #C91862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91862; }
p { color: rgb(201,24,98); }
H1.HeaderClassName
{
color: #C91862;
}
.AnyTagClassName
{
color: #C91862;
}
</style>
background-color css
<style>
a { background-color: #C91862; }
a { background-color: rgb(201,24,98); }
div.DivClassName
{
background-color: #C91862;
}
.BgClassName
{
background-color: #C91862;
}
</style>
border-color css
<style>
span { border-color: #C91862; }
span { border-color: rgb(201,24,98); }
td.TdClassName
{
border-color: #C91862;
}
.TagClassName
{
border-color: #C91862;
}
</style>