Shades of Ruby #C81259
Tints of Ruby #C81259
RGB
CMYK
RGB Variations
Color information
#C81259 (or 0xC81259) is known color: Ruby. HEX triplet: C8, 12 and 59. RGB value is (200,18,89). Sum of RGB (Red+Green+Blue) = 200+18+89=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C81259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81259 is #37EDA6. Grayscale: #505050. Windows color (decimal): -3665319 or 5837512. OLE color: 5837512.
HSL color Cylindrical-coordinate representation of color #C81259: hue angle of 336.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81259 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 89 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.22 |
| HSL | 336.59º | 0.83% | 0.43% | - |
| HSV(B) | 336.59º | 0.91% | 0.78% | - |
| XYZ | 25.84 | 13.43 | 10.68 | - |
| YUV | 80.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 89 | 0 | 0.91 | 0.56 | 0.22 | 336.59 | 0.83 | 0.43 |
| Hex | C8 | 12 | 59 | 0 | 5B | 38 | 16 | 151 | 53 | 2B |
| Octal | 310 | 22 | 131 | 0 | 133 | 70 | 26 | 521 | 123 | 53 |
| Binary | 11001000 | 10010 | 1011001 | 0 | 1011011 | 111000 | 10110 | 101010001 | 1010011 | 101011 |
Color Harmonies of #C81259
Complementary color
Monochromatic Colors of #C81259
Black with #C81259
Text Example
Text Example
White with #C81259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81259; }
p { color: rgb(200,18,89); }
H1.HeaderClassName
{
color: #C81259;
}
.AnyTagClassName
{
color: #C81259;
}
</style>
background-color css
<style>
a { background-color: #C81259; }
a { background-color: rgb(200,18,89); }
div.DivClassName
{
background-color: #C81259;
}
.BgClassName
{
background-color: #C81259;
}
</style>
border-color css
<style>
span { border-color: #C81259; }
span { border-color: rgb(200,18,89); }
td.TdClassName
{
border-color: #C81259;
}
.TagClassName
{
border-color: #C81259;
}
</style>