Shades of Ruby #D21751
Tints of Ruby #D21751
RGB
CMYK
RGB Variations
Color information
#D21751 (or 0xD21751) is known color: Ruby. HEX triplet: D2, 17 and 51. RGB value is (210,23,81). Sum of RGB (Red+Green+Blue) = 210+23+81=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21751 is #2DE8AE. Grayscale: #555555. Windows color (decimal): -3008687 or 5314514. OLE color: 5314514.
HSL color Cylindrical-coordinate representation of color #D21751: hue angle of 341.39º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21751 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 81 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.18 |
| HSL | 341.39º | 0.8% | 0.46% | - |
| HSV(B) | 341.39º | 0.89% | 0.82% | - |
| XYZ | 28.37 | 14.91 | 9.17 | - |
| YUV | 85.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 81 | 0 | 0.89 | 0.61 | 0.18 | 341.39 | 0.8 | 0.46 |
| Hex | D2 | 17 | 51 | 0 | 59 | 3D | 12 | 155 | 50 | 2E |
| Octal | 322 | 27 | 121 | 0 | 131 | 75 | 22 | 525 | 120 | 56 |
| Binary | 11010010 | 10111 | 1010001 | 0 | 1011001 | 111101 | 10010 | 101010101 | 1010000 | 101110 |
Color Harmonies of #D21751
Complementary color
Monochromatic Colors of #D21751
Black with #D21751
Text Example
Text Example
White with #D21751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21751; }
p { color: rgb(210,23,81); }
H1.HeaderClassName
{
color: #D21751;
}
.AnyTagClassName
{
color: #D21751;
}
</style>
background-color css
<style>
a { background-color: #D21751; }
a { background-color: rgb(210,23,81); }
div.DivClassName
{
background-color: #D21751;
}
.BgClassName
{
background-color: #D21751;
}
</style>
border-color css
<style>
span { border-color: #D21751; }
span { border-color: rgb(210,23,81); }
td.TdClassName
{
border-color: #D21751;
}
.TagClassName
{
border-color: #D21751;
}
</style>