Color Hex Logo

#de112e Color Hex

#DE112E
(222,17,46)
0 Favorites   0 Comments

Color spaces of #de112e

RGB 2221746
HSL0.980.860.47
HSV352°92°87°
CMYK 0.000.920.79   0.13
XYZ30.817816.12774.0735
Yxy16.12770.60400.3161
Hunter Lab40.159366.700122.0975
CIE-Lab47.141671.336241.9741

#de112e color RGB value is (222,17,46).

#de112e hex color red value is 222, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de112e hue: 0.98 , saturation: 0.86 and the lightness value of de112e is 0.47.

The process color (four color CMYK) of #de112e color hex is 0.00, 0.92, 0.79, 0.13. Web safe color of #de112e is #cc0033. Color #de112e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 00101110
Octal 336 21 56
Decimal 222 17 46
Hex DE 11 2E

RGB Percentages of Color #de112e

%77.89
%5.96
%16.14

CMYK Percentages of Color #de112e

%0
%92
%79
%13

Triadic Colors of #de112e

#de112e #2ede11 #112ede

Analogous Colors of #de112e

#de112e #de5b11 #de1195

Monochromatic Colors of #de112e

#de112e

Complementary Color

#de112e #11dec1

#de112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de112e Color CSS Codes

.mybgcolor {background-color:#de112e; } 
.myforecolor {color:#de112e; }
.mybordercolor {border:3px solid #de112e; }

#de112e Text Font Color

<p style="color:#de112e">Text here</p>

This sample text font color is #de112e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#de112e Background Color

<div style="background-color:#de112e">
Div content here</div>

This div background color is #de112e


#de112e Border Color

<div style="border:3px solid #de112e">
Div here</div>

This div border color is #de112e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,17,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de112e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de112e;
  -webkit-box-shadow: 1px 1px 3px 2px #de112e;
  box-shadow:         1px 1px 3px 2px #de112e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,17,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #de112e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #de112e;
  -webkit-box-shadow: 1px 1px 3px 2px #de112e;
  box-shadow:         1px 1px 3px 2px #de112e;">
Div content here</div>

This div box has shadow with color #de112e


Comments

No comments written yet.

Please login to write comment.