Shades of Ruby #DF1370
Tints of Ruby #DF1370
RGB
CMYK
RGB Variations
Color information
#DF1370 (or 0xDF1370) is known color: Ruby. HEX triplet: DF, 13 and 70. RGB value is (223,19,112). Sum of RGB (Red+Green+Blue) = 223+19+112=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1370 is #20EC8F. Grayscale: #5A5A5A. Windows color (decimal): -2157712 or 7345119. OLE color: 7345119.
HSL color Cylindrical-coordinate representation of color #DF1370: hue angle of 332.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1370 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 112 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.13 |
| HSL | 332.65º | 0.84% | 0.47% | - |
| HSV(B) | 332.65º | 0.91% | 0.87% | - |
| XYZ | 33.59 | 17.32 | 16.9 | - |
| YUV | 90.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 112 | 0 | 0.91 | 0.50 | 0.13 | 332.65 | 0.84 | 0.47 |
| Hex | DF | 13 | 70 | 0 | 5B | 32 | D | 14D | 54 | 2F |
| Octal | 337 | 23 | 160 | 0 | 133 | 62 | 15 | 515 | 124 | 57 |
| Binary | 11011111 | 10011 | 1110000 | 0 | 1011011 | 110010 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DF1370
Complementary color
Monochromatic Colors of #DF1370
Black with #DF1370
Text Example
Text Example
White with #DF1370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1370; }
p { color: rgb(223,19,112); }
H1.HeaderClassName
{
color: #DF1370;
}
.AnyTagClassName
{
color: #DF1370;
}
</style>
background-color css
<style>
a { background-color: #DF1370; }
a { background-color: rgb(223,19,112); }
div.DivClassName
{
background-color: #DF1370;
}
.BgClassName
{
background-color: #DF1370;
}
</style>
border-color css
<style>
span { border-color: #DF1370; }
span { border-color: rgb(223,19,112); }
td.TdClassName
{
border-color: #DF1370;
}
.TagClassName
{
border-color: #DF1370;
}
</style>