Shades of Ruby #C31358
Tints of Ruby #C31358
RGB
CMYK
RGB Variations
Color information
#C31358 (or 0xC31358) is known color: Ruby. HEX triplet: C3, 13 and 58. RGB value is (195,19,88). Sum of RGB (Red+Green+Blue) = 195+19+88=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C31358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31358 is #3CECA7. Grayscale: #4F4F4F. Windows color (decimal): -3992744 or 5772227. OLE color: 5772227.
HSL color Cylindrical-coordinate representation of color #C31358: hue angle of 336.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31358 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 88 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.48º | 0.82% | 0.42% | - |
| HSV(B) | 336.48º | 0.9% | 0.76% | - |
| XYZ | 24.5 | 12.77 | 10.41 | - |
| YUV | 79.49 | 132.81 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 88 | 0 | 0.90 | 0.55 | 0.24 | 336.48 | 0.82 | 0.42 |
| Hex | C3 | 13 | 58 | 0 | 5A | 37 | 18 | 150 | 52 | 2A |
| Octal | 303 | 23 | 130 | 0 | 132 | 67 | 30 | 520 | 122 | 52 |
| Binary | 11000011 | 10011 | 1011000 | 0 | 1011010 | 110111 | 11000 | 101010000 | 1010010 | 101010 |
Color Harmonies of #C31358
Complementary color
Monochromatic Colors of #C31358
Black with #C31358
Text Example
Text Example
White with #C31358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31358; }
p { color: rgb(195,19,88); }
H1.HeaderClassName
{
color: #C31358;
}
.AnyTagClassName
{
color: #C31358;
}
</style>
background-color css
<style>
a { background-color: #C31358; }
a { background-color: rgb(195,19,88); }
div.DivClassName
{
background-color: #C31358;
}
.BgClassName
{
background-color: #C31358;
}
</style>
border-color css
<style>
span { border-color: #C31358; }
span { border-color: rgb(195,19,88); }
td.TdClassName
{
border-color: #C31358;
}
.TagClassName
{
border-color: #C31358;
}
</style>