Shades of Ruby #DE144F
Tints of Ruby #DE144F
RGB
CMYK
RGB Variations
Color information
#DE144F (or 0xDE144F) is known color: Ruby. HEX triplet: DE, 14 and 4F. RGB value is (222,20,79). Sum of RGB (Red+Green+Blue) = 222+20+79=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE144F is #21EBB0. Grayscale: #575757. Windows color (decimal): -2223025 or 5182686. OLE color: 5182686.
HSL color Cylindrical-coordinate representation of color #DE144F: hue angle of 342.48º 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 #DE144F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.13 |
| HSL | 342.48º | 0.83% | 0.47% | - |
| HSV(B) | 342.48º | 0.91% | 0.87% | - |
| XYZ | 31.79 | 16.59 | 8.92 | - |
| YUV | 87.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 79 | 0 | 0.91 | 0.64 | 0.13 | 342.48 | 0.83 | 0.47 |
| Hex | DE | 14 | 4F | 0 | 5B | 40 | D | 156 | 53 | 2F |
| Octal | 336 | 24 | 117 | 0 | 133 | 100 | 15 | 526 | 123 | 57 |
| Binary | 11011110 | 10100 | 1001111 | 0 | 1011011 | 1000000 | 1101 | 101010110 | 1010011 | 101111 |
Color Harmonies of #DE144F
Complementary color
Monochromatic Colors of #DE144F
Black with #DE144F
Text Example
Text Example
White with #DE144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE144F; }
p { color: rgb(222,20,79); }
H1.HeaderClassName
{
color: #DE144F;
}
.AnyTagClassName
{
color: #DE144F;
}
</style>
background-color css
<style>
a { background-color: #DE144F; }
a { background-color: rgb(222,20,79); }
div.DivClassName
{
background-color: #DE144F;
}
.BgClassName
{
background-color: #DE144F;
}
</style>
border-color css
<style>
span { border-color: #DE144F; }
span { border-color: rgb(222,20,79); }
td.TdClassName
{
border-color: #DE144F;
}
.TagClassName
{
border-color: #DE144F;
}
</style>