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