Shades of Ruby #D81750
Tints of Ruby #D81750
RGB
CMYK
RGB Variations
Color information
#D81750 (or 0xD81750) is known color: Ruby. HEX triplet: D8, 17 and 50. RGB value is (216,23,80). Sum of RGB (Red+Green+Blue) = 216+23+80=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D81750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81750 is #27E8AF. Grayscale: #575757. Windows color (decimal): -2615472 or 5248984. OLE color: 5248984.
HSL color Cylindrical-coordinate representation of color #D81750: hue angle of 342.28º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81750 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.15 |
| HSL | 342.28º | 0.81% | 0.47% | - |
| HSV(B) | 342.28º | 0.89% | 0.85% | - |
| XYZ | 30.07 | 15.79 | 9.05 | - |
| YUV | 87.21 | 123.94 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 80 | 0 | 0.89 | 0.63 | 0.15 | 342.28 | 0.81 | 0.47 |
| Hex | D8 | 17 | 50 | 0 | 59 | 3F | F | 156 | 51 | 2F |
| Octal | 330 | 27 | 120 | 0 | 131 | 77 | 17 | 526 | 121 | 57 |
| Binary | 11011000 | 10111 | 1010000 | 0 | 1011001 | 111111 | 1111 | 101010110 | 1010001 | 101111 |
Color Harmonies of #D81750
Complementary color
Monochromatic Colors of #D81750
Black with #D81750
Text Example
Text Example
White with #D81750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81750; }
p { color: rgb(216,23,80); }
H1.HeaderClassName
{
color: #D81750;
}
.AnyTagClassName
{
color: #D81750;
}
</style>
background-color css
<style>
a { background-color: #D81750; }
a { background-color: rgb(216,23,80); }
div.DivClassName
{
background-color: #D81750;
}
.BgClassName
{
background-color: #D81750;
}
</style>
border-color css
<style>
span { border-color: #D81750; }
span { border-color: rgb(216,23,80); }
td.TdClassName
{
border-color: #D81750;
}
.TagClassName
{
border-color: #D81750;
}
</style>