Shades of Ruby #DF1555
Tints of Ruby #DF1555
RGB
CMYK
RGB Variations
Color information
#DF1555 (or 0xDF1555) is known color: Ruby. HEX triplet: DF, 15 and 55. RGB value is (223,21,85). Sum of RGB (Red+Green+Blue) = 223+21+85=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1555 is #20EAAA. Grayscale: #585858. Windows color (decimal): -2157227 or 5576159. OLE color: 5576159.
HSL color Cylindrical-coordinate representation of color #DF1555: hue angle of 340.99º 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 #DF1555 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 85 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.13 |
| HSL | 340.99º | 0.83% | 0.48% | - |
| HSV(B) | 340.99º | 0.91% | 0.87% | - |
| XYZ | 32.34 | 16.88 | 10.15 | - |
| YUV | 88.69 | 125.92 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 85 | 0 | 0.91 | 0.62 | 0.13 | 340.99 | 0.83 | 0.48 |
| Hex | DF | 15 | 55 | 0 | 5B | 3E | D | 155 | 53 | 30 |
| Octal | 337 | 25 | 125 | 0 | 133 | 76 | 15 | 525 | 123 | 60 |
| Binary | 11011111 | 10101 | 1010101 | 0 | 1011011 | 111110 | 1101 | 101010101 | 1010011 | 110000 |
Color Harmonies of #DF1555
Complementary color
Monochromatic Colors of #DF1555
Black with #DF1555
Text Example
Text Example
White with #DF1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1555; }
p { color: rgb(223,21,85); }
H1.HeaderClassName
{
color: #DF1555;
}
.AnyTagClassName
{
color: #DF1555;
}
</style>
background-color css
<style>
a { background-color: #DF1555; }
a { background-color: rgb(223,21,85); }
div.DivClassName
{
background-color: #DF1555;
}
.BgClassName
{
background-color: #DF1555;
}
</style>
border-color css
<style>
span { border-color: #DF1555; }
span { border-color: rgb(223,21,85); }
td.TdClassName
{
border-color: #DF1555;
}
.TagClassName
{
border-color: #DF1555;
}
</style>