Shades of Ruby #C81359
Tints of Ruby #C81359
RGB
CMYK
RGB Variations
Color information
#C81359 (or 0xC81359) is known color: Ruby. HEX triplet: C8, 13 and 59. RGB value is (200,19,89). Sum of RGB (Red+Green+Blue) = 200+19+89=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C81359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81359 is #37ECA6. Grayscale: #515151. Windows color (decimal): -3665063 or 5837768. OLE color: 5837768.
HSL color Cylindrical-coordinate representation of color #C81359: hue angle of 336.8º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81359 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 89 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.22 |
| HSL | 336.8º | 0.83% | 0.43% | - |
| HSV(B) | 336.8º | 0.91% | 0.78% | - |
| XYZ | 25.86 | 13.47 | 10.69 | - |
| YUV | 81.1 | 132.47 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 89 | 0 | 0.90 | 0.56 | 0.22 | 336.8 | 0.83 | 0.43 |
| Hex | C8 | 13 | 59 | 0 | 5A | 38 | 16 | 151 | 53 | 2B |
| Octal | 310 | 23 | 131 | 0 | 132 | 70 | 26 | 521 | 123 | 53 |
| Binary | 11001000 | 10011 | 1011001 | 0 | 1011010 | 111000 | 10110 | 101010001 | 1010011 | 101011 |
Color Harmonies of #C81359
Complementary color
Monochromatic Colors of #C81359
Black with #C81359
Text Example
Text Example
White with #C81359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81359; }
p { color: rgb(200,19,89); }
H1.HeaderClassName
{
color: #C81359;
}
.AnyTagClassName
{
color: #C81359;
}
</style>
background-color css
<style>
a { background-color: #C81359; }
a { background-color: rgb(200,19,89); }
div.DivClassName
{
background-color: #C81359;
}
.BgClassName
{
background-color: #C81359;
}
</style>
border-color css
<style>
span { border-color: #C81359; }
span { border-color: rgb(200,19,89); }
td.TdClassName
{
border-color: #C81359;
}
.TagClassName
{
border-color: #C81359;
}
</style>