Shades of Ruby #D70E5D
Tints of Ruby #D70E5D
RGB
CMYK
RGB Variations
Color information
#D70E5D (or 0xD70E5D) is known color: Ruby. HEX triplet: D7, 0E and 5D. RGB value is (215,14,93). Sum of RGB (Red+Green+Blue) = 215+14+93=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E5D is #28F1A2. Grayscale: #525252. Windows color (decimal): -2683299 or 6098647. OLE color: 6098647.
HSL color Cylindrical-coordinate representation of color #D70E5D: hue angle of 336.42º 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 #D70E5D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 93 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.16 |
| HSL | 336.42º | 0.88% | 0.45% | - |
| HSV(B) | 336.42º | 0.93% | 0.84% | - |
| XYZ | 30.16 | 15.55 | 11.77 | - |
| YUV | 83.11 | 133.59 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 93 | 0 | 0.93 | 0.57 | 0.16 | 336.42 | 0.88 | 0.45 |
| Hex | D7 | E | 5D | 0 | 5D | 39 | 10 | 150 | 58 | 2D |
| Octal | 327 | 16 | 135 | 0 | 135 | 71 | 20 | 520 | 130 | 55 |
| Binary | 11010111 | 1110 | 1011101 | 0 | 1011101 | 111001 | 10000 | 101010000 | 1011000 | 101101 |
Color Harmonies of #D70E5D
Complementary color
Monochromatic Colors of #D70E5D
Black with #D70E5D
Text Example
Text Example
White with #D70E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E5D; }
p { color: rgb(215,14,93); }
H1.HeaderClassName
{
color: #D70E5D;
}
.AnyTagClassName
{
color: #D70E5D;
}
</style>
background-color css
<style>
a { background-color: #D70E5D; }
a { background-color: rgb(215,14,93); }
div.DivClassName
{
background-color: #D70E5D;
}
.BgClassName
{
background-color: #D70E5D;
}
</style>
border-color css
<style>
span { border-color: #D70E5D; }
span { border-color: rgb(215,14,93); }
td.TdClassName
{
border-color: #D70E5D;
}
.TagClassName
{
border-color: #D70E5D;
}
</style>