Shades of Ruby #DE174F
Tints of Ruby #DE174F
RGB
CMYK
RGB Variations
Color information
#DE174F (or 0xDE174F) is known color: Ruby. HEX triplet: DE, 17 and 4F. RGB value is (222,23,79). Sum of RGB (Red+Green+Blue) = 222+23+79=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE174F is #21E8B0. Grayscale: #585858. Windows color (decimal): -2222257 or 5183454. OLE color: 5183454.
HSL color Cylindrical-coordinate representation of color #DE174F: hue angle of 343.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE174F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.13 |
| HSL | 343.12º | 0.81% | 0.48% | - |
| HSV(B) | 343.12º | 0.9% | 0.87% | - |
| XYZ | 31.84 | 16.71 | 8.94 | - |
| YUV | 88.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 79 | 0 | 0.90 | 0.64 | 0.13 | 343.12 | 0.81 | 0.48 |
| Hex | DE | 17 | 4F | 0 | 5A | 40 | D | 157 | 51 | 30 |
| Octal | 336 | 27 | 117 | 0 | 132 | 100 | 15 | 527 | 121 | 60 |
| Binary | 11011110 | 10111 | 1001111 | 0 | 1011010 | 1000000 | 1101 | 101010111 | 1010001 | 110000 |
Color Harmonies of #DE174F
Complementary color
Monochromatic Colors of #DE174F
Black with #DE174F
Text Example
Text Example
White with #DE174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE174F; }
p { color: rgb(222,23,79); }
H1.HeaderClassName
{
color: #DE174F;
}
.AnyTagClassName
{
color: #DE174F;
}
</style>
background-color css
<style>
a { background-color: #DE174F; }
a { background-color: rgb(222,23,79); }
div.DivClassName
{
background-color: #DE174F;
}
.BgClassName
{
background-color: #DE174F;
}
</style>
border-color css
<style>
span { border-color: #DE174F; }
span { border-color: rgb(222,23,79); }
td.TdClassName
{
border-color: #DE174F;
}
.TagClassName
{
border-color: #DE174F;
}
</style>