Color Hex Logo

#de311f Color Hex

#DE311F
(222,49,31)
0 Favorites   0 Comments

Color spaces of #de311f

RGB 2224931
HSL0.020.750.50
HSV86°87°
CMYK 0.000.780.86   0.13
XYZ31.469817.82513.0783
Yxy17.82510.60090.3403
Hunter Lab42.219859.165825.2309
CIE-Lab49.283364.510251.6298

#de311f color RGB value is (222,49,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110001 00011111
Octal 336 61 37
Decimal 222 49 31
Hex DE 31 1F

RGB Percentages of Color #de311f

%73.51
%16.23
%10.26

CMYK Percentages of Color #de311f

%0
%78
%86
%13

Triadic Colors of #de311f

#de311f #1fde31 #311fde

Analogous Colors of #de311f

#de311f #de911f #de1f6d

Monochromatic Colors of #de311f

#de311f

Complementary Color

#de311f #1fccde

#de311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de311f Color CSS Codes

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

#de311f Text Font Color

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

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


#de311f Background Color

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

This div background color is #de311f


#de311f Border Color

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

This div border color is #de311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de311f


Comments

No comments written yet.

Please login to write comment.