Shades of Ruby #DB1853
Tints of Ruby #DB1853
RGB
CMYK
RGB Variations
Color information
#DB1853 (or 0xDB1853) is known color: Ruby. HEX triplet: DB, 18 and 53. RGB value is (219,24,83). Sum of RGB (Red+Green+Blue) = 219+24+83=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1853 is #24E7AC. Grayscale: #585858. Windows color (decimal): -2418605 or 5445851. OLE color: 5445851.
HSL color Cylindrical-coordinate representation of color #DB1853: hue angle of 341.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1853 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 83 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.14 |
| HSL | 341.85º | 0.8% | 0.48% | - |
| HSV(B) | 341.85º | 0.89% | 0.86% | - |
| XYZ | 31.1 | 16.34 | 9.7 | - |
| YUV | 89.03 | 124.6 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 83 | 0 | 0.89 | 0.62 | 0.14 | 341.85 | 0.8 | 0.48 |
| Hex | DB | 18 | 53 | 0 | 59 | 3E | E | 156 | 50 | 30 |
| Octal | 333 | 30 | 123 | 0 | 131 | 76 | 16 | 526 | 120 | 60 |
| Binary | 11011011 | 11000 | 1010011 | 0 | 1011001 | 111110 | 1110 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DB1853
Complementary color
Monochromatic Colors of #DB1853
Black with #DB1853
Text Example
Text Example
White with #DB1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1853; }
p { color: rgb(219,24,83); }
H1.HeaderClassName
{
color: #DB1853;
}
.AnyTagClassName
{
color: #DB1853;
}
</style>
background-color css
<style>
a { background-color: #DB1853; }
a { background-color: rgb(219,24,83); }
div.DivClassName
{
background-color: #DB1853;
}
.BgClassName
{
background-color: #DB1853;
}
</style>
border-color css
<style>
span { border-color: #DB1853; }
span { border-color: rgb(219,24,83); }
td.TdClassName
{
border-color: #DB1853;
}
.TagClassName
{
border-color: #DB1853;
}
</style>