Shades of Ruby #DC0373
Tints of Ruby #DC0373
RGB
CMYK
RGB Variations
Color information
#DC0373 (or 0xDC0373) is known color: Ruby. HEX triplet: DC, 03 and 73. RGB value is (220,3,115). Sum of RGB (Red+Green+Blue) = 220+3+115=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0373 is #23FC8C. Grayscale: #505050. Windows color (decimal): -2358413 or 7537628. OLE color: 7537628.
HSL color Cylindrical-coordinate representation of color #DC0373: hue angle of 329.03º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0373 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.14 |
| HSL | 329.03º | 0.97% | 0.44% | - |
| HSV(B) | 329.03º | 0.99% | 0.86% | - |
| XYZ | 32.64 | 16.52 | 17.69 | - |
| YUV | 80.65 | 147.39 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 115 | 0 | 0.99 | 0.48 | 0.14 | 329.03 | 0.97 | 0.44 |
| Hex | DC | 3 | 73 | 0 | 63 | 30 | E | 149 | 61 | 2C |
| Octal | 334 | 3 | 163 | 0 | 143 | 60 | 16 | 511 | 141 | 54 |
| Binary | 11011100 | 11 | 1110011 | 0 | 1100011 | 110000 | 1110 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DC0373
Complementary color
Monochromatic Colors of #DC0373
Black with #DC0373
Text Example
Text Example
White with #DC0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0373; }
p { color: rgb(220,3,115); }
H1.HeaderClassName
{
color: #DC0373;
}
.AnyTagClassName
{
color: #DC0373;
}
</style>
background-color css
<style>
a { background-color: #DC0373; }
a { background-color: rgb(220,3,115); }
div.DivClassName
{
background-color: #DC0373;
}
.BgClassName
{
background-color: #DC0373;
}
</style>
border-color css
<style>
span { border-color: #DC0373; }
span { border-color: rgb(220,3,115); }
td.TdClassName
{
border-color: #DC0373;
}
.TagClassName
{
border-color: #DC0373;
}
</style>