Shades of Ruby #DC1854
Tints of Ruby #DC1854
RGB
CMYK
RGB Variations
Color information
#DC1854 (or 0xDC1854) is known color: Ruby. HEX triplet: DC, 18 and 54. RGB value is (220,24,84). Sum of RGB (Red+Green+Blue) = 220+24+84=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1854 is #23E7AB. Grayscale: #595959. Windows color (decimal): -2353068 or 5511388. OLE color: 5511388.
HSL color Cylindrical-coordinate representation of color #DC1854: hue angle of 341.63º 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 #DC1854 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 84 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.14 |
| HSL | 341.63º | 0.8% | 0.48% | - |
| HSV(B) | 341.63º | 0.89% | 0.86% | - |
| XYZ | 31.44 | 16.51 | 9.92 | - |
| YUV | 89.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 84 | 0 | 0.89 | 0.62 | 0.14 | 341.63 | 0.8 | 0.48 |
| Hex | DC | 18 | 54 | 0 | 59 | 3E | E | 156 | 50 | 30 |
| Octal | 334 | 30 | 124 | 0 | 131 | 76 | 16 | 526 | 120 | 60 |
| Binary | 11011100 | 11000 | 1010100 | 0 | 1011001 | 111110 | 1110 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DC1854
Complementary color
Monochromatic Colors of #DC1854
Black with #DC1854
Text Example
Text Example
White with #DC1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1854; }
p { color: rgb(220,24,84); }
H1.HeaderClassName
{
color: #DC1854;
}
.AnyTagClassName
{
color: #DC1854;
}
</style>
background-color css
<style>
a { background-color: #DC1854; }
a { background-color: rgb(220,24,84); }
div.DivClassName
{
background-color: #DC1854;
}
.BgClassName
{
background-color: #DC1854;
}
</style>
border-color css
<style>
span { border-color: #DC1854; }
span { border-color: rgb(220,24,84); }
td.TdClassName
{
border-color: #DC1854;
}
.TagClassName
{
border-color: #DC1854;
}
</style>