Shades of Ruby #D81A51
Tints of Ruby #D81A51
RGB
CMYK
RGB Variations
Color information
#D81A51 (or 0xD81A51) is known color: Ruby. HEX triplet: D8, 1A and 51. RGB value is (216,26,81). Sum of RGB (Red+Green+Blue) = 216+26+81=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A51 is #27E5AE. Grayscale: #595959. Windows color (decimal): -2614703 or 5315288. OLE color: 5315288.
HSL color Cylindrical-coordinate representation of color #D81A51: hue angle of 342.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A51 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 81 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.15 |
| HSL | 342.63º | 0.79% | 0.47% | - |
| HSV(B) | 342.63º | 0.88% | 0.85% | - |
| XYZ | 30.17 | 15.93 | 9.27 | - |
| YUV | 89.08 | 123.45 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 81 | 0 | 0.88 | 0.62 | 0.15 | 342.63 | 0.79 | 0.47 |
| Hex | D8 | 1A | 51 | 0 | 58 | 3E | F | 157 | 4F | 2F |
| Octal | 330 | 32 | 121 | 0 | 130 | 76 | 17 | 527 | 117 | 57 |
| Binary | 11011000 | 11010 | 1010001 | 0 | 1011000 | 111110 | 1111 | 101010111 | 1001111 | 101111 |
Color Harmonies of #D81A51
Complementary color
Monochromatic Colors of #D81A51
Black with #D81A51
Text Example
Text Example
White with #D81A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A51; }
p { color: rgb(216,26,81); }
H1.HeaderClassName
{
color: #D81A51;
}
.AnyTagClassName
{
color: #D81A51;
}
</style>
background-color css
<style>
a { background-color: #D81A51; }
a { background-color: rgb(216,26,81); }
div.DivClassName
{
background-color: #D81A51;
}
.BgClassName
{
background-color: #D81A51;
}
</style>
border-color css
<style>
span { border-color: #D81A51; }
span { border-color: rgb(216,26,81); }
td.TdClassName
{
border-color: #D81A51;
}
.TagClassName
{
border-color: #D81A51;
}
</style>