Shades of Ruby #D21051
Tints of Ruby #D21051
RGB
CMYK
RGB Variations
Color information
#D21051 (or 0xD21051) is known color: Ruby. HEX triplet: D2, 10 and 51. RGB value is (210,16,81). Sum of RGB (Red+Green+Blue) = 210+16+81=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D21051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21051 is #2DEFAE. Grayscale: #515151. Windows color (decimal): -3010479 or 5312722. OLE color: 5312722.
HSL color Cylindrical-coordinate representation of color #D21051: hue angle of 339.9º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21051 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.18 |
| HSL | 339.9º | 0.86% | 0.44% | - |
| HSV(B) | 339.9º | 0.92% | 0.82% | - |
| XYZ | 28.25 | 14.67 | 9.13 | - |
| YUV | 81.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 81 | 0 | 0.92 | 0.61 | 0.18 | 339.9 | 0.86 | 0.44 |
| Hex | D2 | 10 | 51 | 0 | 5C | 3D | 12 | 154 | 56 | 2C |
| Octal | 322 | 20 | 121 | 0 | 134 | 75 | 22 | 524 | 126 | 54 |
| Binary | 11010010 | 10000 | 1010001 | 0 | 1011100 | 111101 | 10010 | 101010100 | 1010110 | 101100 |
Color Harmonies of #D21051
Complementary color
Monochromatic Colors of #D21051
Black with #D21051
Text Example
Text Example
White with #D21051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21051; }
p { color: rgb(210,16,81); }
H1.HeaderClassName
{
color: #D21051;
}
.AnyTagClassName
{
color: #D21051;
}
</style>
background-color css
<style>
a { background-color: #D21051; }
a { background-color: rgb(210,16,81); }
div.DivClassName
{
background-color: #D21051;
}
.BgClassName
{
background-color: #D21051;
}
</style>
border-color css
<style>
span { border-color: #D21051; }
span { border-color: rgb(210,16,81); }
td.TdClassName
{
border-color: #D21051;
}
.TagClassName
{
border-color: #D21051;
}
</style>