Shades of Ruby #DC1350
Tints of Ruby #DC1350
RGB
CMYK
RGB Variations
Color information
#DC1350 (or 0xDC1350) is known color: Ruby. HEX triplet: DC, 13 and 50. RGB value is (220,19,80). Sum of RGB (Red+Green+Blue) = 220+19+80=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1350 is #23ECAF. Grayscale: #565656. Windows color (decimal): -2354352 or 5247964. OLE color: 5247964.
HSL color Cylindrical-coordinate representation of color #DC1350: hue angle of 341.79º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1350 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 80 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.14 |
| HSL | 341.79º | 0.84% | 0.47% | - |
| HSV(B) | 341.79º | 0.91% | 0.86% | - |
| XYZ | 31.2 | 16.26 | 9.08 | - |
| YUV | 86.05 | 124.59 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 80 | 0 | 0.91 | 0.64 | 0.14 | 341.79 | 0.84 | 0.47 |
| Hex | DC | 13 | 50 | 0 | 5B | 40 | E | 156 | 54 | 2F |
| Octal | 334 | 23 | 120 | 0 | 133 | 100 | 16 | 526 | 124 | 57 |
| Binary | 11011100 | 10011 | 1010000 | 0 | 1011011 | 1000000 | 1110 | 101010110 | 1010100 | 101111 |
Color Harmonies of #DC1350
Complementary color
Monochromatic Colors of #DC1350
Black with #DC1350
Text Example
Text Example
White with #DC1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1350; }
p { color: rgb(220,19,80); }
H1.HeaderClassName
{
color: #DC1350;
}
.AnyTagClassName
{
color: #DC1350;
}
</style>
background-color css
<style>
a { background-color: #DC1350; }
a { background-color: rgb(220,19,80); }
div.DivClassName
{
background-color: #DC1350;
}
.BgClassName
{
background-color: #DC1350;
}
</style>
border-color css
<style>
span { border-color: #DC1350; }
span { border-color: rgb(220,19,80); }
td.TdClassName
{
border-color: #DC1350;
}
.TagClassName
{
border-color: #DC1350;
}
</style>