Color Hex Logo

#de001e Color Hex

#DE001E
(222,0,30)
0 Favorites   0 Comments

Color spaces of #de001e

RGB 222030
HSL0.981.000.44
HSV352°100°87°
CMYK 0.001.000.86   0.13
XYZ30.358515.62332.6438
Yxy15.62330.62430.3213
Hunter Lab39.526367.927323.7027
CIE-Lab46.476372.488649.8035

#de001e color RGB value is (222,0,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 00011110
Octal 336 0 36
Decimal 222 0 30
Hex DE 0 1E

RGB Percentages of Color #de001e

%88.10
%0.00
%11.90

CMYK Percentages of Color #de001e

%0
%100
%86
%13

Triadic Colors of #de001e

#de001e #1ede00 #001ede

Analogous Colors of #de001e

#de001e #de5100 #de008d

Monochromatic Colors of #de001e

#de001e

Complementary Color

#de001e #00dec0

#de001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de001e Color CSS Codes

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

#de001e Text Font Color

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

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


#de001e Background Color

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

This div background color is #de001e


#de001e Border Color

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

This div border color is #de001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de001e


Comments

No comments written yet.

Please login to write comment.