Shades of Ruby #D21653
Tints of Ruby #D21653
RGB
CMYK
RGB Variations
Color information
#D21653 (or 0xD21653) is known color: Ruby. HEX triplet: D2, 16 and 53. RGB value is (210,22,83). Sum of RGB (Red+Green+Blue) = 210+22+83=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D21653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21653 is #2DE9AC. Grayscale: #555555. Windows color (decimal): -3008941 or 5445330. OLE color: 5445330.
HSL color Cylindrical-coordinate representation of color #D21653: hue angle of 340.53º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21653 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 83 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 340.53º | 0.81% | 0.45% | - |
| HSV(B) | 340.53º | 0.9% | 0.82% | - |
| XYZ | 28.43 | 14.9 | 9.56 | - |
| YUV | 85.17 | 126.78 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 83 | 0 | 0.90 | 0.60 | 0.18 | 340.53 | 0.81 | 0.45 |
| Hex | D2 | 16 | 53 | 0 | 5A | 3C | 12 | 155 | 51 | 2D |
| Octal | 322 | 26 | 123 | 0 | 132 | 74 | 22 | 525 | 121 | 55 |
| Binary | 11010010 | 10110 | 1010011 | 0 | 1011010 | 111100 | 10010 | 101010101 | 1010001 | 101101 |
Color Harmonies of #D21653
Complementary color
Monochromatic Colors of #D21653
Black with #D21653
Text Example
Text Example
White with #D21653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21653; }
p { color: rgb(210,22,83); }
H1.HeaderClassName
{
color: #D21653;
}
.AnyTagClassName
{
color: #D21653;
}
</style>
background-color css
<style>
a { background-color: #D21653; }
a { background-color: rgb(210,22,83); }
div.DivClassName
{
background-color: #D21653;
}
.BgClassName
{
background-color: #D21653;
}
</style>
border-color css
<style>
span { border-color: #D21653; }
span { border-color: rgb(210,22,83); }
td.TdClassName
{
border-color: #D21653;
}
.TagClassName
{
border-color: #D21653;
}
</style>