Shades of Ruby #C31257
Tints of Ruby #C31257
RGB
CMYK
RGB Variations
Color information
#C31257 (or 0xC31257) is known color: Ruby. HEX triplet: C3, 12 and 57. RGB value is (195,18,87). Sum of RGB (Red+Green+Blue) = 195+18+87=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C31257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31257 is #3CEDA8. Grayscale: #4E4E4E. Windows color (decimal): -3993001 or 5706435. OLE color: 5706435.
HSL color Cylindrical-coordinate representation of color #C31257: hue angle of 336.61º 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 #C31257 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 87 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.24 |
| HSL | 336.61º | 0.83% | 0.42% | - |
| HSV(B) | 336.61º | 0.91% | 0.76% | - |
| XYZ | 24.44 | 12.72 | 10.18 | - |
| YUV | 78.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 87 | 0 | 0.91 | 0.55 | 0.24 | 336.61 | 0.83 | 0.42 |
| Hex | C3 | 12 | 57 | 0 | 5B | 37 | 18 | 151 | 53 | 2A |
| Octal | 303 | 22 | 127 | 0 | 133 | 67 | 30 | 521 | 123 | 52 |
| Binary | 11000011 | 10010 | 1010111 | 0 | 1011011 | 110111 | 11000 | 101010001 | 1010011 | 101010 |
Color Harmonies of #C31257
Complementary color
Monochromatic Colors of #C31257
Black with #C31257
Text Example
Text Example
White with #C31257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31257; }
p { color: rgb(195,18,87); }
H1.HeaderClassName
{
color: #C31257;
}
.AnyTagClassName
{
color: #C31257;
}
</style>
background-color css
<style>
a { background-color: #C31257; }
a { background-color: rgb(195,18,87); }
div.DivClassName
{
background-color: #C31257;
}
.BgClassName
{
background-color: #C31257;
}
</style>
border-color css
<style>
span { border-color: #C31257; }
span { border-color: rgb(195,18,87); }
td.TdClassName
{
border-color: #C31257;
}
.TagClassName
{
border-color: #C31257;
}
</style>