Shades of Ruby #C31153
Tints of Ruby #C31153
RGB
CMYK
RGB Variations
Color information
#C31153 (or 0xC31153) is known color: Ruby. HEX triplet: C3, 11 and 53. RGB value is (195,17,83). Sum of RGB (Red+Green+Blue) = 195+17+83=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C31153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31153 is #3CEEAC. Grayscale: #4D4D4D. Windows color (decimal): -3993261 or 5444035. OLE color: 5444035.
HSL color Cylindrical-coordinate representation of color #C31153: hue angle of 337.75º degrees, saturation: 0.84, 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 #C31153 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.24 |
| HSL | 337.75º | 0.84% | 0.42% | - |
| HSV(B) | 337.75º | 0.91% | 0.76% | - |
| XYZ | 24.27 | 12.63 | 9.34 | - |
| YUV | 77.75 | 130.97 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 83 | 0 | 0.91 | 0.57 | 0.24 | 337.75 | 0.84 | 0.42 |
| Hex | C3 | 11 | 53 | 0 | 5B | 39 | 18 | 152 | 54 | 2A |
| Octal | 303 | 21 | 123 | 0 | 133 | 71 | 30 | 522 | 124 | 52 |
| Binary | 11000011 | 10001 | 1010011 | 0 | 1011011 | 111001 | 11000 | 101010010 | 1010100 | 101010 |
Color Harmonies of #C31153
Complementary color
Monochromatic Colors of #C31153
Black with #C31153
Text Example
Text Example
White with #C31153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31153; }
p { color: rgb(195,17,83); }
H1.HeaderClassName
{
color: #C31153;
}
.AnyTagClassName
{
color: #C31153;
}
</style>
background-color css
<style>
a { background-color: #C31153; }
a { background-color: rgb(195,17,83); }
div.DivClassName
{
background-color: #C31153;
}
.BgClassName
{
background-color: #C31153;
}
</style>
border-color css
<style>
span { border-color: #C31153; }
span { border-color: rgb(195,17,83); }
td.TdClassName
{
border-color: #C31153;
}
.TagClassName
{
border-color: #C31153;
}
</style>