Shades of Ruby #DF154F
Tints of Ruby #DF154F
RGB
CMYK
RGB Variations
Color information
#DF154F (or 0xDF154F) is known color: Ruby. HEX triplet: DF, 15 and 4F. RGB value is (223,21,79). Sum of RGB (Red+Green+Blue) = 223+21+79=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF154F is #20EAB0. Grayscale: #575757. Windows color (decimal): -2157233 or 5182943. OLE color: 5182943.
HSL color Cylindrical-coordinate representation of color #DF154F: hue angle of 342.77º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF154F is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 79 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.77º | 0.83% | 0.48% | - |
| HSV(B) | 342.77º | 0.91% | 0.87% | - |
| XYZ | 32.11 | 16.79 | 8.95 | - |
| YUV | 88.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 79 | 0 | 0.91 | 0.65 | 0.13 | 342.77 | 0.83 | 0.48 |
| Hex | DF | 15 | 4F | 0 | 5B | 41 | D | 157 | 53 | 30 |
| Octal | 337 | 25 | 117 | 0 | 133 | 101 | 15 | 527 | 123 | 60 |
| Binary | 11011111 | 10101 | 1001111 | 0 | 1011011 | 1000001 | 1101 | 101010111 | 1010011 | 110000 |
Color Harmonies of #DF154F
Complementary color
Monochromatic Colors of #DF154F
Black with #DF154F
Text Example
Text Example
White with #DF154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF154F; }
p { color: rgb(223,21,79); }
H1.HeaderClassName
{
color: #DF154F;
}
.AnyTagClassName
{
color: #DF154F;
}
</style>
background-color css
<style>
a { background-color: #DF154F; }
a { background-color: rgb(223,21,79); }
div.DivClassName
{
background-color: #DF154F;
}
.BgClassName
{
background-color: #DF154F;
}
</style>
border-color css
<style>
span { border-color: #DF154F; }
span { border-color: rgb(223,21,79); }
td.TdClassName
{
border-color: #DF154F;
}
.TagClassName
{
border-color: #DF154F;
}
</style>