Shades of Ruby #D21453
Tints of Ruby #D21453
RGB
CMYK
RGB Variations
Color information
#D21453 (or 0xD21453) is known color: Ruby. HEX triplet: D2, 14 and 53. RGB value is (210,20,83). Sum of RGB (Red+Green+Blue) = 210+20+83=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D21453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21453 is #2DEBAC. Grayscale: #535353. Windows color (decimal): -3009453 or 5444818. OLE color: 5444818.
HSL color Cylindrical-coordinate representation of color #D21453: hue angle of 340.11º degrees, saturation: 0.83, 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 #D21453 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 83 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.18 |
| HSL | 340.11º | 0.83% | 0.45% | - |
| HSV(B) | 340.11º | 0.9% | 0.82% | - |
| XYZ | 28.39 | 14.83 | 9.55 | - |
| YUV | 83.99 | 127.45 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 83 | 0 | 0.90 | 0.60 | 0.18 | 340.11 | 0.83 | 0.45 |
| Hex | D2 | 14 | 53 | 0 | 5A | 3C | 12 | 154 | 53 | 2D |
| Octal | 322 | 24 | 123 | 0 | 132 | 74 | 22 | 524 | 123 | 55 |
| Binary | 11010010 | 10100 | 1010011 | 0 | 1011010 | 111100 | 10010 | 101010100 | 1010011 | 101101 |
Color Harmonies of #D21453
Complementary color
Monochromatic Colors of #D21453
Black with #D21453
Text Example
Text Example
White with #D21453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21453; }
p { color: rgb(210,20,83); }
H1.HeaderClassName
{
color: #D21453;
}
.AnyTagClassName
{
color: #D21453;
}
</style>
background-color css
<style>
a { background-color: #D21453; }
a { background-color: rgb(210,20,83); }
div.DivClassName
{
background-color: #D21453;
}
.BgClassName
{
background-color: #D21453;
}
</style>
border-color css
<style>
span { border-color: #D21453; }
span { border-color: rgb(210,20,83); }
td.TdClassName
{
border-color: #D21453;
}
.TagClassName
{
border-color: #D21453;
}
</style>