Shades of Ruby #C81553
Tints of Ruby #C81553
RGB
CMYK
RGB Variations
Color information
#C81553 (or 0xC81553) is known color: Ruby. HEX triplet: C8, 15 and 53. RGB value is (200,21,83). Sum of RGB (Red+Green+Blue) = 200+21+83=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C81553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81553 is #37EAAC. Grayscale: #515151. Windows color (decimal): -3664557 or 5445064. OLE color: 5445064.
HSL color Cylindrical-coordinate representation of color #C81553: hue angle of 339.22º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81553 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.22 |
| HSL | 339.22º | 0.81% | 0.43% | - |
| HSV(B) | 339.22º | 0.9% | 0.78% | - |
| XYZ | 25.65 | 13.44 | 9.43 | - |
| YUV | 81.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 83 | 0 | 0.90 | 0.58 | 0.22 | 339.22 | 0.81 | 0.43 |
| Hex | C8 | 15 | 53 | 0 | 5A | 3A | 16 | 153 | 51 | 2B |
| Octal | 310 | 25 | 123 | 0 | 132 | 72 | 26 | 523 | 121 | 53 |
| Binary | 11001000 | 10101 | 1010011 | 0 | 1011010 | 111010 | 10110 | 101010011 | 1010001 | 101011 |
Color Harmonies of #C81553
Complementary color
Monochromatic Colors of #C81553
Black with #C81553
Text Example
Text Example
White with #C81553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81553; }
p { color: rgb(200,21,83); }
H1.HeaderClassName
{
color: #C81553;
}
.AnyTagClassName
{
color: #C81553;
}
</style>
background-color css
<style>
a { background-color: #C81553; }
a { background-color: rgb(200,21,83); }
div.DivClassName
{
background-color: #C81553;
}
.BgClassName
{
background-color: #C81553;
}
</style>
border-color css
<style>
span { border-color: #C81553; }
span { border-color: rgb(200,21,83); }
td.TdClassName
{
border-color: #C81553;
}
.TagClassName
{
border-color: #C81553;
}
</style>