Color Hex Logo

#de0017 Color Hex

#DE0017
(222,0,23)
0 Favorites   0 Comments

Color spaces of #de0017

RGB 222023
HSL0.981.000.44
HSV354°100°87°
CMYK 0.001.000.90   0.13
XYZ30.278915.59152.2242
Yxy15.59150.62960.3242
Hunter Lab39.486167.777624.3005
CIE-Lab46.433972.372452.9723

#de0017 color RGB value is (222,0,23).

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

The process color (four color CMYK) of #de0017 color hex is 0.00, 1.00, 0.90, 0.13. Web safe color of #de0017 is #cc0000. Color #de0017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 00010111
Octal 336 0 27
Decimal 222 0 23
Hex DE 0 17

RGB Percentages of Color #de0017

%90.61
%0.00
%9.39

CMYK Percentages of Color #de0017

%0
%100
%90
%13

Triadic Colors of #de0017

#de0017 #17de00 #0017de

Analogous Colors of #de0017

#de0017 #de5800 #de0086

Monochromatic Colors of #de0017

#de0017

Complementary Color

#de0017 #00dec7

#de0017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0017 Color CSS Codes

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

#de0017 Text Font Color

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

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


#de0017 Background Color

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

This div background color is #de0017


#de0017 Border Color

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

This div border color is #de0017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0017


Comments

No comments written yet.

Please login to write comment.