Shades of Ruby #D60E5E
Tints of Ruby #D60E5E
RGB
CMYK
RGB Variations
Color information
#D60E5E (or 0xD60E5E) is known color: Ruby. HEX triplet: D6, 0E and 5E. RGB value is (214,14,94). Sum of RGB (Red+Green+Blue) = 214+14+94=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E5E is #29F1A1. Grayscale: #525252. Windows color (decimal): -2748834 or 6164182. OLE color: 6164182.
HSL color Cylindrical-coordinate representation of color #D60E5E: hue angle of 336º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E5E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 94 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.16 |
| HSL | 336º | 0.88% | 0.45% | - |
| HSV(B) | 336º | 0.93% | 0.84% | - |
| XYZ | 29.91 | 15.42 | 11.99 | - |
| YUV | 82.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 94 | 0 | 0.93 | 0.56 | 0.16 | 336 | 0.88 | 0.45 |
| Hex | D6 | E | 5E | 0 | 5D | 38 | 10 | 150 | 58 | 2D |
| Octal | 326 | 16 | 136 | 0 | 135 | 70 | 20 | 520 | 130 | 55 |
| Binary | 11010110 | 1110 | 1011110 | 0 | 1011101 | 111000 | 10000 | 101010000 | 1011000 | 101101 |
Color Harmonies of #D60E5E
Complementary color
Monochromatic Colors of #D60E5E
Black with #D60E5E
Text Example
Text Example
White with #D60E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E5E; }
p { color: rgb(214,14,94); }
H1.HeaderClassName
{
color: #D60E5E;
}
.AnyTagClassName
{
color: #D60E5E;
}
</style>
background-color css
<style>
a { background-color: #D60E5E; }
a { background-color: rgb(214,14,94); }
div.DivClassName
{
background-color: #D60E5E;
}
.BgClassName
{
background-color: #D60E5E;
}
</style>
border-color css
<style>
span { border-color: #D60E5E; }
span { border-color: rgb(214,14,94); }
td.TdClassName
{
border-color: #D60E5E;
}
.TagClassName
{
border-color: #D60E5E;
}
</style>