Shades of Ruby #C31357
Tints of Ruby #C31357
RGB
CMYK
RGB Variations
Color information
#C31357 (or 0xC31357) is known color: Ruby. HEX triplet: C3, 13 and 57. RGB value is (195,19,87). Sum of RGB (Red+Green+Blue) = 195+19+87=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C31357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31357 is #3CECA8. Grayscale: #4F4F4F. Windows color (decimal): -3992745 or 5706691. OLE color: 5706691.
HSL color Cylindrical-coordinate representation of color #C31357: hue angle of 336.82º 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 #C31357 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 87 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.24 |
| HSL | 336.82º | 0.82% | 0.42% | - |
| HSV(B) | 336.82º | 0.9% | 0.76% | - |
| XYZ | 24.46 | 12.76 | 10.19 | - |
| YUV | 79.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 87 | 0 | 0.90 | 0.55 | 0.24 | 336.82 | 0.82 | 0.42 |
| Hex | C3 | 13 | 57 | 0 | 5A | 37 | 18 | 151 | 52 | 2A |
| Octal | 303 | 23 | 127 | 0 | 132 | 67 | 30 | 521 | 122 | 52 |
| Binary | 11000011 | 10011 | 1010111 | 0 | 1011010 | 110111 | 11000 | 101010001 | 1010010 | 101010 |
Color Harmonies of #C31357
Complementary color
Monochromatic Colors of #C31357
Black with #C31357
Text Example
Text Example
White with #C31357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31357; }
p { color: rgb(195,19,87); }
H1.HeaderClassName
{
color: #C31357;
}
.AnyTagClassName
{
color: #C31357;
}
</style>
background-color css
<style>
a { background-color: #C31357; }
a { background-color: rgb(195,19,87); }
div.DivClassName
{
background-color: #C31357;
}
.BgClassName
{
background-color: #C31357;
}
</style>
border-color css
<style>
span { border-color: #C31357; }
span { border-color: rgb(195,19,87); }
td.TdClassName
{
border-color: #C31357;
}
.TagClassName
{
border-color: #C31357;
}
</style>