Shades of Ruby #DC1751
Tints of Ruby #DC1751
RGB
CMYK
RGB Variations
Color information
#DC1751 (or 0xDC1751) is known color: Ruby. HEX triplet: DC, 17 and 51. RGB value is (220,23,81). Sum of RGB (Red+Green+Blue) = 220+23+81=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1751 is #23E8AE. Grayscale: #585858. Windows color (decimal): -2353327 or 5314524. OLE color: 5314524.
HSL color Cylindrical-coordinate representation of color #DC1751: hue angle of 342.34º 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 #DC1751 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 81 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.14 |
| HSL | 342.34º | 0.81% | 0.48% | - |
| HSV(B) | 342.34º | 0.9% | 0.86% | - |
| XYZ | 31.31 | 16.42 | 9.3 | - |
| YUV | 88.52 | 123.77 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 81 | 0 | 0.90 | 0.63 | 0.14 | 342.34 | 0.81 | 0.48 |
| Hex | DC | 17 | 51 | 0 | 5A | 3F | E | 156 | 51 | 30 |
| Octal | 334 | 27 | 121 | 0 | 132 | 77 | 16 | 526 | 121 | 60 |
| Binary | 11011100 | 10111 | 1010001 | 0 | 1011010 | 111111 | 1110 | 101010110 | 1010001 | 110000 |
Color Harmonies of #DC1751
Complementary color
Monochromatic Colors of #DC1751
Black with #DC1751
Text Example
Text Example
White with #DC1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1751; }
p { color: rgb(220,23,81); }
H1.HeaderClassName
{
color: #DC1751;
}
.AnyTagClassName
{
color: #DC1751;
}
</style>
background-color css
<style>
a { background-color: #DC1751; }
a { background-color: rgb(220,23,81); }
div.DivClassName
{
background-color: #DC1751;
}
.BgClassName
{
background-color: #DC1751;
}
</style>
border-color css
<style>
span { border-color: #DC1751; }
span { border-color: rgb(220,23,81); }
td.TdClassName
{
border-color: #DC1751;
}
.TagClassName
{
border-color: #DC1751;
}
</style>