#de0e5e

Color #DE0E5E Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DE0E5E

Tints of Ruby #DE0E5E

Color information

#DE0E5E (or 0xDE0E5E) is unknown color: approx Ruby. HEX triplet: DE, 0E and 5E. RGB value is (222,14,94). Sum of RGB (Red+Green+Blue) = 222+14+94=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0E5E is #21F1A1. Grayscale: #555555. Windows color (decimal): -2224546 or 6164190. OLE color: 6164190.

HSL color Cylindrical-coordinate representation of color #DE0E5E: hue angle of 336.92º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0E5E is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB2221494-
CMYK00.940.580.13
HSL336.92º88.14%46.27%-
HSV(B)336.92º93.69%87.06%-
XYZ32.316.6512.1-
YUV85.31132.91225.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 67.27%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=67.27%
G=4.24%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222149400.940.580.13336.9288.1446.27
HexDEE5E05E3AD151582e
Octal336161360136721552113056
Binary11011110111010111100101111011101011011010100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de0e5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de0e5e; }

 p { color: rgb(222,14,94); }

 H1.HeaderClassName
 {
   color: #de0e5e;
 }
 .AnyTagClassName
 {
   color: #de0e5e;
 }
</style>
background-color css

<style>
 a { background-color: #de0e5e; }

 a { background-color: rgb(222,14,94); }

 div.DivClassName
 {
   background-color: #de0e5e;
 }
 .BgClassName
 {
   background-color: #de0e5e;
 }
</style>
border-color css

<style>
 span { border-color: #de0e5e; }

 span { border-color: rgb(222,14,94); }

 td.TdClassName
 {
   border-color: #de0e5e;
 }
 .TagClassName
 {
   border-color: #de0e5e;
 }
</style>