Color Hex Logo

#de3217 Color Hex

#DE3217
(222,50,23)
0 Favorites   0 Comments

Color spaces of #de3217

RGB 2225023
HSL0.020.810.48
HSV90°87°
CMYK 0.000.770.90   0.13
XYZ31.419517.87272.6044
Yxy17.87270.60540.3444
Hunter Lab42.276158.677525.9407
CIE-Lab49.341364.075655.0323

#de3217 color RGB value is (222,50,23).

#de3217 hex color red value is 222, green value is 50 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #de3217 hue: 0.02 , saturation: 0.81 and the lightness value of de3217 is 0.48.

The process color (four color CMYK) of #de3217 color hex is 0.00, 0.77, 0.90, 0.13. Web safe color of #de3217 is #cc3300. Color #de3217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110010 00010111
Octal 336 62 27
Decimal 222 50 23
Hex DE 32 17

RGB Percentages of Color #de3217

%75.25
%16.95
%7.80

CMYK Percentages of Color #de3217

%0
%77
%90
%13

Triadic Colors of #de3217

#de3217 #17de32 #3217de

Analogous Colors of #de3217

#de3217 #de9617 #de1760

Monochromatic Colors of #de3217

#de3217

Complementary Color

#de3217 #17c3de

#de3217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de3217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de3217 Color CSS Codes

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

#de3217 Text Font Color

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

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


#de3217 Background Color

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

This div background color is #de3217


#de3217 Border Color

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

This div border color is #de3217


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,50,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 #de3217">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de3217


Comments

No comments written yet.

Please login to write comment.