Shades of Ruby #DB1C53
Tints of Ruby #DB1C53
RGB
CMYK
RGB Variations
Color information
#DB1C53 (or 0xDB1C53) is known color: Ruby. HEX triplet: DB, 1C and 53. RGB value is (219,28,83). Sum of RGB (Red+Green+Blue) = 219+28+83=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C53 is #24E3AC. Grayscale: #5B5B5B. Windows color (decimal): -2417581 or 5446875. OLE color: 5446875.
HSL color Cylindrical-coordinate representation of color #DB1C53: hue angle of 342.72º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C53 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 83 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.14 |
| HSL | 342.72º | 0.77% | 0.48% | - |
| HSV(B) | 342.72º | 0.87% | 0.86% | - |
| XYZ | 31.19 | 16.52 | 9.73 | - |
| YUV | 91.38 | 123.28 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 83 | 0 | 0.87 | 0.62 | 0.14 | 342.72 | 0.77 | 0.48 |
| Hex | DB | 1C | 53 | 0 | 57 | 3E | E | 157 | 4D | 30 |
| Octal | 333 | 34 | 123 | 0 | 127 | 76 | 16 | 527 | 115 | 60 |
| Binary | 11011011 | 11100 | 1010011 | 0 | 1010111 | 111110 | 1110 | 101010111 | 1001101 | 110000 |
Color Harmonies of #DB1C53
Complementary color
Monochromatic Colors of #DB1C53
Black with #DB1C53
Text Example
Text Example
White with #DB1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C53; }
p { color: rgb(219,28,83); }
H1.HeaderClassName
{
color: #DB1C53;
}
.AnyTagClassName
{
color: #DB1C53;
}
</style>
background-color css
<style>
a { background-color: #DB1C53; }
a { background-color: rgb(219,28,83); }
div.DivClassName
{
background-color: #DB1C53;
}
.BgClassName
{
background-color: #DB1C53;
}
</style>
border-color css
<style>
span { border-color: #DB1C53; }
span { border-color: rgb(219,28,83); }
td.TdClassName
{
border-color: #DB1C53;
}
.TagClassName
{
border-color: #DB1C53;
}
</style>