Shades of Ruby #D60C5B
Tints of Ruby #D60C5B
RGB
CMYK
RGB Variations
Color information
#D60C5B (or 0xD60C5B) is known color: Ruby. HEX triplet: D6, 0C and 5B. RGB value is (214,12,91). Sum of RGB (Red+Green+Blue) = 214+12+91=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C5B is #29F3A4. Grayscale: #515151. Windows color (decimal): -2749349 or 5967062. OLE color: 5967062.
HSL color Cylindrical-coordinate representation of color #D60C5B: hue angle of 336.53º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C5B is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 91 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.16 |
| HSL | 336.53º | 0.89% | 0.44% | - |
| HSV(B) | 336.53º | 0.94% | 0.84% | - |
| XYZ | 29.75 | 15.31 | 11.29 | - |
| YUV | 81.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 91 | 0 | 0.94 | 0.57 | 0.16 | 336.53 | 0.89 | 0.44 |
| Hex | D6 | C | 5B | 0 | 5E | 39 | 10 | 151 | 59 | 2C |
| Octal | 326 | 14 | 133 | 0 | 136 | 71 | 20 | 521 | 131 | 54 |
| Binary | 11010110 | 1100 | 1011011 | 0 | 1011110 | 111001 | 10000 | 101010001 | 1011001 | 101100 |
Color Harmonies of #D60C5B
Complementary color
Monochromatic Colors of #D60C5B
Black with #D60C5B
Text Example
Text Example
White with #D60C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C5B; }
p { color: rgb(214,12,91); }
H1.HeaderClassName
{
color: #D60C5B;
}
.AnyTagClassName
{
color: #D60C5B;
}
</style>
background-color css
<style>
a { background-color: #D60C5B; }
a { background-color: rgb(214,12,91); }
div.DivClassName
{
background-color: #D60C5B;
}
.BgClassName
{
background-color: #D60C5B;
}
</style>
border-color css
<style>
span { border-color: #D60C5B; }
span { border-color: rgb(214,12,91); }
td.TdClassName
{
border-color: #D60C5B;
}
.TagClassName
{
border-color: #D60C5B;
}
</style>