Shades of Ruby #D21353
Tints of Ruby #D21353
RGB
CMYK
RGB Variations
Color information
#D21353 (or 0xD21353) is known color: Ruby. HEX triplet: D2, 13 and 53. RGB value is (210,19,83). Sum of RGB (Red+Green+Blue) = 210+19+83=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D21353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21353 is #2DECAC. Grayscale: #535353. Windows color (decimal): -3009709 or 5444562. OLE color: 5444562.
HSL color Cylindrical-coordinate representation of color #D21353: hue angle of 339.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21353 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 83 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.18 |
| HSL | 339.9º | 0.83% | 0.45% | - |
| HSV(B) | 339.9º | 0.91% | 0.82% | - |
| XYZ | 28.37 | 14.79 | 9.54 | - |
| YUV | 83.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 83 | 0 | 0.91 | 0.60 | 0.18 | 339.9 | 0.83 | 0.45 |
| Hex | D2 | 13 | 53 | 0 | 5B | 3C | 12 | 154 | 53 | 2D |
| Octal | 322 | 23 | 123 | 0 | 133 | 74 | 22 | 524 | 123 | 55 |
| Binary | 11010010 | 10011 | 1010011 | 0 | 1011011 | 111100 | 10010 | 101010100 | 1010011 | 101101 |
Color Harmonies of #D21353
Complementary color
Monochromatic Colors of #D21353
Black with #D21353
Text Example
Text Example
White with #D21353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21353; }
p { color: rgb(210,19,83); }
H1.HeaderClassName
{
color: #D21353;
}
.AnyTagClassName
{
color: #D21353;
}
</style>
background-color css
<style>
a { background-color: #D21353; }
a { background-color: rgb(210,19,83); }
div.DivClassName
{
background-color: #D21353;
}
.BgClassName
{
background-color: #D21353;
}
</style>
border-color css
<style>
span { border-color: #D21353; }
span { border-color: rgb(210,19,83); }
td.TdClassName
{
border-color: #D21353;
}
.TagClassName
{
border-color: #D21353;
}
</style>