Shades of Ruby #D70C5B
Tints of Ruby #D70C5B
RGB
CMYK
RGB Variations
Color information
#D70C5B (or 0xD70C5B) is known color: Ruby. HEX triplet: D7, 0C and 5B. RGB value is (215,12,91). Sum of RGB (Red+Green+Blue) = 215+12+91=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C5B is #28F3A4. Grayscale: #515151. Windows color (decimal): -2683813 or 5967063. OLE color: 5967063.
HSL color Cylindrical-coordinate representation of color #D70C5B: hue angle of 336.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C5B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 91 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.16 |
| HSL | 336.65º | 0.89% | 0.45% | - |
| HSV(B) | 336.65º | 0.94% | 0.84% | - |
| XYZ | 30.04 | 15.47 | 11.3 | - |
| YUV | 81.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 91 | 0 | 0.94 | 0.58 | 0.16 | 336.65 | 0.89 | 0.45 |
| Hex | D7 | C | 5B | 0 | 5E | 3A | 10 | 151 | 59 | 2D |
| Octal | 327 | 14 | 133 | 0 | 136 | 72 | 20 | 521 | 131 | 55 |
| Binary | 11010111 | 1100 | 1011011 | 0 | 1011110 | 111010 | 10000 | 101010001 | 1011001 | 101101 |
Color Harmonies of #D70C5B
Complementary color
Monochromatic Colors of #D70C5B
Black with #D70C5B
Text Example
Text Example
White with #D70C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C5B; }
p { color: rgb(215,12,91); }
H1.HeaderClassName
{
color: #D70C5B;
}
.AnyTagClassName
{
color: #D70C5B;
}
</style>
background-color css
<style>
a { background-color: #D70C5B; }
a { background-color: rgb(215,12,91); }
div.DivClassName
{
background-color: #D70C5B;
}
.BgClassName
{
background-color: #D70C5B;
}
</style>
border-color css
<style>
span { border-color: #D70C5B; }
span { border-color: rgb(215,12,91); }
td.TdClassName
{
border-color: #D70C5B;
}
.TagClassName
{
border-color: #D70C5B;
}
</style>