Shades of Ruby #C31667
Tints of Ruby #C31667
RGB
CMYK
RGB Variations
Color information
#C31667 (or 0xC31667) is known color: Ruby. HEX triplet: C3, 16 and 67. RGB value is (195,22,103). Sum of RGB (Red+Green+Blue) = 195+22+103=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C31667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31667 is #3CE998. Grayscale: #525252. Windows color (decimal): -3991961 or 6756035. OLE color: 6756035.
HSL color Cylindrical-coordinate representation of color #C31667: hue angle of 331.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31667 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 103 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 331.91º | 0.8% | 0.43% | - |
| HSV(B) | 331.91º | 0.89% | 0.76% | - |
| XYZ | 25.24 | 13.16 | 14.04 | - |
| YUV | 82.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 103 | 0 | 0.89 | 0.47 | 0.24 | 331.91 | 0.8 | 0.43 |
| Hex | C3 | 16 | 67 | 0 | 59 | 2F | 18 | 14C | 50 | 2B |
| Octal | 303 | 26 | 147 | 0 | 131 | 57 | 30 | 514 | 120 | 53 |
| Binary | 11000011 | 10110 | 1100111 | 0 | 1011001 | 101111 | 11000 | 101001100 | 1010000 | 101011 |
Color Harmonies of #C31667
Complementary color
Monochromatic Colors of #C31667
Black with #C31667
Text Example
Text Example
White with #C31667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31667; }
p { color: rgb(195,22,103); }
H1.HeaderClassName
{
color: #C31667;
}
.AnyTagClassName
{
color: #C31667;
}
</style>
background-color css
<style>
a { background-color: #C31667; }
a { background-color: rgb(195,22,103); }
div.DivClassName
{
background-color: #C31667;
}
.BgClassName
{
background-color: #C31667;
}
</style>
border-color css
<style>
span { border-color: #C31667; }
span { border-color: rgb(195,22,103); }
td.TdClassName
{
border-color: #C31667;
}
.TagClassName
{
border-color: #C31667;
}
</style>