Shades of Ruby #DC175B
Tints of Ruby #DC175B
RGB
CMYK
RGB Variations
Color information
#DC175B (or 0xDC175B) is known color: Ruby. HEX triplet: DC, 17 and 5B. RGB value is (220,23,91). Sum of RGB (Red+Green+Blue) = 220+23+91=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC175B is #23E8A4. Grayscale: #595959. Windows color (decimal): -2353317 or 5969884. OLE color: 5969884.
HSL color Cylindrical-coordinate representation of color #DC175B: hue angle of 339.29º 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 #DC175B is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 91 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.14 |
| HSL | 339.29º | 0.81% | 0.48% | - |
| HSV(B) | 339.29º | 0.9% | 0.86% | - |
| XYZ | 31.71 | 16.58 | 11.43 | - |
| YUV | 89.66 | 128.77 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 91 | 0 | 0.90 | 0.59 | 0.14 | 339.29 | 0.81 | 0.48 |
| Hex | DC | 17 | 5B | 0 | 5A | 3B | E | 153 | 51 | 30 |
| Octal | 334 | 27 | 133 | 0 | 132 | 73 | 16 | 523 | 121 | 60 |
| Binary | 11011100 | 10111 | 1011011 | 0 | 1011010 | 111011 | 1110 | 101010011 | 1010001 | 110000 |
Color Harmonies of #DC175B
Complementary color
Monochromatic Colors of #DC175B
Black with #DC175B
Text Example
Text Example
White with #DC175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC175B; }
p { color: rgb(220,23,91); }
H1.HeaderClassName
{
color: #DC175B;
}
.AnyTagClassName
{
color: #DC175B;
}
</style>
background-color css
<style>
a { background-color: #DC175B; }
a { background-color: rgb(220,23,91); }
div.DivClassName
{
background-color: #DC175B;
}
.BgClassName
{
background-color: #DC175B;
}
</style>
border-color css
<style>
span { border-color: #DC175B; }
span { border-color: rgb(220,23,91); }
td.TdClassName
{
border-color: #DC175B;
}
.TagClassName
{
border-color: #DC175B;
}
</style>