Shades of Ruby #DC1E5E
Tints of Ruby #DC1E5E
RGB
CMYK
RGB Variations
Color information
#DC1E5E (or 0xDC1E5E) is known color: Ruby. HEX triplet: DC, 1E and 5E. RGB value is (220,30,94). Sum of RGB (Red+Green+Blue) = 220+30+94=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E5E is #23E1A1. Grayscale: #5E5E5E. Windows color (decimal): -2351522 or 6168284. OLE color: 6168284.
HSL color Cylindrical-coordinate representation of color #DC1E5E: hue angle of 339.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E5E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 94 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.14 |
| HSL | 339.79º | 0.76% | 0.49% | - |
| HSV(B) | 339.79º | 0.86% | 0.86% | - |
| XYZ | 32 | 16.95 | 12.18 | - |
| YUV | 94.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 94 | 0 | 0.86 | 0.57 | 0.14 | 339.79 | 0.76 | 0.49 |
| Hex | DC | 1E | 5E | 0 | 56 | 39 | E | 154 | 4C | 31 |
| Octal | 334 | 36 | 136 | 0 | 126 | 71 | 16 | 524 | 114 | 61 |
| Binary | 11011100 | 11110 | 1011110 | 0 | 1010110 | 111001 | 1110 | 101010100 | 1001100 | 110001 |
Color Harmonies of #DC1E5E
Complementary color
Monochromatic Colors of #DC1E5E
Black with #DC1E5E
Text Example
Text Example
White with #DC1E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E5E; }
p { color: rgb(220,30,94); }
H1.HeaderClassName
{
color: #DC1E5E;
}
.AnyTagClassName
{
color: #DC1E5E;
}
</style>
background-color css
<style>
a { background-color: #DC1E5E; }
a { background-color: rgb(220,30,94); }
div.DivClassName
{
background-color: #DC1E5E;
}
.BgClassName
{
background-color: #DC1E5E;
}
</style>
border-color css
<style>
span { border-color: #DC1E5E; }
span { border-color: rgb(220,30,94); }
td.TdClassName
{
border-color: #DC1E5E;
}
.TagClassName
{
border-color: #DC1E5E;
}
</style>