Color Hex Logo

#de1220 Color Hex

#DE1220
(222,18,32)
0 Favorites   0 Comments

Color spaces of #de1220

RGB 2221832
HSL0.990.850.47
HSV356°92°87°
CMYK 0.000.920.86   0.13
XYZ30.601216.06652.8548
Yxy16.06650.61790.3244
Hunter Lab40.083066.129623.8354
CIE-Lab47.061670.874249.3111

#de1220 color RGB value is (222,18,32).

#de1220 hex color red value is 222, green value is 18 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #de1220 hue: 0.99 , saturation: 0.85 and the lightness value of de1220 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010010 00100000
Octal 336 22 40
Decimal 222 18 32
Hex DE 12 20

RGB Percentages of Color #de1220

%81.62
%6.62
%11.76

CMYK Percentages of Color #de1220

%0
%92
%86
%13

Triadic Colors of #de1220

#de1220 #20de12 #1220de

Analogous Colors of #de1220

#de1220 #de6a12 #de1286

Monochromatic Colors of #de1220

#de1220

Complementary Color

#de1220 #12ded0

#de1220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de1220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de1220 Color CSS Codes

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

#de1220 Text Font Color

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

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


#de1220 Background Color

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

This div background color is #de1220


#de1220 Border Color

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

This div border color is #de1220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de1220


Comments

No comments written yet.

Please login to write comment.