Shades of Ruby #DF1754
Tints of Ruby #DF1754
RGB
CMYK
RGB Variations
Color information
#DF1754 (or 0xDF1754) is known color: Ruby. HEX triplet: DF, 17 and 54. RGB value is (223,23,84). Sum of RGB (Red+Green+Blue) = 223+23+84=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1754 is #20E8AB. Grayscale: #595959. Windows color (decimal): -2156716 or 5511135. OLE color: 5511135.
HSL color Cylindrical-coordinate representation of color #DF1754: hue angle of 341.7º 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 #DF1754 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 84 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.7º | 0.81% | 0.48% | - |
| HSV(B) | 341.7º | 0.9% | 0.87% | - |
| XYZ | 32.34 | 16.94 | 9.95 | - |
| YUV | 89.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 84 | 0 | 0.90 | 0.62 | 0.13 | 341.7 | 0.81 | 0.48 |
| Hex | DF | 17 | 54 | 0 | 5A | 3E | D | 156 | 51 | 30 |
| Octal | 337 | 27 | 124 | 0 | 132 | 76 | 15 | 526 | 121 | 60 |
| Binary | 11011111 | 10111 | 1010100 | 0 | 1011010 | 111110 | 1101 | 101010110 | 1010001 | 110000 |
Color Harmonies of #DF1754
Complementary color
Monochromatic Colors of #DF1754
Black with #DF1754
Text Example
Text Example
White with #DF1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1754; }
p { color: rgb(223,23,84); }
H1.HeaderClassName
{
color: #DF1754;
}
.AnyTagClassName
{
color: #DF1754;
}
</style>
background-color css
<style>
a { background-color: #DF1754; }
a { background-color: rgb(223,23,84); }
div.DivClassName
{
background-color: #DF1754;
}
.BgClassName
{
background-color: #DF1754;
}
</style>
border-color css
<style>
span { border-color: #DF1754; }
span { border-color: rgb(223,23,84); }
td.TdClassName
{
border-color: #DF1754;
}
.TagClassName
{
border-color: #DF1754;
}
</style>