Shades of Ruby #C51369
Tints of Ruby #C51369
RGB
CMYK
RGB Variations
Color information
#C51369 (or 0xC51369) is known color: Ruby. HEX triplet: C5, 13 and 69. RGB value is (197,19,105). Sum of RGB (Red+Green+Blue) = 197+19+105=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C51369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51369 is #3AEC96. Grayscale: #515151. Windows color (decimal): -3861655 or 6886341. OLE color: 6886341.
HSL color Cylindrical-coordinate representation of color #C51369: hue angle of 331.01º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51369 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 105 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.23 |
| HSL | 331.01º | 0.82% | 0.42% | - |
| HSV(B) | 331.01º | 0.9% | 0.77% | - |
| XYZ | 25.81 | 13.36 | 14.58 | - |
| YUV | 82.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 105 | 0 | 0.90 | 0.47 | 0.23 | 331.01 | 0.82 | 0.42 |
| Hex | C5 | 13 | 69 | 0 | 5A | 2F | 17 | 14B | 52 | 2A |
| Octal | 305 | 23 | 151 | 0 | 132 | 57 | 27 | 513 | 122 | 52 |
| Binary | 11000101 | 10011 | 1101001 | 0 | 1011010 | 101111 | 10111 | 101001011 | 1010010 | 101010 |
Color Harmonies of #C51369
Complementary color
Monochromatic Colors of #C51369
Black with #C51369
Text Example
Text Example
White with #C51369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51369; }
p { color: rgb(197,19,105); }
H1.HeaderClassName
{
color: #C51369;
}
.AnyTagClassName
{
color: #C51369;
}
</style>
background-color css
<style>
a { background-color: #C51369; }
a { background-color: rgb(197,19,105); }
div.DivClassName
{
background-color: #C51369;
}
.BgClassName
{
background-color: #C51369;
}
</style>
border-color css
<style>
span { border-color: #C51369; }
span { border-color: rgb(197,19,105); }
td.TdClassName
{
border-color: #C51369;
}
.TagClassName
{
border-color: #C51369;
}
</style>