Shades of Ruby #D51650
Tints of Ruby #D51650
RGB
CMYK
RGB Variations
Color information
#D51650 (or 0xD51650) is known color: Ruby. HEX triplet: D5, 16 and 50. RGB value is (213,22,80). Sum of RGB (Red+Green+Blue) = 213+22+80=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D51650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51650 is #2AE9AF. Grayscale: #555555. Windows color (decimal): -2812336 or 5248725. OLE color: 5248725.
HSL color Cylindrical-coordinate representation of color #D51650: hue angle of 341.78º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51650 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 80 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.16 |
| HSL | 341.78º | 0.81% | 0.46% | - |
| HSV(B) | 341.78º | 0.9% | 0.84% | - |
| XYZ | 29.18 | 15.3 | 9 | - |
| YUV | 85.72 | 124.78 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 80 | 0 | 0.90 | 0.62 | 0.16 | 341.78 | 0.81 | 0.46 |
| Hex | D5 | 16 | 50 | 0 | 5A | 3E | 10 | 156 | 51 | 2E |
| Octal | 325 | 26 | 120 | 0 | 132 | 76 | 20 | 526 | 121 | 56 |
| Binary | 11010101 | 10110 | 1010000 | 0 | 1011010 | 111110 | 10000 | 101010110 | 1010001 | 101110 |
Color Harmonies of #D51650
Complementary color
Monochromatic Colors of #D51650
Black with #D51650
Text Example
Text Example
White with #D51650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51650; }
p { color: rgb(213,22,80); }
H1.HeaderClassName
{
color: #D51650;
}
.AnyTagClassName
{
color: #D51650;
}
</style>
background-color css
<style>
a { background-color: #D51650; }
a { background-color: rgb(213,22,80); }
div.DivClassName
{
background-color: #D51650;
}
.BgClassName
{
background-color: #D51650;
}
</style>
border-color css
<style>
span { border-color: #D51650; }
span { border-color: rgb(213,22,80); }
td.TdClassName
{
border-color: #D51650;
}
.TagClassName
{
border-color: #D51650;
}
</style>