Color Hex Logo

#de311e Color Hex

#DE311E
(222,49,30)
0 Favorites   0 Comments

Color spaces of #de311e

RGB 2224930
HSL0.020.760.49
HSV86°87°
CMYK 0.000.780.86   0.13
XYZ31.456917.82003.0099
Yxy17.82000.60160.3408
Hunter Lab42.213759.140925.3222
CIE-Lab49.277164.489852.0738

#de311e color RGB value is (222,49,30).

#de311e hex color red value is 222, green value is 49 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #de311e hue: 0.02 , saturation: 0.76 and the lightness value of de311e is 0.49.

The process color (four color CMYK) of #de311e color hex is 0.00, 0.78, 0.86, 0.13. Web safe color of #de311e is #cc3333. Color #de311e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 00011110
Octal 336 61 36
Decimal 222 49 30
Hex DE 31 1E

RGB Percentages of Color #de311e

%73.75
%16.28
%9.97

CMYK Percentages of Color #de311e

%0
%78
%86
%13

Triadic Colors of #de311e

#de311e #1ede31 #311ede

Analogous Colors of #de311e

#de311e #de911e #de1e6b

Monochromatic Colors of #de311e

#de311e

Complementary Color

#de311e #1ecbde

#de311e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de311e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de311e Color CSS Codes

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

#de311e Text Font Color

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

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


#de311e Background Color

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

This div background color is #de311e


#de311e Border Color

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

This div border color is #de311e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de311e


Comments

No comments written yet.

Please login to write comment.