Shades of Ruby #C31456
Tints of Ruby #C31456
RGB
CMYK
RGB Variations
Color information
#C31456 (or 0xC31456) is known color: Ruby. HEX triplet: C3, 14 and 56. RGB value is (195,20,86). Sum of RGB (Red+Green+Blue) = 195+20+86=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C31456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31456 is #3CEBA9. Grayscale: #4F4F4F. Windows color (decimal): -3992490 or 5641411. OLE color: 5641411.
HSL color Cylindrical-coordinate representation of color #C31456: hue angle of 337.37º 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 #C31456 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 86 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.24 |
| HSL | 337.37º | 0.81% | 0.42% | - |
| HSV(B) | 337.37º | 0.9% | 0.76% | - |
| XYZ | 24.44 | 12.77 | 9.98 | - |
| YUV | 79.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 86 | 0 | 0.90 | 0.56 | 0.24 | 337.37 | 0.81 | 0.42 |
| Hex | C3 | 14 | 56 | 0 | 5A | 38 | 18 | 151 | 51 | 2A |
| Octal | 303 | 24 | 126 | 0 | 132 | 70 | 30 | 521 | 121 | 52 |
| Binary | 11000011 | 10100 | 1010110 | 0 | 1011010 | 111000 | 11000 | 101010001 | 1010001 | 101010 |
Color Harmonies of #C31456
Complementary color
Monochromatic Colors of #C31456
Black with #C31456
Text Example
Text Example
White with #C31456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31456; }
p { color: rgb(195,20,86); }
H1.HeaderClassName
{
color: #C31456;
}
.AnyTagClassName
{
color: #C31456;
}
</style>
background-color css
<style>
a { background-color: #C31456; }
a { background-color: rgb(195,20,86); }
div.DivClassName
{
background-color: #C31456;
}
.BgClassName
{
background-color: #C31456;
}
</style>
border-color css
<style>
span { border-color: #C31456; }
span { border-color: rgb(195,20,86); }
td.TdClassName
{
border-color: #C31456;
}
.TagClassName
{
border-color: #C31456;
}
</style>