Shades of Ruby #D21D56
Tints of Ruby #D21D56
RGB
CMYK
RGB Variations
Color information
#D21D56 (or 0xD21D56) is known color: Ruby. HEX triplet: D2, 1D and 56. RGB value is (210,29,86). Sum of RGB (Red+Green+Blue) = 210+29+86=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D56 is #2DE2A9. Grayscale: #595959. Windows color (decimal): -3007146 or 5643730. OLE color: 5643730.
HSL color Cylindrical-coordinate representation of color #D21D56: hue angle of 341.1º 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 #D21D56 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 86 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.18 |
| HSL | 341.11º | 0.76% | 0.47% | - |
| HSV(B) | 341.11º | 0.86% | 0.82% | - |
| XYZ | 28.7 | 15.25 | 10.24 | - |
| YUV | 89.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 86 | 0 | 0.86 | 0.59 | 0.18 | 341.11 | 0.76 | 0.47 |
| Hex | D2 | 1D | 56 | 0 | 56 | 3B | 12 | 155 | 4C | 2F |
| Octal | 322 | 35 | 126 | 0 | 126 | 73 | 22 | 525 | 114 | 57 |
| Binary | 11010010 | 11101 | 1010110 | 0 | 1010110 | 111011 | 10010 | 101010101 | 1001100 | 101111 |
Color Harmonies of #D21D56
Complementary color
Monochromatic Colors of #D21D56
Black with #D21D56
Text Example
Text Example
White with #D21D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D56; }
p { color: rgb(210,29,86); }
H1.HeaderClassName
{
color: #D21D56;
}
.AnyTagClassName
{
color: #D21D56;
}
</style>
background-color css
<style>
a { background-color: #D21D56; }
a { background-color: rgb(210,29,86); }
div.DivClassName
{
background-color: #D21D56;
}
.BgClassName
{
background-color: #D21D56;
}
</style>
border-color css
<style>
span { border-color: #D21D56; }
span { border-color: rgb(210,29,86); }
td.TdClassName
{
border-color: #D21D56;
}
.TagClassName
{
border-color: #D21D56;
}
</style>