Shades of Ruby #DF1371
Tints of Ruby #DF1371
RGB
CMYK
RGB Variations
Color information
#DF1371 (or 0xDF1371) is known color: Ruby. HEX triplet: DF, 13 and 71. RGB value is (223,19,113). Sum of RGB (Red+Green+Blue) = 223+19+113=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1371 is #20EC8E. Grayscale: #5A5A5A. Windows color (decimal): -2157711 or 7410655. OLE color: 7410655.
HSL color Cylindrical-coordinate representation of color #DF1371: hue angle of 332.35º 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 #DF1371 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 113 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.13 |
| HSL | 332.35º | 0.84% | 0.47% | - |
| HSV(B) | 332.35º | 0.91% | 0.87% | - |
| XYZ | 33.64 | 17.35 | 17.2 | - |
| YUV | 90.71 | 140.59 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 113 | 0 | 0.91 | 0.49 | 0.13 | 332.35 | 0.84 | 0.47 |
| Hex | DF | 13 | 71 | 0 | 5B | 31 | D | 14C | 54 | 2F |
| Octal | 337 | 23 | 161 | 0 | 133 | 61 | 15 | 514 | 124 | 57 |
| Binary | 11011111 | 10011 | 1110001 | 0 | 1011011 | 110001 | 1101 | 101001100 | 1010100 | 101111 |
Color Harmonies of #DF1371
Complementary color
Monochromatic Colors of #DF1371
Black with #DF1371
Text Example
Text Example
White with #DF1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1371; }
p { color: rgb(223,19,113); }
H1.HeaderClassName
{
color: #DF1371;
}
.AnyTagClassName
{
color: #DF1371;
}
</style>
background-color css
<style>
a { background-color: #DF1371; }
a { background-color: rgb(223,19,113); }
div.DivClassName
{
background-color: #DF1371;
}
.BgClassName
{
background-color: #DF1371;
}
</style>
border-color css
<style>
span { border-color: #DF1371; }
span { border-color: rgb(223,19,113); }
td.TdClassName
{
border-color: #DF1371;
}
.TagClassName
{
border-color: #DF1371;
}
</style>