Shades of Ruby #DE1451
Tints of Ruby #DE1451
RGB
CMYK
RGB Variations
Color information
#DE1451 (or 0xDE1451) is known color: Ruby. HEX triplet: DE, 14 and 51. RGB value is (222,20,81). Sum of RGB (Red+Green+Blue) = 222+20+81=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1451 is #21EBAE. Grayscale: #575757. Windows color (decimal): -2223023 or 5313758. OLE color: 5313758.
HSL color Cylindrical-coordinate representation of color #DE1451: hue angle of 341.88º degrees, saturation: 0.83, 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 #DE1451 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 81 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.13 |
| HSL | 341.88º | 0.83% | 0.47% | - |
| HSV(B) | 341.88º | 0.91% | 0.87% | - |
| XYZ | 31.86 | 16.62 | 9.31 | - |
| YUV | 87.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 81 | 0 | 0.91 | 0.64 | 0.13 | 341.88 | 0.83 | 0.47 |
| Hex | DE | 14 | 51 | 0 | 5B | 40 | D | 156 | 53 | 2F |
| Octal | 336 | 24 | 121 | 0 | 133 | 100 | 15 | 526 | 123 | 57 |
| Binary | 11011110 | 10100 | 1010001 | 0 | 1011011 | 1000000 | 1101 | 101010110 | 1010011 | 101111 |
Color Harmonies of #DE1451
Complementary color
Monochromatic Colors of #DE1451
Black with #DE1451
Text Example
Text Example
White with #DE1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1451; }
p { color: rgb(222,20,81); }
H1.HeaderClassName
{
color: #DE1451;
}
.AnyTagClassName
{
color: #DE1451;
}
</style>
background-color css
<style>
a { background-color: #DE1451; }
a { background-color: rgb(222,20,81); }
div.DivClassName
{
background-color: #DE1451;
}
.BgClassName
{
background-color: #DE1451;
}
</style>
border-color css
<style>
span { border-color: #DE1451; }
span { border-color: rgb(222,20,81); }
td.TdClassName
{
border-color: #DE1451;
}
.TagClassName
{
border-color: #DE1451;
}
</style>