Color Hex Logo

#de3606 Color Hex

#DE3606
(222,54,6)
0 Favorites   1 Comments

Color spaces of #de3606

RGB 222546
HSL0.040.950.45
HSV13°97°87°
CMYK 0.000.760.97   0.13
XYZ31.476218.18112.0226
Yxy18.18110.60910.3518
Hunter Lab42.639357.149427.0351
CIE-Lab49.715062.672760.3338

#de3606 color RGB value is (222,54,6).

#de3606 hex color red value is 222, green value is 54 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #de3606 hue: 0.04 , saturation: 0.95 and the lightness value of de3606 is 0.45.

The process color (four color CMYK) of #de3606 color hex is 0.00, 0.76, 0.97, 0.13. Web safe color of #de3606 is #cc3300. Color #de3606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110110 00000110
Octal 336 66 6
Decimal 222 54 6
Hex DE 36 6

RGB Percentages of Color #de3606

%78.72
%19.15
%2.13

CMYK Percentages of Color #de3606

%0
%76
%97
%13

Triadic Colors of #de3606

#de3606 #06de36 #3606de

Analogous Colors of #de3606

#de3606 #dea206 #de0642

Monochromatic Colors of #de3606

#de3606

Complementary Color

#de3606 #06aede

#de3606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de3606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de3606 Color CSS Codes

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

#de3606 Text Font Color

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

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


#de3606 Background Color

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

This div background color is #de3606


#de3606 Border Color

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

This div border color is #de3606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de3606


Comments

20 Oct 2012, 9:42 (guest)

I think this color looks like Blood Orange

Please login to write comment.