Shades of Ruby #DA1851
Tints of Ruby #DA1851
RGB
CMYK
RGB Variations
Color information
#DA1851 (or 0xDA1851) is known color: Ruby. HEX triplet: DA, 18 and 51. RGB value is (218,24,81). Sum of RGB (Red+Green+Blue) = 218+24+81=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1851 is #25E7AE. Grayscale: #585858. Windows color (decimal): -2484143 or 5314778. OLE color: 5314778.
HSL color Cylindrical-coordinate representation of color #DA1851: hue angle of 342.37º degrees, saturation: 0.8, 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 #DA1851 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 81 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.15 |
| HSL | 342.37º | 0.8% | 0.47% | - |
| HSV(B) | 342.37º | 0.89% | 0.85% | - |
| XYZ | 30.73 | 16.15 | 9.28 | - |
| YUV | 88.5 | 123.77 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 81 | 0 | 0.89 | 0.63 | 0.15 | 342.37 | 0.8 | 0.47 |
| Hex | DA | 18 | 51 | 0 | 59 | 3F | F | 156 | 50 | 2F |
| Octal | 332 | 30 | 121 | 0 | 131 | 77 | 17 | 526 | 120 | 57 |
| Binary | 11011010 | 11000 | 1010001 | 0 | 1011001 | 111111 | 1111 | 101010110 | 1010000 | 101111 |
Color Harmonies of #DA1851
Complementary color
Monochromatic Colors of #DA1851
Black with #DA1851
Text Example
Text Example
White with #DA1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1851; }
p { color: rgb(218,24,81); }
H1.HeaderClassName
{
color: #DA1851;
}
.AnyTagClassName
{
color: #DA1851;
}
</style>
background-color css
<style>
a { background-color: #DA1851; }
a { background-color: rgb(218,24,81); }
div.DivClassName
{
background-color: #DA1851;
}
.BgClassName
{
background-color: #DA1851;
}
</style>
border-color css
<style>
span { border-color: #DA1851; }
span { border-color: rgb(218,24,81); }
td.TdClassName
{
border-color: #DA1851;
}
.TagClassName
{
border-color: #DA1851;
}
</style>