Shades of Ruby #D61851
Tints of Ruby #D61851
RGB
CMYK
RGB Variations
Color information
#D61851 (or 0xD61851) is known color: Ruby. HEX triplet: D6, 18 and 51. RGB value is (214,24,81). Sum of RGB (Red+Green+Blue) = 214+24+81=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D61851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61851 is #29E7AE. Grayscale: #575757. Windows color (decimal): -2746287 or 5314774. OLE color: 5314774.
HSL color Cylindrical-coordinate representation of color #D61851: hue angle of 342º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61851 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 81 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.16 |
| HSL | 342º | 0.8% | 0.47% | - |
| HSV(B) | 342º | 0.89% | 0.84% | - |
| XYZ | 29.54 | 15.54 | 9.23 | - |
| YUV | 87.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 81 | 0 | 0.89 | 0.62 | 0.16 | 342 | 0.8 | 0.47 |
| Hex | D6 | 18 | 51 | 0 | 59 | 3E | 10 | 156 | 50 | 2F |
| Octal | 326 | 30 | 121 | 0 | 131 | 76 | 20 | 526 | 120 | 57 |
| Binary | 11010110 | 11000 | 1010001 | 0 | 1011001 | 111110 | 10000 | 101010110 | 1010000 | 101111 |
Color Harmonies of #D61851
Complementary color
Monochromatic Colors of #D61851
Black with #D61851
Text Example
Text Example
White with #D61851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61851; }
p { color: rgb(214,24,81); }
H1.HeaderClassName
{
color: #D61851;
}
.AnyTagClassName
{
color: #D61851;
}
</style>
background-color css
<style>
a { background-color: #D61851; }
a { background-color: rgb(214,24,81); }
div.DivClassName
{
background-color: #D61851;
}
.BgClassName
{
background-color: #D61851;
}
</style>
border-color css
<style>
span { border-color: #D61851; }
span { border-color: rgb(214,24,81); }
td.TdClassName
{
border-color: #D61851;
}
.TagClassName
{
border-color: #D61851;
}
</style>