Color Hex Logo

#de0e14 Color Hex

#DE0E14
(222,14,20)
0 Favorites   0 Comments

Color spaces of #de0e14

RGB 2221420
HSL1.000.880.46
HSV358°94°87°
CMYK 0.000.940.91   0.13
XYZ30.407515.89422.1270
Yxy15.89420.62790.3282
Hunter Lab39.867566.376224.7440
CIE-Lab46.835471.124854.4728

#de0e14 color RGB value is (222,14,20).

#de0e14 hex color red value is 222, green value is 14 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #de0e14 hue: 1.00 , saturation: 0.88 and the lightness value of de0e14 is 0.46.

The process color (four color CMYK) of #de0e14 color hex is 0.00, 0.94, 0.91, 0.13. Web safe color of #de0e14 is #cc0000. Color #de0e14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001110 00010100
Octal 336 16 24
Decimal 222 14 20
Hex DE E 14

RGB Percentages of Color #de0e14

%86.72
%5.47
%7.81

CMYK Percentages of Color #de0e14

%0
%94
%91
%13

Triadic Colors of #de0e14

#de0e14 #14de0e #0e14de

Analogous Colors of #de0e14

#de0e14 #de700e #de0e7c

Monochromatic Colors of #de0e14

#de0e14

Complementary Color

#de0e14 #0eded8

#de0e14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0e14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0e14 Color CSS Codes

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

#de0e14 Text Font Color

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

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


#de0e14 Background Color

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

This div background color is #de0e14


#de0e14 Border Color

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

This div border color is #de0e14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0e14


Comments

No comments written yet.

Please login to write comment.