Shades of Ruby #D81251
Tints of Ruby #D81251
RGB
CMYK
RGB Variations
Color information
#D81251 (or 0xD81251) is known color: Ruby. HEX triplet: D8, 12 and 51. RGB value is (216,18,81). Sum of RGB (Red+Green+Blue) = 216+18+81=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D81251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81251 is #27EDAE. Grayscale: #545454. Windows color (decimal): -2616751 or 5313240. OLE color: 5313240.
HSL color Cylindrical-coordinate representation of color #D81251: hue angle of 340.91º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81251 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 81 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.15 |
| HSL | 340.91º | 0.85% | 0.46% | - |
| HSV(B) | 340.91º | 0.92% | 0.85% | - |
| XYZ | 30.02 | 15.63 | 9.22 | - |
| YUV | 84.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 81 | 0 | 0.92 | 0.62 | 0.15 | 340.91 | 0.85 | 0.46 |
| Hex | D8 | 12 | 51 | 0 | 5C | 3E | F | 155 | 55 | 2E |
| Octal | 330 | 22 | 121 | 0 | 134 | 76 | 17 | 525 | 125 | 56 |
| Binary | 11011000 | 10010 | 1010001 | 0 | 1011100 | 111110 | 1111 | 101010101 | 1010101 | 101110 |
Color Harmonies of #D81251
Complementary color
Monochromatic Colors of #D81251
Black with #D81251
Text Example
Text Example
White with #D81251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81251; }
p { color: rgb(216,18,81); }
H1.HeaderClassName
{
color: #D81251;
}
.AnyTagClassName
{
color: #D81251;
}
</style>
background-color css
<style>
a { background-color: #D81251; }
a { background-color: rgb(216,18,81); }
div.DivClassName
{
background-color: #D81251;
}
.BgClassName
{
background-color: #D81251;
}
</style>
border-color css
<style>
span { border-color: #D81251; }
span { border-color: rgb(216,18,81); }
td.TdClassName
{
border-color: #D81251;
}
.TagClassName
{
border-color: #D81251;
}
</style>