Shades of Ruby #C31457
Tints of Ruby #C31457
RGB
CMYK
RGB Variations
Color information
#C31457 (or 0xC31457) is known color: Ruby. HEX triplet: C3, 14 and 57. RGB value is (195,20,87). Sum of RGB (Red+Green+Blue) = 195+20+87=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C31457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31457 is #3CEBA8. Grayscale: #4F4F4F. Windows color (decimal): -3992489 or 5706947. OLE color: 5706947.
HSL color Cylindrical-coordinate representation of color #C31457: hue angle of 337.03º degrees, saturation: 0.81, 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 #C31457 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 87 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 337.03º | 0.81% | 0.42% | - |
| HSV(B) | 337.03º | 0.9% | 0.76% | - |
| XYZ | 24.48 | 12.79 | 10.2 | - |
| YUV | 79.96 | 131.98 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 87 | 0 | 0.90 | 0.55 | 0.24 | 337.03 | 0.81 | 0.42 |
| Hex | C3 | 14 | 57 | 0 | 5A | 37 | 18 | 151 | 51 | 2A |
| Octal | 303 | 24 | 127 | 0 | 132 | 67 | 30 | 521 | 121 | 52 |
| Binary | 11000011 | 10100 | 1010111 | 0 | 1011010 | 110111 | 11000 | 101010001 | 1010001 | 101010 |
Color Harmonies of #C31457
Complementary color
Monochromatic Colors of #C31457
Black with #C31457
Text Example
Text Example
White with #C31457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31457; }
p { color: rgb(195,20,87); }
H1.HeaderClassName
{
color: #C31457;
}
.AnyTagClassName
{
color: #C31457;
}
</style>
background-color css
<style>
a { background-color: #C31457; }
a { background-color: rgb(195,20,87); }
div.DivClassName
{
background-color: #C31457;
}
.BgClassName
{
background-color: #C31457;
}
</style>
border-color css
<style>
span { border-color: #C31457; }
span { border-color: rgb(195,20,87); }
td.TdClassName
{
border-color: #C31457;
}
.TagClassName
{
border-color: #C31457;
}
</style>