Shades of Ruby #D70E5E
Tints of Ruby #D70E5E
RGB
CMYK
RGB Variations
Color information
#D70E5E (or 0xD70E5E) is known color: Ruby. HEX triplet: D7, 0E and 5E. RGB value is (215,14,94). Sum of RGB (Red+Green+Blue) = 215+14+94=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E5E is #28F1A1. Grayscale: #535353. Windows color (decimal): -2683298 or 6164183. OLE color: 6164183.
HSL color Cylindrical-coordinate representation of color #D70E5E: hue angle of 336.12º 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 #D70E5E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 94 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.16 |
| HSL | 336.12º | 0.88% | 0.45% | - |
| HSV(B) | 336.12º | 0.93% | 0.84% | - |
| XYZ | 30.2 | 15.57 | 12 | - |
| YUV | 83.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 94 | 0 | 0.93 | 0.56 | 0.16 | 336.12 | 0.88 | 0.45 |
| Hex | D7 | E | 5E | 0 | 5D | 38 | 10 | 150 | 58 | 2D |
| Octal | 327 | 16 | 136 | 0 | 135 | 70 | 20 | 520 | 130 | 55 |
| Binary | 11010111 | 1110 | 1011110 | 0 | 1011101 | 111000 | 10000 | 101010000 | 1011000 | 101101 |
Color Harmonies of #D70E5E
Complementary color
Monochromatic Colors of #D70E5E
Black with #D70E5E
Text Example
Text Example
White with #D70E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E5E; }
p { color: rgb(215,14,94); }
H1.HeaderClassName
{
color: #D70E5E;
}
.AnyTagClassName
{
color: #D70E5E;
}
</style>
background-color css
<style>
a { background-color: #D70E5E; }
a { background-color: rgb(215,14,94); }
div.DivClassName
{
background-color: #D70E5E;
}
.BgClassName
{
background-color: #D70E5E;
}
</style>
border-color css
<style>
span { border-color: #D70E5E; }
span { border-color: rgb(215,14,94); }
td.TdClassName
{
border-color: #D70E5E;
}
.TagClassName
{
border-color: #D70E5E;
}
</style>