Color Hex Logo

#de1114 Color Hex

#DE1114
(222,17,20)
0 Favorites   0 Comments

Color spaces of #de1114

RGB 2221720
HSL1.000.860.47
HSV359°92°87°
CMYK 0.000.920.91   0.13
XYZ30.450915.98102.1415
Yxy15.98100.62690.3290
Hunter Lab39.976266.009524.8072
CIE-Lab46.949670.795354.5475

#de1114 color RGB value is (222,17,20).

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

The process color (four color CMYK) of #de1114 color hex is 0.00, 0.92, 0.91, 0.13. Web safe color of #de1114 is #cc0000. Color #de1114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 00010100
Octal 336 21 24
Decimal 222 17 20
Hex DE 11 14

RGB Percentages of Color #de1114

%85.71
%6.56
%7.72

CMYK Percentages of Color #de1114

%0
%92
%91
%13

Triadic Colors of #de1114

#de1114 #14de11 #1114de

Analogous Colors of #de1114

#de1114 #de7511 #de117b

Monochromatic Colors of #de1114

#de1114

Complementary Color

#de1114 #11dedb

#de1114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1114 Color CSS Codes

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

#de1114 Text Font Color

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

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


#de1114 Background Color

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

This div background color is #de1114


#de1114 Border Color

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

This div border color is #de1114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1114


Comments

No comments written yet.

Please login to write comment.