Shades of Ruby #DC1554
Tints of Ruby #DC1554
RGB
CMYK
RGB Variations
Color information
#DC1554 (or 0xDC1554) is known color: Ruby. HEX triplet: DC, 15 and 54. RGB value is (220,21,84). Sum of RGB (Red+Green+Blue) = 220+21+84=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1554 is #23EAAB. Grayscale: #575757. Windows color (decimal): -2353836 or 5510620. OLE color: 5510620.
HSL color Cylindrical-coordinate representation of color #DC1554: hue angle of 341.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1554 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.14 |
| HSL | 341.01º | 0.83% | 0.47% | - |
| HSV(B) | 341.01º | 0.9% | 0.86% | - |
| XYZ | 31.38 | 16.39 | 9.9 | - |
| YUV | 87.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 84 | 0 | 0.90 | 0.62 | 0.14 | 341.01 | 0.83 | 0.47 |
| Hex | DC | 15 | 54 | 0 | 5A | 3E | E | 155 | 53 | 2F |
| Octal | 334 | 25 | 124 | 0 | 132 | 76 | 16 | 525 | 123 | 57 |
| Binary | 11011100 | 10101 | 1010100 | 0 | 1011010 | 111110 | 1110 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DC1554
Complementary color
Monochromatic Colors of #DC1554
Black with #DC1554
Text Example
Text Example
White with #DC1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1554; }
p { color: rgb(220,21,84); }
H1.HeaderClassName
{
color: #DC1554;
}
.AnyTagClassName
{
color: #DC1554;
}
</style>
background-color css
<style>
a { background-color: #DC1554; }
a { background-color: rgb(220,21,84); }
div.DivClassName
{
background-color: #DC1554;
}
.BgClassName
{
background-color: #DC1554;
}
</style>
border-color css
<style>
span { border-color: #DC1554; }
span { border-color: rgb(220,21,84); }
td.TdClassName
{
border-color: #DC1554;
}
.TagClassName
{
border-color: #DC1554;
}
</style>