Shades of Ruby #DC1553
Tints of Ruby #DC1553
RGB
CMYK
RGB Variations
Color information
#DC1553 (or 0xDC1553) is known color: Ruby. HEX triplet: DC, 15 and 53. RGB value is (220,21,83). Sum of RGB (Red+Green+Blue) = 220+21+83=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1553 is #23EAAC. Grayscale: #575757. Windows color (decimal): -2353837 or 5445084. OLE color: 5445084.
HSL color Cylindrical-coordinate representation of color #DC1553: hue angle of 341.31º 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 #DC1553 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 83 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.14 |
| HSL | 341.31º | 0.83% | 0.47% | - |
| HSV(B) | 341.31º | 0.9% | 0.86% | - |
| XYZ | 31.34 | 16.38 | 9.69 | - |
| YUV | 87.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 83 | 0 | 0.90 | 0.62 | 0.14 | 341.31 | 0.83 | 0.47 |
| Hex | DC | 15 | 53 | 0 | 5A | 3E | E | 155 | 53 | 2F |
| Octal | 334 | 25 | 123 | 0 | 132 | 76 | 16 | 525 | 123 | 57 |
| Binary | 11011100 | 10101 | 1010011 | 0 | 1011010 | 111110 | 1110 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DC1553
Complementary color
Monochromatic Colors of #DC1553
Black with #DC1553
Text Example
Text Example
White with #DC1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1553; }
p { color: rgb(220,21,83); }
H1.HeaderClassName
{
color: #DC1553;
}
.AnyTagClassName
{
color: #DC1553;
}
</style>
background-color css
<style>
a { background-color: #DC1553; }
a { background-color: rgb(220,21,83); }
div.DivClassName
{
background-color: #DC1553;
}
.BgClassName
{
background-color: #DC1553;
}
</style>
border-color css
<style>
span { border-color: #DC1553; }
span { border-color: rgb(220,21,83); }
td.TdClassName
{
border-color: #DC1553;
}
.TagClassName
{
border-color: #DC1553;
}
</style>