Shades of Ruby #D21850
Tints of Ruby #D21850
RGB
CMYK
RGB Variations
Color information
#D21850 (or 0xD21850) is known color: Ruby. HEX triplet: D2, 18 and 50. RGB value is (210,24,80). Sum of RGB (Red+Green+Blue) = 210+24+80=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21850 is #2DE7AF. Grayscale: #555555. Windows color (decimal): -3008432 or 5249234. OLE color: 5249234.
HSL color Cylindrical-coordinate representation of color #D21850: hue angle of 341.94º 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 #D21850 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 80 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.18 |
| HSL | 341.94º | 0.79% | 0.46% | - |
| HSV(B) | 341.94º | 0.89% | 0.82% | - |
| XYZ | 28.35 | 14.93 | 8.98 | - |
| YUV | 86 | 124.62 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 80 | 0 | 0.89 | 0.62 | 0.18 | 341.94 | 0.79 | 0.46 |
| Hex | D2 | 18 | 50 | 0 | 59 | 3E | 12 | 156 | 4F | 2E |
| Octal | 322 | 30 | 120 | 0 | 131 | 76 | 22 | 526 | 117 | 56 |
| Binary | 11010010 | 11000 | 1010000 | 0 | 1011001 | 111110 | 10010 | 101010110 | 1001111 | 101110 |
Color Harmonies of #D21850
Complementary color
Monochromatic Colors of #D21850
Black with #D21850
Text Example
Text Example
White with #D21850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21850; }
p { color: rgb(210,24,80); }
H1.HeaderClassName
{
color: #D21850;
}
.AnyTagClassName
{
color: #D21850;
}
</style>
background-color css
<style>
a { background-color: #D21850; }
a { background-color: rgb(210,24,80); }
div.DivClassName
{
background-color: #D21850;
}
.BgClassName
{
background-color: #D21850;
}
</style>
border-color css
<style>
span { border-color: #D21850; }
span { border-color: rgb(210,24,80); }
td.TdClassName
{
border-color: #D21850;
}
.TagClassName
{
border-color: #D21850;
}
</style>