Shades of Ruby #DC1453
Tints of Ruby #DC1453
RGB
CMYK
RGB Variations
Color information
#DC1453 (or 0xDC1453) is known color: Ruby. HEX triplet: DC, 14 and 53. RGB value is (220,20,83). Sum of RGB (Red+Green+Blue) = 220+20+83=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1453 is #23EBAC. Grayscale: #565656. Windows color (decimal): -2354093 or 5444828. OLE color: 5444828.
HSL color Cylindrical-coordinate representation of color #DC1453: hue angle of 341.1º degrees, saturation: 0.83, 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 #DC1453 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 20 | 83 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.14 |
| HSL | 341.1º | 0.83% | 0.47% | - |
| HSV(B) | 341.1º | 0.91% | 0.86% | - |
| XYZ | 31.33 | 16.34 | 9.69 | - |
| YUV | 86.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 20 | 83 | 0 | 0.91 | 0.62 | 0.14 | 341.1 | 0.83 | 0.47 |
| Hex | DC | 14 | 53 | 0 | 5B | 3E | E | 155 | 53 | 2F |
| Octal | 334 | 24 | 123 | 0 | 133 | 76 | 16 | 525 | 123 | 57 |
| Binary | 11011100 | 10100 | 1010011 | 0 | 1011011 | 111110 | 1110 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DC1453
Complementary color
Monochromatic Colors of #DC1453
Black with #DC1453
Text Example
Text Example
White with #DC1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1453; }
p { color: rgb(220,20,83); }
H1.HeaderClassName
{
color: #DC1453;
}
.AnyTagClassName
{
color: #DC1453;
}
</style>
background-color css
<style>
a { background-color: #DC1453; }
a { background-color: rgb(220,20,83); }
div.DivClassName
{
background-color: #DC1453;
}
.BgClassName
{
background-color: #DC1453;
}
</style>
border-color css
<style>
span { border-color: #DC1453; }
span { border-color: rgb(220,20,83); }
td.TdClassName
{
border-color: #DC1453;
}
.TagClassName
{
border-color: #DC1453;
}
</style>