Shades of Ruby #D70E5B
Tints of Ruby #D70E5B
RGB
CMYK
RGB Variations
Color information
#D70E5B (or 0xD70E5B) is known color: Ruby. HEX triplet: D7, 0E and 5B. RGB value is (215,14,91). Sum of RGB (Red+Green+Blue) = 215+14+91=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E5B is #28F1A4. Grayscale: #525252. Windows color (decimal): -2683301 or 5967575. OLE color: 5967575.
HSL color Cylindrical-coordinate representation of color #D70E5B: hue angle of 337.01º 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 #D70E5B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 91 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.16 |
| HSL | 337.01º | 0.88% | 0.45% | - |
| HSV(B) | 337.01º | 0.93% | 0.84% | - |
| XYZ | 30.07 | 15.52 | 11.31 | - |
| YUV | 82.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 91 | 0 | 0.93 | 0.58 | 0.16 | 337.01 | 0.88 | 0.45 |
| Hex | D7 | E | 5B | 0 | 5D | 3A | 10 | 151 | 58 | 2D |
| Octal | 327 | 16 | 133 | 0 | 135 | 72 | 20 | 521 | 130 | 55 |
| Binary | 11010111 | 1110 | 1011011 | 0 | 1011101 | 111010 | 10000 | 101010001 | 1011000 | 101101 |
Color Harmonies of #D70E5B
Complementary color
Monochromatic Colors of #D70E5B
Black with #D70E5B
Text Example
Text Example
White with #D70E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E5B; }
p { color: rgb(215,14,91); }
H1.HeaderClassName
{
color: #D70E5B;
}
.AnyTagClassName
{
color: #D70E5B;
}
</style>
background-color css
<style>
a { background-color: #D70E5B; }
a { background-color: rgb(215,14,91); }
div.DivClassName
{
background-color: #D70E5B;
}
.BgClassName
{
background-color: #D70E5B;
}
</style>
border-color css
<style>
span { border-color: #D70E5B; }
span { border-color: rgb(215,14,91); }
td.TdClassName
{
border-color: #D70E5B;
}
.TagClassName
{
border-color: #D70E5B;
}
</style>