Shades of Ruby #DE1550
Tints of Ruby #DE1550
RGB
CMYK
RGB Variations
Color information
#DE1550 (or 0xDE1550) is known color: Ruby. HEX triplet: DE, 15 and 50. RGB value is (222,21,80). Sum of RGB (Red+Green+Blue) = 222+21+80=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1550 is #21EAAF. Grayscale: #575757. Windows color (decimal): -2222768 or 5248478. OLE color: 5248478.
HSL color Cylindrical-coordinate representation of color #DE1550: hue angle of 342.39º 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 #DE1550 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 80 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.13 |
| HSL | 342.39º | 0.83% | 0.48% | - |
| HSV(B) | 342.39º | 0.91% | 0.87% | - |
| XYZ | 31.84 | 16.65 | 9.12 | - |
| YUV | 87.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 80 | 0 | 0.91 | 0.64 | 0.13 | 342.39 | 0.83 | 0.48 |
| Hex | DE | 15 | 50 | 0 | 5B | 40 | D | 156 | 53 | 30 |
| Octal | 336 | 25 | 120 | 0 | 133 | 100 | 15 | 526 | 123 | 60 |
| Binary | 11011110 | 10101 | 1010000 | 0 | 1011011 | 1000000 | 1101 | 101010110 | 1010011 | 110000 |
Color Harmonies of #DE1550
Complementary color
Monochromatic Colors of #DE1550
Black with #DE1550
Text Example
Text Example
White with #DE1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1550; }
p { color: rgb(222,21,80); }
H1.HeaderClassName
{
color: #DE1550;
}
.AnyTagClassName
{
color: #DE1550;
}
</style>
background-color css
<style>
a { background-color: #DE1550; }
a { background-color: rgb(222,21,80); }
div.DivClassName
{
background-color: #DE1550;
}
.BgClassName
{
background-color: #DE1550;
}
</style>
border-color css
<style>
span { border-color: #DE1550; }
span { border-color: rgb(222,21,80); }
td.TdClassName
{
border-color: #DE1550;
}
.TagClassName
{
border-color: #DE1550;
}
</style>