Color Hex Logo

#de2221 Color Hex

#DE2221
(222,34,33)
0 Favorites   0 Comments

Color spaces of #de2221

RGB 2223433
HSL0.000.740.50
HSV85°87°
CMYK 0.000.850.85   0.13
XYZ30.970716.78353.0460
Yxy16.78350.60970.3304
Hunter Lab40.967763.248824.2691
CIE-Lab47.986168.263249.6071

#de2221 color RGB value is (222,34,33).

#de2221 hex color red value is 222, green value is 34 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #de2221 hue: 0.00 , saturation: 0.74 and the lightness value of de2221 is 0.50.

The process color (four color CMYK) of #de2221 color hex is 0.00, 0.85, 0.85, 0.13. Web safe color of #de2221 is #cc3333. Color #de2221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100010 00100001
Octal 336 42 41
Decimal 222 34 33
Hex DE 22 21

RGB Percentages of Color #de2221

%76.82
%11.76
%11.42

CMYK Percentages of Color #de2221

%0
%85
%85
%13

Triadic Colors of #de2221

#de2221 #21de22 #2221de

Analogous Colors of #de2221

#de2221 #de8121 #de217f

Monochromatic Colors of #de2221

#de2221

Complementary Color

#de2221 #21ddde

#de2221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de2221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de2221 Color CSS Codes

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

#de2221 Text Font Color

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

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


#de2221 Background Color

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

This div background color is #de2221


#de2221 Border Color

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

This div border color is #de2221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de2221


Comments

No comments written yet.

Please login to write comment.