Shades of Ruby #D21153
Tints of Ruby #D21153
RGB
CMYK
RGB Variations
Color information
#D21153 (or 0xD21153) is known color: Ruby. HEX triplet: D2, 11 and 53. RGB value is (210,17,83). Sum of RGB (Red+Green+Blue) = 210+17+83=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D21153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21153 is #2DEEAC. Grayscale: #525252. Windows color (decimal): -3010221 or 5444050. OLE color: 5444050.
HSL color Cylindrical-coordinate representation of color #D21153: hue angle of 339.48º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21153 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.18 |
| HSL | 339.48º | 0.85% | 0.45% | - |
| HSV(B) | 339.48º | 0.92% | 0.82% | - |
| XYZ | 28.34 | 14.73 | 9.53 | - |
| YUV | 82.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 83 | 0 | 0.92 | 0.60 | 0.18 | 339.48 | 0.85 | 0.45 |
| Hex | D2 | 11 | 53 | 0 | 5C | 3C | 12 | 153 | 55 | 2D |
| Octal | 322 | 21 | 123 | 0 | 134 | 74 | 22 | 523 | 125 | 55 |
| Binary | 11010010 | 10001 | 1010011 | 0 | 1011100 | 111100 | 10010 | 101010011 | 1010101 | 101101 |
Color Harmonies of #D21153
Complementary color
Monochromatic Colors of #D21153
Black with #D21153
Text Example
Text Example
White with #D21153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21153; }
p { color: rgb(210,17,83); }
H1.HeaderClassName
{
color: #D21153;
}
.AnyTagClassName
{
color: #D21153;
}
</style>
background-color css
<style>
a { background-color: #D21153; }
a { background-color: rgb(210,17,83); }
div.DivClassName
{
background-color: #D21153;
}
.BgClassName
{
background-color: #D21153;
}
</style>
border-color css
<style>
span { border-color: #D21153; }
span { border-color: rgb(210,17,83); }
td.TdClassName
{
border-color: #D21153;
}
.TagClassName
{
border-color: #D21153;
}
</style>