Shades of Ruby #C31354
Tints of Ruby #C31354
RGB
CMYK
RGB Variations
Color information
#C31354 (or 0xC31354) is known color: Ruby. HEX triplet: C3, 13 and 54. RGB value is (195,19,84). Sum of RGB (Red+Green+Blue) = 195+19+84=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31354 is #3CECAB. Grayscale: #4E4E4E. Windows color (decimal): -3992748 or 5510083. OLE color: 5510083.
HSL color Cylindrical-coordinate representation of color #C31354: hue angle of 337.84º 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 #C31354 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 84 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.24 |
| HSL | 337.84º | 0.82% | 0.42% | - |
| HSV(B) | 337.84º | 0.9% | 0.76% | - |
| XYZ | 24.34 | 12.71 | 9.56 | - |
| YUV | 79.03 | 130.81 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 84 | 0 | 0.90 | 0.57 | 0.24 | 337.84 | 0.82 | 0.42 |
| Hex | C3 | 13 | 54 | 0 | 5A | 39 | 18 | 152 | 52 | 2A |
| Octal | 303 | 23 | 124 | 0 | 132 | 71 | 30 | 522 | 122 | 52 |
| Binary | 11000011 | 10011 | 1010100 | 0 | 1011010 | 111001 | 11000 | 101010010 | 1010010 | 101010 |
Color Harmonies of #C31354
Complementary color
Monochromatic Colors of #C31354
Black with #C31354
Text Example
Text Example
White with #C31354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31354; }
p { color: rgb(195,19,84); }
H1.HeaderClassName
{
color: #C31354;
}
.AnyTagClassName
{
color: #C31354;
}
</style>
background-color css
<style>
a { background-color: #C31354; }
a { background-color: rgb(195,19,84); }
div.DivClassName
{
background-color: #C31354;
}
.BgClassName
{
background-color: #C31354;
}
</style>
border-color css
<style>
span { border-color: #C31354; }
span { border-color: rgb(195,19,84); }
td.TdClassName
{
border-color: #C31354;
}
.TagClassName
{
border-color: #C31354;
}
</style>