Color Hex Logo

#de1139 Color Hex

#DE1139
(222,17,57)
0 Favorites   0 Comments

Color spaces of #de1139

RGB 2221757
HSL0.970.860.47
HSV348°92°87°
CMYK 0.000.920.74   0.13
XYZ31.063216.22595.3656
Yxy16.22590.58990.3082
Hunter Lab40.281467.158820.2994
CIE-Lab47.269571.694235.7608

#de1139 color RGB value is (222,17,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 00111001
Octal 336 21 71
Decimal 222 17 57
Hex DE 11 39

RGB Percentages of Color #de1139

%75.00
%5.74
%19.26

CMYK Percentages of Color #de1139

%0
%92
%74
%13

Triadic Colors of #de1139

#de1139 #39de11 #1139de

Analogous Colors of #de1139

#de1139 #de4f11 #de11a0

Monochromatic Colors of #de1139

#de1139

Complementary Color

#de1139 #11deb6

#de1139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1139 Color CSS Codes

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

#de1139 Text Font Color

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

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


#de1139 Background Color

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

This div background color is #de1139


#de1139 Border Color

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

This div border color is #de1139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1139


Comments

No comments written yet.

Please login to write comment.