Shades of Ruby #DE1852
Tints of Ruby #DE1852
RGB
CMYK
RGB Variations
Color information
#DE1852 (or 0xDE1852) is known color: Ruby. HEX triplet: DE, 18 and 52. RGB value is (222,24,82). Sum of RGB (Red+Green+Blue) = 222+24+82=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1852 is #21E7AD. Grayscale: #595959. Windows color (decimal): -2221998 or 5380318. OLE color: 5380318.
HSL color Cylindrical-coordinate representation of color #DE1852: hue angle of 342.42º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1852 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 82 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.13 |
| HSL | 342.42º | 0.8% | 0.48% | - |
| HSV(B) | 342.42º | 0.89% | 0.87% | - |
| XYZ | 31.97 | 16.79 | 9.54 | - |
| YUV | 89.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 82 | 0 | 0.89 | 0.63 | 0.13 | 342.42 | 0.8 | 0.48 |
| Hex | DE | 18 | 52 | 0 | 59 | 3F | D | 156 | 50 | 30 |
| Octal | 336 | 30 | 122 | 0 | 131 | 77 | 15 | 526 | 120 | 60 |
| Binary | 11011110 | 11000 | 1010010 | 0 | 1011001 | 111111 | 1101 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DE1852
Complementary color
Monochromatic Colors of #DE1852
Black with #DE1852
Text Example
Text Example
White with #DE1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1852; }
p { color: rgb(222,24,82); }
H1.HeaderClassName
{
color: #DE1852;
}
.AnyTagClassName
{
color: #DE1852;
}
</style>
background-color css
<style>
a { background-color: #DE1852; }
a { background-color: rgb(222,24,82); }
div.DivClassName
{
background-color: #DE1852;
}
.BgClassName
{
background-color: #DE1852;
}
</style>
border-color css
<style>
span { border-color: #DE1852; }
span { border-color: rgb(222,24,82); }
td.TdClassName
{
border-color: #DE1852;
}
.TagClassName
{
border-color: #DE1852;
}
</style>