Shades of Ruby #C81855
Tints of Ruby #C81855
RGB
CMYK
RGB Variations
Color information
#C81855 (or 0xC81855) is known color: Ruby. HEX triplet: C8, 18 and 55. RGB value is (200,24,85). Sum of RGB (Red+Green+Blue) = 200+24+85=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C81855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81855 is #37E7AA. Grayscale: #535353. Windows color (decimal): -3663787 or 5576904. OLE color: 5576904.
HSL color Cylindrical-coordinate representation of color #C81855: hue angle of 339.2º 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 #C81855 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 85 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.22 |
| HSL | 339.2º | 0.79% | 0.44% | - |
| HSV(B) | 339.2º | 0.88% | 0.78% | - |
| XYZ | 25.79 | 13.59 | 9.86 | - |
| YUV | 83.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 85 | 0 | 0.88 | 0.58 | 0.22 | 339.2 | 0.79 | 0.44 |
| Hex | C8 | 18 | 55 | 0 | 58 | 3A | 16 | 153 | 4F | 2C |
| Octal | 310 | 30 | 125 | 0 | 130 | 72 | 26 | 523 | 117 | 54 |
| Binary | 11001000 | 11000 | 1010101 | 0 | 1011000 | 111010 | 10110 | 101010011 | 1001111 | 101100 |
Color Harmonies of #C81855
Complementary color
Monochromatic Colors of #C81855
Black with #C81855
Text Example
Text Example
White with #C81855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81855; }
p { color: rgb(200,24,85); }
H1.HeaderClassName
{
color: #C81855;
}
.AnyTagClassName
{
color: #C81855;
}
</style>
background-color css
<style>
a { background-color: #C81855; }
a { background-color: rgb(200,24,85); }
div.DivClassName
{
background-color: #C81855;
}
.BgClassName
{
background-color: #C81855;
}
</style>
border-color css
<style>
span { border-color: #C81855; }
span { border-color: rgb(200,24,85); }
td.TdClassName
{
border-color: #C81855;
}
.TagClassName
{
border-color: #C81855;
}
</style>