Shades of Ruby #DC175F
Tints of Ruby #DC175F
RGB
CMYK
RGB Variations
Color information
#DC175F (or 0xDC175F) is known color: Ruby. HEX triplet: DC, 17 and 5F. RGB value is (220,23,95). Sum of RGB (Red+Green+Blue) = 220+23+95=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC175F is #23E8A0. Grayscale: #5A5A5A. Windows color (decimal): -2353313 or 6232028. OLE color: 6232028.
HSL color Cylindrical-coordinate representation of color #DC175F: hue angle of 338.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC175F is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 95 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.14 |
| HSL | 338.07º | 0.81% | 0.48% | - |
| HSV(B) | 338.07º | 0.9% | 0.86% | - |
| XYZ | 31.89 | 16.65 | 12.36 | - |
| YUV | 90.11 | 130.77 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 95 | 0 | 0.90 | 0.57 | 0.14 | 338.07 | 0.81 | 0.48 |
| Hex | DC | 17 | 5F | 0 | 5A | 39 | E | 152 | 51 | 30 |
| Octal | 334 | 27 | 137 | 0 | 132 | 71 | 16 | 522 | 121 | 60 |
| Binary | 11011100 | 10111 | 1011111 | 0 | 1011010 | 111001 | 1110 | 101010010 | 1010001 | 110000 |
Color Harmonies of #DC175F
Complementary color
Monochromatic Colors of #DC175F
Black with #DC175F
Text Example
Text Example
White with #DC175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC175F; }
p { color: rgb(220,23,95); }
H1.HeaderClassName
{
color: #DC175F;
}
.AnyTagClassName
{
color: #DC175F;
}
</style>
background-color css
<style>
a { background-color: #DC175F; }
a { background-color: rgb(220,23,95); }
div.DivClassName
{
background-color: #DC175F;
}
.BgClassName
{
background-color: #DC175F;
}
</style>
border-color css
<style>
span { border-color: #DC175F; }
span { border-color: rgb(220,23,95); }
td.TdClassName
{
border-color: #DC175F;
}
.TagClassName
{
border-color: #DC175F;
}
</style>