Shades of Ruby #D21951
Tints of Ruby #D21951
RGB
CMYK
RGB Variations
Color information
#D21951 (or 0xD21951) is known color: Ruby. HEX triplet: D2, 19 and 51. RGB value is (210,25,81). Sum of RGB (Red+Green+Blue) = 210+25+81=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D21951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21951 is #2DE6AE. Grayscale: #565656. Windows color (decimal): -3008175 or 5315026. OLE color: 5315026.
HSL color Cylindrical-coordinate representation of color #D21951: hue angle of 341.84º 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 #D21951 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 81 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.18 |
| HSL | 341.84º | 0.79% | 0.46% | - |
| HSV(B) | 341.84º | 0.88% | 0.82% | - |
| XYZ | 28.41 | 14.99 | 9.18 | - |
| YUV | 86.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 81 | 0 | 0.88 | 0.61 | 0.18 | 341.84 | 0.79 | 0.46 |
| Hex | D2 | 19 | 51 | 0 | 58 | 3D | 12 | 156 | 4F | 2E |
| Octal | 322 | 31 | 121 | 0 | 130 | 75 | 22 | 526 | 117 | 56 |
| Binary | 11010010 | 11001 | 1010001 | 0 | 1011000 | 111101 | 10010 | 101010110 | 1001111 | 101110 |
Color Harmonies of #D21951
Complementary color
Monochromatic Colors of #D21951
Black with #D21951
Text Example
Text Example
White with #D21951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21951; }
p { color: rgb(210,25,81); }
H1.HeaderClassName
{
color: #D21951;
}
.AnyTagClassName
{
color: #D21951;
}
</style>
background-color css
<style>
a { background-color: #D21951; }
a { background-color: rgb(210,25,81); }
div.DivClassName
{
background-color: #D21951;
}
.BgClassName
{
background-color: #D21951;
}
</style>
border-color css
<style>
span { border-color: #D21951; }
span { border-color: rgb(210,25,81); }
td.TdClassName
{
border-color: #D21951;
}
.TagClassName
{
border-color: #D21951;
}
</style>