Color Hex Logo

#de112b Color Hex

#DE112B
(222,17,43)
0 Favorites   0 Comments

Color spaces of #de112b

RGB 2221743
HSL0.980.860.47
HSV352°92°87°
CMYK 0.000.920.81   0.13
XYZ30.760716.10493.7728
Yxy16.10490.60750.3180
Hunter Lab40.130966.592722.5176
CIE-Lab47.111871.252243.6109

#de112b color RGB value is (222,17,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 00101011
Octal 336 21 53
Decimal 222 17 43
Hex DE 11 2B

RGB Percentages of Color #de112b

%78.72
%6.03
%15.25

CMYK Percentages of Color #de112b

%0
%92
%81
%13

Triadic Colors of #de112b

#de112b #2bde11 #112bde

Analogous Colors of #de112b

#de112b #de5d11 #de1192

Monochromatic Colors of #de112b

#de112b

Complementary Color

#de112b #11dec4

#de112b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de112b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de112b Color CSS Codes

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

#de112b Text Font Color

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

This sample text font color is #de112b
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.


#de112b Background Color

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

This div background color is #de112b


#de112b Border Color

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

This div border color is #de112b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de112b


Comments

No comments written yet.

Please login to write comment.