Shades of Ruby #DC1750
Tints of Ruby #DC1750
RGB
CMYK
RGB Variations
Color information
#DC1750 (or 0xDC1750) is known color: Ruby. HEX triplet: DC, 17 and 50. RGB value is (220,23,80). Sum of RGB (Red+Green+Blue) = 220+23+80=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1750 is #23E8AF. Grayscale: #585858. Windows color (decimal): -2353328 or 5248988. OLE color: 5248988.
HSL color Cylindrical-coordinate representation of color #DC1750: hue angle of 342.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1750 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 80 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.14 |
| HSL | 342.64º | 0.81% | 0.48% | - |
| HSV(B) | 342.64º | 0.9% | 0.86% | - |
| XYZ | 31.27 | 16.41 | 9.11 | - |
| YUV | 88.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 80 | 0 | 0.90 | 0.64 | 0.14 | 342.64 | 0.81 | 0.48 |
| Hex | DC | 17 | 50 | 0 | 5A | 40 | E | 157 | 51 | 30 |
| Octal | 334 | 27 | 120 | 0 | 132 | 100 | 16 | 527 | 121 | 60 |
| Binary | 11011100 | 10111 | 1010000 | 0 | 1011010 | 1000000 | 1110 | 101010111 | 1010001 | 110000 |
Color Harmonies of #DC1750
Complementary color
Monochromatic Colors of #DC1750
Black with #DC1750
Text Example
Text Example
White with #DC1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1750; }
p { color: rgb(220,23,80); }
H1.HeaderClassName
{
color: #DC1750;
}
.AnyTagClassName
{
color: #DC1750;
}
</style>
background-color css
<style>
a { background-color: #DC1750; }
a { background-color: rgb(220,23,80); }
div.DivClassName
{
background-color: #DC1750;
}
.BgClassName
{
background-color: #DC1750;
}
</style>
border-color css
<style>
span { border-color: #DC1750; }
span { border-color: rgb(220,23,80); }
td.TdClassName
{
border-color: #DC1750;
}
.TagClassName
{
border-color: #DC1750;
}
</style>