Shades of Ruby #DC174F
Tints of Ruby #DC174F
RGB
CMYK
RGB Variations
Color information
#DC174F (or 0xDC174F) is known color: Ruby. HEX triplet: DC, 17 and 4F. RGB value is (220,23,79). Sum of RGB (Red+Green+Blue) = 220+23+79=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC174F is #23E8B0. Grayscale: #585858. Windows color (decimal): -2353329 or 5183452. OLE color: 5183452.
HSL color Cylindrical-coordinate representation of color #DC174F: hue angle of 342.94º 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 #DC174F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.14 |
| HSL | 342.94º | 0.81% | 0.48% | - |
| HSV(B) | 342.94º | 0.9% | 0.86% | - |
| XYZ | 31.23 | 16.39 | 8.92 | - |
| YUV | 88.29 | 122.77 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 79 | 0 | 0.90 | 0.64 | 0.14 | 342.94 | 0.81 | 0.48 |
| Hex | DC | 17 | 4F | 0 | 5A | 40 | E | 157 | 51 | 30 |
| Octal | 334 | 27 | 117 | 0 | 132 | 100 | 16 | 527 | 121 | 60 |
| Binary | 11011100 | 10111 | 1001111 | 0 | 1011010 | 1000000 | 1110 | 101010111 | 1010001 | 110000 |
Color Harmonies of #DC174F
Complementary color
Monochromatic Colors of #DC174F
Black with #DC174F
Text Example
Text Example
White with #DC174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC174F; }
p { color: rgb(220,23,79); }
H1.HeaderClassName
{
color: #DC174F;
}
.AnyTagClassName
{
color: #DC174F;
}
</style>
background-color css
<style>
a { background-color: #DC174F; }
a { background-color: rgb(220,23,79); }
div.DivClassName
{
background-color: #DC174F;
}
.BgClassName
{
background-color: #DC174F;
}
</style>
border-color css
<style>
span { border-color: #DC174F; }
span { border-color: rgb(220,23,79); }
td.TdClassName
{
border-color: #DC174F;
}
.TagClassName
{
border-color: #DC174F;
}
</style>