Shades of Ruby #DE1751
Tints of Ruby #DE1751
RGB
CMYK
RGB Variations
Color information
#DE1751 (or 0xDE1751) is known color: Ruby. HEX triplet: DE, 17 and 51. RGB value is (222,23,81). Sum of RGB (Red+Green+Blue) = 222+23+81=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1751 is #21E8AE. Grayscale: #595959. Windows color (decimal): -2222255 or 5314526. OLE color: 5314526.
HSL color Cylindrical-coordinate representation of color #DE1751: hue angle of 342.51º 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 #DE1751 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 81 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.13 |
| HSL | 342.51º | 0.81% | 0.48% | - |
| HSV(B) | 342.51º | 0.9% | 0.87% | - |
| XYZ | 31.92 | 16.74 | 9.33 | - |
| YUV | 89.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 81 | 0 | 0.90 | 0.64 | 0.13 | 342.51 | 0.81 | 0.48 |
| Hex | DE | 17 | 51 | 0 | 5A | 40 | D | 157 | 51 | 30 |
| Octal | 336 | 27 | 121 | 0 | 132 | 100 | 15 | 527 | 121 | 60 |
| Binary | 11011110 | 10111 | 1010001 | 0 | 1011010 | 1000000 | 1101 | 101010111 | 1010001 | 110000 |
Color Harmonies of #DE1751
Complementary color
Monochromatic Colors of #DE1751
Black with #DE1751
Text Example
Text Example
White with #DE1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1751; }
p { color: rgb(222,23,81); }
H1.HeaderClassName
{
color: #DE1751;
}
.AnyTagClassName
{
color: #DE1751;
}
</style>
background-color css
<style>
a { background-color: #DE1751; }
a { background-color: rgb(222,23,81); }
div.DivClassName
{
background-color: #DE1751;
}
.BgClassName
{
background-color: #DE1751;
}
</style>
border-color css
<style>
span { border-color: #DE1751; }
span { border-color: rgb(222,23,81); }
td.TdClassName
{
border-color: #DE1751;
}
.TagClassName
{
border-color: #DE1751;
}
</style>