Shades of Ruby #DF1751
Tints of Ruby #DF1751
RGB
CMYK
RGB Variations
Color information
#DF1751 (or 0xDF1751) is known color: Ruby. HEX triplet: DF, 17 and 51. RGB value is (223,23,81). Sum of RGB (Red+Green+Blue) = 223+23+81=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1751 is #20E8AE. Grayscale: #595959. Windows color (decimal): -2156719 or 5314527. OLE color: 5314527.
HSL color Cylindrical-coordinate representation of color #DF1751: hue angle of 342.6º 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 #DF1751 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 81 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.13 |
| HSL | 342.6º | 0.81% | 0.48% | - |
| HSV(B) | 342.6º | 0.9% | 0.87% | - |
| XYZ | 32.22 | 16.89 | 9.35 | - |
| YUV | 89.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 81 | 0 | 0.90 | 0.64 | 0.13 | 342.6 | 0.81 | 0.48 |
| Hex | DF | 17 | 51 | 0 | 5A | 40 | D | 157 | 51 | 30 |
| Octal | 337 | 27 | 121 | 0 | 132 | 100 | 15 | 527 | 121 | 60 |
| Binary | 11011111 | 10111 | 1010001 | 0 | 1011010 | 1000000 | 1101 | 101010111 | 1010001 | 110000 |
Color Harmonies of #DF1751
Complementary color
Monochromatic Colors of #DF1751
Black with #DF1751
Text Example
Text Example
White with #DF1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1751; }
p { color: rgb(223,23,81); }
H1.HeaderClassName
{
color: #DF1751;
}
.AnyTagClassName
{
color: #DF1751;
}
</style>
background-color css
<style>
a { background-color: #DF1751; }
a { background-color: rgb(223,23,81); }
div.DivClassName
{
background-color: #DF1751;
}
.BgClassName
{
background-color: #DF1751;
}
</style>
border-color css
<style>
span { border-color: #DF1751; }
span { border-color: rgb(223,23,81); }
td.TdClassName
{
border-color: #DF1751;
}
.TagClassName
{
border-color: #DF1751;
}
</style>