Shades of Ruby #DC1C53
Tints of Ruby #DC1C53
RGB
CMYK
RGB Variations
Color information
#DC1C53 (or 0xDC1C53) is known color: Ruby. HEX triplet: DC, 1C and 53. RGB value is (220,28,83). Sum of RGB (Red+Green+Blue) = 220+28+83=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C53 is #23E3AC. Grayscale: #5B5B5B. Windows color (decimal): -2352045 or 5446876. OLE color: 5446876.
HSL color Cylindrical-coordinate representation of color #DC1C53: hue angle of 342.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C53 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 83 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.14 |
| HSL | 342.81º | 0.77% | 0.49% | - |
| HSV(B) | 342.81º | 0.87% | 0.86% | - |
| XYZ | 31.49 | 16.67 | 9.74 | - |
| YUV | 91.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 83 | 0 | 0.87 | 0.62 | 0.14 | 342.81 | 0.77 | 0.49 |
| Hex | DC | 1C | 53 | 0 | 57 | 3E | E | 157 | 4D | 31 |
| Octal | 334 | 34 | 123 | 0 | 127 | 76 | 16 | 527 | 115 | 61 |
| Binary | 11011100 | 11100 | 1010011 | 0 | 1010111 | 111110 | 1110 | 101010111 | 1001101 | 110001 |
Color Harmonies of #DC1C53
Complementary color
Monochromatic Colors of #DC1C53
Black with #DC1C53
Text Example
Text Example
White with #DC1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C53; }
p { color: rgb(220,28,83); }
H1.HeaderClassName
{
color: #DC1C53;
}
.AnyTagClassName
{
color: #DC1C53;
}
</style>
background-color css
<style>
a { background-color: #DC1C53; }
a { background-color: rgb(220,28,83); }
div.DivClassName
{
background-color: #DC1C53;
}
.BgClassName
{
background-color: #DC1C53;
}
</style>
border-color css
<style>
span { border-color: #DC1C53; }
span { border-color: rgb(220,28,83); }
td.TdClassName
{
border-color: #DC1C53;
}
.TagClassName
{
border-color: #DC1C53;
}
</style>