Shades of Ruby #DE1373
Tints of Ruby #DE1373
RGB
CMYK
RGB Variations
Color information
#DE1373 (or 0xDE1373) is known color: Ruby. HEX triplet: DE, 13 and 73. RGB value is (222,19,115). Sum of RGB (Red+Green+Blue) = 222+19+115=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1373 is #21EC8C. Grayscale: #5A5A5A. Windows color (decimal): -2223245 or 7541726. OLE color: 7541726.
HSL color Cylindrical-coordinate representation of color #DE1373: hue angle of 331.63º 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 #DE1373 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 115 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.13 |
| HSL | 331.63º | 0.84% | 0.47% | - |
| HSV(B) | 331.63º | 0.91% | 0.87% | - |
| XYZ | 33.45 | 17.23 | 17.78 | - |
| YUV | 90.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 115 | 0 | 0.91 | 0.48 | 0.13 | 331.63 | 0.84 | 0.47 |
| Hex | DE | 13 | 73 | 0 | 5B | 30 | D | 14C | 54 | 2F |
| Octal | 336 | 23 | 163 | 0 | 133 | 60 | 15 | 514 | 124 | 57 |
| Binary | 11011110 | 10011 | 1110011 | 0 | 1011011 | 110000 | 1101 | 101001100 | 1010100 | 101111 |
Color Harmonies of #DE1373
Complementary color
Monochromatic Colors of #DE1373
Black with #DE1373
Text Example
Text Example
White with #DE1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1373; }
p { color: rgb(222,19,115); }
H1.HeaderClassName
{
color: #DE1373;
}
.AnyTagClassName
{
color: #DE1373;
}
</style>
background-color css
<style>
a { background-color: #DE1373; }
a { background-color: rgb(222,19,115); }
div.DivClassName
{
background-color: #DE1373;
}
.BgClassName
{
background-color: #DE1373;
}
</style>
border-color css
<style>
span { border-color: #DE1373; }
span { border-color: rgb(222,19,115); }
td.TdClassName
{
border-color: #DE1373;
}
.TagClassName
{
border-color: #DE1373;
}
</style>