Color Hex Logo

#de1339 Color Hex

#DE1339
(222,19,57)
0 Favorites   0 Comments

Color spaces of #de1339

RGB 2221957
HSL0.970.840.47
HSV349°91°87°
CMYK 0.000.910.74   0.13
XYZ31.095616.29075.3764
Yxy16.29070.58930.3088
Hunter Lab40.361766.887420.3555
CIE-Lab47.353671.451435.8566

#de1339 color RGB value is (222,19,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 00111001
Octal 336 23 71
Decimal 222 19 57
Hex DE 13 39

RGB Percentages of Color #de1339

%74.50
%6.38
%19.13

CMYK Percentages of Color #de1339

%0
%91
%74
%13

Triadic Colors of #de1339

#de1339 #39de13 #1339de

Analogous Colors of #de1339

#de1339 #de5313 #de139f

Monochromatic Colors of #de1339

#de1339

Complementary Color

#de1339 #13deb8

#de1339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1339 Color CSS Codes

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

#de1339 Text Font Color

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

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


#de1339 Background Color

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

This div background color is #de1339


#de1339 Border Color

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

This div border color is #de1339


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,19,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 #de1339">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1339


Comments

No comments written yet.

Please login to write comment.