Shades of Ruby #D21856
Tints of Ruby #D21856
RGB
CMYK
RGB Variations
Color information
#D21856 (or 0xD21856) is known color: Ruby. HEX triplet: D2, 18 and 56. RGB value is (210,24,86). Sum of RGB (Red+Green+Blue) = 210+24+86=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D21856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21856 is #2DE7A9. Grayscale: #565656. Windows color (decimal): -3008426 or 5642450. OLE color: 5642450.
HSL color Cylindrical-coordinate representation of color #D21856: hue angle of 340º degrees, saturation: 0.79, 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 #D21856 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 86 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.18 |
| HSL | 340º | 0.79% | 0.46% | - |
| HSV(B) | 340º | 0.89% | 0.82% | - |
| XYZ | 28.58 | 15.03 | 10.2 | - |
| YUV | 86.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 86 | 0 | 0.89 | 0.59 | 0.18 | 340 | 0.79 | 0.46 |
| Hex | D2 | 18 | 56 | 0 | 59 | 3B | 12 | 154 | 4F | 2E |
| Octal | 322 | 30 | 126 | 0 | 131 | 73 | 22 | 524 | 117 | 56 |
| Binary | 11010010 | 11000 | 1010110 | 0 | 1011001 | 111011 | 10010 | 101010100 | 1001111 | 101110 |
Color Harmonies of #D21856
Complementary color
Monochromatic Colors of #D21856
Black with #D21856
Text Example
Text Example
White with #D21856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21856; }
p { color: rgb(210,24,86); }
H1.HeaderClassName
{
color: #D21856;
}
.AnyTagClassName
{
color: #D21856;
}
</style>
background-color css
<style>
a { background-color: #D21856; }
a { background-color: rgb(210,24,86); }
div.DivClassName
{
background-color: #D21856;
}
.BgClassName
{
background-color: #D21856;
}
</style>
border-color css
<style>
span { border-color: #D21856; }
span { border-color: rgb(210,24,86); }
td.TdClassName
{
border-color: #D21856;
}
.TagClassName
{
border-color: #D21856;
}
</style>