Shades of Ruby #D21959
Tints of Ruby #D21959
RGB
CMYK
RGB Variations
Color information
#D21959 (or 0xD21959) is known color: Ruby. HEX triplet: D2, 19 and 59. RGB value is (210,25,89). Sum of RGB (Red+Green+Blue) = 210+25+89=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D21959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21959 is #2DE6A6. Grayscale: #575757. Windows color (decimal): -3008167 or 5839314. OLE color: 5839314.
HSL color Cylindrical-coordinate representation of color #D21959: hue angle of 339.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21959 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 89 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.18 |
| HSL | 339.24º | 0.79% | 0.46% | - |
| HSV(B) | 339.24º | 0.88% | 0.82% | - |
| XYZ | 28.73 | 15.12 | 10.86 | - |
| YUV | 87.61 | 128.79 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 89 | 0 | 0.88 | 0.58 | 0.18 | 339.24 | 0.79 | 0.46 |
| Hex | D2 | 19 | 59 | 0 | 58 | 3A | 12 | 153 | 4F | 2E |
| Octal | 322 | 31 | 131 | 0 | 130 | 72 | 22 | 523 | 117 | 56 |
| Binary | 11010010 | 11001 | 1011001 | 0 | 1011000 | 111010 | 10010 | 101010011 | 1001111 | 101110 |
Color Harmonies of #D21959
Complementary color
Monochromatic Colors of #D21959
Black with #D21959
Text Example
Text Example
White with #D21959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21959; }
p { color: rgb(210,25,89); }
H1.HeaderClassName
{
color: #D21959;
}
.AnyTagClassName
{
color: #D21959;
}
</style>
background-color css
<style>
a { background-color: #D21959; }
a { background-color: rgb(210,25,89); }
div.DivClassName
{
background-color: #D21959;
}
.BgClassName
{
background-color: #D21959;
}
</style>
border-color css
<style>
span { border-color: #D21959; }
span { border-color: rgb(210,25,89); }
td.TdClassName
{
border-color: #D21959;
}
.TagClassName
{
border-color: #D21959;
}
</style>