Shades of Ruby #D21750
Tints of Ruby #D21750
RGB
CMYK
RGB Variations
Color information
#D21750 (or 0xD21750) is known color: Ruby. HEX triplet: D2, 17 and 50. RGB value is (210,23,80). Sum of RGB (Red+Green+Blue) = 210+23+80=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21750 is #2DE8AF. Grayscale: #555555. Windows color (decimal): -3008688 or 5248978. OLE color: 5248978.
HSL color Cylindrical-coordinate representation of color #D21750: hue angle of 341.71º 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 #D21750 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.18 |
| HSL | 341.71º | 0.8% | 0.46% | - |
| HSV(B) | 341.71º | 0.89% | 0.82% | - |
| XYZ | 28.33 | 14.89 | 8.97 | - |
| YUV | 85.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 80 | 0 | 0.89 | 0.62 | 0.18 | 341.71 | 0.8 | 0.46 |
| Hex | D2 | 17 | 50 | 0 | 59 | 3E | 12 | 156 | 50 | 2E |
| Octal | 322 | 27 | 120 | 0 | 131 | 76 | 22 | 526 | 120 | 56 |
| Binary | 11010010 | 10111 | 1010000 | 0 | 1011001 | 111110 | 10010 | 101010110 | 1010000 | 101110 |
Color Harmonies of #D21750
Complementary color
Monochromatic Colors of #D21750
Black with #D21750
Text Example
Text Example
White with #D21750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21750; }
p { color: rgb(210,23,80); }
H1.HeaderClassName
{
color: #D21750;
}
.AnyTagClassName
{
color: #D21750;
}
</style>
background-color css
<style>
a { background-color: #D21750; }
a { background-color: rgb(210,23,80); }
div.DivClassName
{
background-color: #D21750;
}
.BgClassName
{
background-color: #D21750;
}
</style>
border-color css
<style>
span { border-color: #D21750; }
span { border-color: rgb(210,23,80); }
td.TdClassName
{
border-color: #D21750;
}
.TagClassName
{
border-color: #D21750;
}
</style>