Color Hex Logo

#de002c Color Hex

#DE002C
(222,0,44)
0 Favorites   0 Comments

Color spaces of #de002c

RGB 222044
HSL0.971.000.44
HSV348°100°87°
CMYK 0.001.000.80   0.13
XYZ30.578815.71143.8038
Yxy15.71140.61040.3136
Hunter Lab39.637668.339722.0566
CIE-Lab46.593672.808142.5393

#de002c color RGB value is (222,0,44).

#de002c hex color red value is 222, green value is 0 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #de002c hue: 0.97 , saturation: 1.00 and the lightness value of de002c is 0.44.

The process color (four color CMYK) of #de002c color hex is 0.00, 1.00, 0.80, 0.13. Web safe color of #de002c is #cc0033. Color #de002c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 00101100
Octal 336 0 54
Decimal 222 0 44
Hex DE 0 2C

RGB Percentages of Color #de002c

%83.46
%0.00
%16.54

CMYK Percentages of Color #de002c

%0
%100
%80
%13

Triadic Colors of #de002c

#de002c #2cde00 #002cde

Analogous Colors of #de002c

#de002c #de4300 #de009b

Monochromatic Colors of #de002c

#de002c

Complementary Color

#de002c #00deb2

#de002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de002c Color CSS Codes

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

#de002c Text Font Color

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

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


#de002c Background Color

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

This div background color is #de002c


#de002c Border Color

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

This div border color is #de002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de002c


Comments

No comments written yet.

Please login to write comment.