Shades of Ruby #DC0371
Tints of Ruby #DC0371
RGB
CMYK
RGB Variations
Color information
#DC0371 (or 0xDC0371) is known color: Ruby. HEX triplet: DC, 03 and 71. RGB value is (220,3,113). Sum of RGB (Red+Green+Blue) = 220+3+113=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0371 is #23FC8E. Grayscale: #505050. Windows color (decimal): -2358415 or 7406556. OLE color: 7406556.
HSL color Cylindrical-coordinate representation of color #DC0371: hue angle of 329.59º 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 #DC0371 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.14 |
| HSL | 329.59º | 0.97% | 0.44% | - |
| HSV(B) | 329.59º | 0.99% | 0.86% | - |
| XYZ | 32.53 | 16.47 | 17.09 | - |
| YUV | 80.42 | 146.39 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 113 | 0 | 0.99 | 0.49 | 0.14 | 329.59 | 0.97 | 0.44 |
| Hex | DC | 3 | 71 | 0 | 63 | 31 | E | 14A | 61 | 2C |
| Octal | 334 | 3 | 161 | 0 | 143 | 61 | 16 | 512 | 141 | 54 |
| Binary | 11011100 | 11 | 1110001 | 0 | 1100011 | 110001 | 1110 | 101001010 | 1100001 | 101100 |
Color Harmonies of #DC0371
Complementary color
Monochromatic Colors of #DC0371
Black with #DC0371
Text Example
Text Example
White with #DC0371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0371; }
p { color: rgb(220,3,113); }
H1.HeaderClassName
{
color: #DC0371;
}
.AnyTagClassName
{
color: #DC0371;
}
</style>
background-color css
<style>
a { background-color: #DC0371; }
a { background-color: rgb(220,3,113); }
div.DivClassName
{
background-color: #DC0371;
}
.BgClassName
{
background-color: #DC0371;
}
</style>
border-color css
<style>
span { border-color: #DC0371; }
span { border-color: rgb(220,3,113); }
td.TdClassName
{
border-color: #DC0371;
}
.TagClassName
{
border-color: #DC0371;
}
</style>