Shades of Ruby #C31255
Tints of Ruby #C31255
RGB
CMYK
RGB Variations
Color information
#C31255 (or 0xC31255) is known color: Ruby. HEX triplet: C3, 12 and 55. RGB value is (195,18,85). Sum of RGB (Red+Green+Blue) = 195+18+85=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31255 is #3CEDAA. Grayscale: #4E4E4E. Windows color (decimal): -3993003 or 5575363. OLE color: 5575363.
HSL color Cylindrical-coordinate representation of color #C31255: hue angle of 337.29º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31255 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 85 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.24 |
| HSL | 337.29º | 0.83% | 0.42% | - |
| HSV(B) | 337.29º | 0.91% | 0.76% | - |
| XYZ | 24.36 | 12.69 | 9.76 | - |
| YUV | 78.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 85 | 0 | 0.91 | 0.56 | 0.24 | 337.29 | 0.83 | 0.42 |
| Hex | C3 | 12 | 55 | 0 | 5B | 38 | 18 | 151 | 53 | 2A |
| Octal | 303 | 22 | 125 | 0 | 133 | 70 | 30 | 521 | 123 | 52 |
| Binary | 11000011 | 10010 | 1010101 | 0 | 1011011 | 111000 | 11000 | 101010001 | 1010011 | 101010 |
Color Harmonies of #C31255
Complementary color
Monochromatic Colors of #C31255
Black with #C31255
Text Example
Text Example
White with #C31255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31255; }
p { color: rgb(195,18,85); }
H1.HeaderClassName
{
color: #C31255;
}
.AnyTagClassName
{
color: #C31255;
}
</style>
background-color css
<style>
a { background-color: #C31255; }
a { background-color: rgb(195,18,85); }
div.DivClassName
{
background-color: #C31255;
}
.BgClassName
{
background-color: #C31255;
}
</style>
border-color css
<style>
span { border-color: #C31255; }
span { border-color: rgb(195,18,85); }
td.TdClassName
{
border-color: #C31255;
}
.TagClassName
{
border-color: #C31255;
}
</style>