Shades of Ruby #D21753
Tints of Ruby #D21753
RGB
CMYK
RGB Variations
Color information
#D21753 (or 0xD21753) is known color: Ruby. HEX triplet: D2, 17 and 53. RGB value is (210,23,83). Sum of RGB (Red+Green+Blue) = 210+23+83=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D21753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21753 is #2DE8AC. Grayscale: #555555. Windows color (decimal): -3008685 or 5445586. OLE color: 5445586.
HSL color Cylindrical-coordinate representation of color #D21753: hue angle of 340.75º degrees, saturation: 0.8, 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 #D21753 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 83 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.18 |
| HSL | 340.75º | 0.8% | 0.46% | - |
| HSV(B) | 340.75º | 0.89% | 0.82% | - |
| XYZ | 28.45 | 14.94 | 9.57 | - |
| YUV | 85.75 | 126.45 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 83 | 0 | 0.89 | 0.60 | 0.18 | 340.75 | 0.8 | 0.46 |
| Hex | D2 | 17 | 53 | 0 | 59 | 3C | 12 | 155 | 50 | 2E |
| Octal | 322 | 27 | 123 | 0 | 131 | 74 | 22 | 525 | 120 | 56 |
| Binary | 11010010 | 10111 | 1010011 | 0 | 1011001 | 111100 | 10010 | 101010101 | 1010000 | 101110 |
Color Harmonies of #D21753
Complementary color
Monochromatic Colors of #D21753
Black with #D21753
Text Example
Text Example
White with #D21753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21753; }
p { color: rgb(210,23,83); }
H1.HeaderClassName
{
color: #D21753;
}
.AnyTagClassName
{
color: #D21753;
}
</style>
background-color css
<style>
a { background-color: #D21753; }
a { background-color: rgb(210,23,83); }
div.DivClassName
{
background-color: #D21753;
}
.BgClassName
{
background-color: #D21753;
}
</style>
border-color css
<style>
span { border-color: #D21753; }
span { border-color: rgb(210,23,83); }
td.TdClassName
{
border-color: #D21753;
}
.TagClassName
{
border-color: #D21753;
}
</style>