Shades of Ruby #DF155C
Tints of Ruby #DF155C
RGB
CMYK
RGB Variations
Color information
#DF155C (or 0xDF155C) is known color: Ruby. HEX triplet: DF, 15 and 5C. RGB value is (223,21,92). Sum of RGB (Red+Green+Blue) = 223+21+92=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF155C is #20EAA3. Grayscale: #595959. Windows color (decimal): -2157220 or 6034911. OLE color: 6034911.
HSL color Cylindrical-coordinate representation of color #DF155C: hue angle of 338.91º 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 #DF155C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.13 |
| HSL | 338.91º | 0.83% | 0.48% | - |
| HSV(B) | 338.91º | 0.91% | 0.87% | - |
| XYZ | 32.63 | 17 | 11.69 | - |
| YUV | 89.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 92 | 0 | 0.91 | 0.59 | 0.13 | 338.91 | 0.83 | 0.48 |
| Hex | DF | 15 | 5C | 0 | 5B | 3B | D | 153 | 53 | 30 |
| Octal | 337 | 25 | 134 | 0 | 133 | 73 | 15 | 523 | 123 | 60 |
| Binary | 11011111 | 10101 | 1011100 | 0 | 1011011 | 111011 | 1101 | 101010011 | 1010011 | 110000 |
Color Harmonies of #DF155C
Complementary color
Monochromatic Colors of #DF155C
Black with #DF155C
Text Example
Text Example
White with #DF155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF155C; }
p { color: rgb(223,21,92); }
H1.HeaderClassName
{
color: #DF155C;
}
.AnyTagClassName
{
color: #DF155C;
}
</style>
background-color css
<style>
a { background-color: #DF155C; }
a { background-color: rgb(223,21,92); }
div.DivClassName
{
background-color: #DF155C;
}
.BgClassName
{
background-color: #DF155C;
}
</style>
border-color css
<style>
span { border-color: #DF155C; }
span { border-color: rgb(223,21,92); }
td.TdClassName
{
border-color: #DF155C;
}
.TagClassName
{
border-color: #DF155C;
}
</style>