Shades of Ruby #C31558
Tints of Ruby #C31558
RGB
CMYK
RGB Variations
Color information
#C31558 (or 0xC31558) is known color: Ruby. HEX triplet: C3, 15 and 58. RGB value is (195,21,88). Sum of RGB (Red+Green+Blue) = 195+21+88=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C31558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31558 is #3CEAA7. Grayscale: #505050. Windows color (decimal): -3992232 or 5772739. OLE color: 5772739.
HSL color Cylindrical-coordinate representation of color #C31558: hue angle of 336.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31558 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 88 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.24 |
| HSL | 336.9º | 0.81% | 0.42% | - |
| HSV(B) | 336.9º | 0.89% | 0.76% | - |
| XYZ | 24.54 | 12.84 | 10.42 | - |
| YUV | 80.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 88 | 0 | 0.89 | 0.55 | 0.24 | 336.9 | 0.81 | 0.42 |
| Hex | C3 | 15 | 58 | 0 | 59 | 37 | 18 | 151 | 51 | 2A |
| Octal | 303 | 25 | 130 | 0 | 131 | 67 | 30 | 521 | 121 | 52 |
| Binary | 11000011 | 10101 | 1011000 | 0 | 1011001 | 110111 | 11000 | 101010001 | 1010001 | 101010 |
Color Harmonies of #C31558
Complementary color
Monochromatic Colors of #C31558
Black with #C31558
Text Example
Text Example
White with #C31558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31558; }
p { color: rgb(195,21,88); }
H1.HeaderClassName
{
color: #C31558;
}
.AnyTagClassName
{
color: #C31558;
}
</style>
background-color css
<style>
a { background-color: #C31558; }
a { background-color: rgb(195,21,88); }
div.DivClassName
{
background-color: #C31558;
}
.BgClassName
{
background-color: #C31558;
}
</style>
border-color css
<style>
span { border-color: #C31558; }
span { border-color: rgb(195,21,88); }
td.TdClassName
{
border-color: #C31558;
}
.TagClassName
{
border-color: #C31558;
}
</style>