Shades of Ruby #D21651
Tints of Ruby #D21651
RGB
CMYK
RGB Variations
Color information
#D21651 (or 0xD21651) is known color: Ruby. HEX triplet: D2, 16 and 51. RGB value is (210,22,81). Sum of RGB (Red+Green+Blue) = 210+22+81=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21651 is #2DE9AE. Grayscale: #545454. Windows color (decimal): -3008943 or 5314258. OLE color: 5314258.
HSL color Cylindrical-coordinate representation of color #D21651: hue angle of 341.17º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21651 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 81 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.18 |
| HSL | 341.17º | 0.81% | 0.45% | - |
| HSV(B) | 341.17º | 0.9% | 0.82% | - |
| XYZ | 28.35 | 14.87 | 9.16 | - |
| YUV | 84.94 | 125.78 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 81 | 0 | 0.90 | 0.61 | 0.18 | 341.17 | 0.81 | 0.45 |
| Hex | D2 | 16 | 51 | 0 | 5A | 3D | 12 | 155 | 51 | 2D |
| Octal | 322 | 26 | 121 | 0 | 132 | 75 | 22 | 525 | 121 | 55 |
| Binary | 11010010 | 10110 | 1010001 | 0 | 1011010 | 111101 | 10010 | 101010101 | 1010001 | 101101 |
Color Harmonies of #D21651
Complementary color
Monochromatic Colors of #D21651
Black with #D21651
Text Example
Text Example
White with #D21651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21651; }
p { color: rgb(210,22,81); }
H1.HeaderClassName
{
color: #D21651;
}
.AnyTagClassName
{
color: #D21651;
}
</style>
background-color css
<style>
a { background-color: #D21651; }
a { background-color: rgb(210,22,81); }
div.DivClassName
{
background-color: #D21651;
}
.BgClassName
{
background-color: #D21651;
}
</style>
border-color css
<style>
span { border-color: #D21651; }
span { border-color: rgb(210,22,81); }
td.TdClassName
{
border-color: #D21651;
}
.TagClassName
{
border-color: #D21651;
}
</style>