Shades of Ruby #C81859
Tints of Ruby #C81859
RGB
CMYK
RGB Variations
Color information
#C81859 (or 0xC81859) is known color: Ruby. HEX triplet: C8, 18 and 59. RGB value is (200,24,89). Sum of RGB (Red+Green+Blue) = 200+24+89=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C81859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81859 is #37E7A6. Grayscale: #535353. Windows color (decimal): -3663783 or 5839048. OLE color: 5839048.
HSL color Cylindrical-coordinate representation of color #C81859: hue angle of 337.84º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81859 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 89 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 337.84º | 0.79% | 0.44% | - |
| HSV(B) | 337.84º | 0.88% | 0.78% | - |
| XYZ | 25.95 | 13.65 | 10.72 | - |
| YUV | 84.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 89 | 0 | 0.88 | 0.56 | 0.22 | 337.84 | 0.79 | 0.44 |
| Hex | C8 | 18 | 59 | 0 | 58 | 38 | 16 | 152 | 4F | 2C |
| Octal | 310 | 30 | 131 | 0 | 130 | 70 | 26 | 522 | 117 | 54 |
| Binary | 11001000 | 11000 | 1011001 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001111 | 101100 |
Color Harmonies of #C81859
Complementary color
Monochromatic Colors of #C81859
Black with #C81859
Text Example
Text Example
White with #C81859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81859; }
p { color: rgb(200,24,89); }
H1.HeaderClassName
{
color: #C81859;
}
.AnyTagClassName
{
color: #C81859;
}
</style>
background-color css
<style>
a { background-color: #C81859; }
a { background-color: rgb(200,24,89); }
div.DivClassName
{
background-color: #C81859;
}
.BgClassName
{
background-color: #C81859;
}
</style>
border-color css
<style>
span { border-color: #C81859; }
span { border-color: rgb(200,24,89); }
td.TdClassName
{
border-color: #C81859;
}
.TagClassName
{
border-color: #C81859;
}
</style>