Shades of Ruby #D21D51
Tints of Ruby #D21D51
RGB
CMYK
RGB Variations
Color information
#D21D51 (or 0xD21D51) is known color: Ruby. HEX triplet: D2, 1D and 51. RGB value is (210,29,81). Sum of RGB (Red+Green+Blue) = 210+29+81=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D51 is #2DE2AE. Grayscale: #595959. Windows color (decimal): -3007151 or 5316050. OLE color: 5316050.
HSL color Cylindrical-coordinate representation of color #D21D51: hue angle of 342.76º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D51 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 81 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.18 |
| HSL | 342.76º | 0.76% | 0.47% | - |
| HSV(B) | 342.76º | 0.86% | 0.82% | - |
| XYZ | 28.5 | 15.17 | 9.21 | - |
| YUV | 89.05 | 123.47 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 81 | 0 | 0.86 | 0.61 | 0.18 | 342.76 | 0.76 | 0.47 |
| Hex | D2 | 1D | 51 | 0 | 56 | 3D | 12 | 157 | 4C | 2F |
| Octal | 322 | 35 | 121 | 0 | 126 | 75 | 22 | 527 | 114 | 57 |
| Binary | 11010010 | 11101 | 1010001 | 0 | 1010110 | 111101 | 10010 | 101010111 | 1001100 | 101111 |
Color Harmonies of #D21D51
Complementary color
Monochromatic Colors of #D21D51
Black with #D21D51
Text Example
Text Example
White with #D21D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D51; }
p { color: rgb(210,29,81); }
H1.HeaderClassName
{
color: #D21D51;
}
.AnyTagClassName
{
color: #D21D51;
}
</style>
background-color css
<style>
a { background-color: #D21D51; }
a { background-color: rgb(210,29,81); }
div.DivClassName
{
background-color: #D21D51;
}
.BgClassName
{
background-color: #D21D51;
}
</style>
border-color css
<style>
span { border-color: #D21D51; }
span { border-color: rgb(210,29,81); }
td.TdClassName
{
border-color: #D21D51;
}
.TagClassName
{
border-color: #D21D51;
}
</style>