Shades of Ruby #C91854
Tints of Ruby #C91854
RGB
CMYK
RGB Variations
Color information
#C91854 (or 0xC91854) is known color: Ruby. HEX triplet: C9, 18 and 54. RGB value is (201,24,84). Sum of RGB (Red+Green+Blue) = 201+24+84=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C91854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91854 is #36E7AB. Grayscale: #535353. Windows color (decimal): -3598252 or 5511369. OLE color: 5511369.
HSL color Cylindrical-coordinate representation of color #C91854: hue angle of 339.66º 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 #C91854 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 84 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.21 |
| HSL | 339.66º | 0.79% | 0.44% | - |
| HSV(B) | 339.66º | 0.88% | 0.79% | - |
| XYZ | 26.01 | 13.71 | 9.66 | - |
| YUV | 83.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 84 | 0 | 0.88 | 0.58 | 0.21 | 339.66 | 0.79 | 0.44 |
| Hex | C9 | 18 | 54 | 0 | 58 | 3A | 15 | 154 | 4F | 2C |
| Octal | 311 | 30 | 124 | 0 | 130 | 72 | 25 | 524 | 117 | 54 |
| Binary | 11001001 | 11000 | 1010100 | 0 | 1011000 | 111010 | 10101 | 101010100 | 1001111 | 101100 |
Color Harmonies of #C91854
Complementary color
Monochromatic Colors of #C91854
Black with #C91854
Text Example
Text Example
White with #C91854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91854; }
p { color: rgb(201,24,84); }
H1.HeaderClassName
{
color: #C91854;
}
.AnyTagClassName
{
color: #C91854;
}
</style>
background-color css
<style>
a { background-color: #C91854; }
a { background-color: rgb(201,24,84); }
div.DivClassName
{
background-color: #C91854;
}
.BgClassName
{
background-color: #C91854;
}
</style>
border-color css
<style>
span { border-color: #C91854; }
span { border-color: rgb(201,24,84); }
td.TdClassName
{
border-color: #C91854;
}
.TagClassName
{
border-color: #C91854;
}
</style>