Color Hex Logo

#e32100 Color Hex

#E32100
(227,33,0)
0 Favorites   0 Comments

Color spaces of #e32100

RGB 227330
HSL0.021.000.45
HSV100°89°
CMYK 0.000.851.00   0.11
XYZ32.222417.41861.6638
Yxy17.41860.62810.3395
Hunter Lab41.735664.775526.8513
CIE-Lab48.783269.401562.0652

#e32100 color RGB value is (227,33,0).

#e32100 hex color red value is 227, green value is 33 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #e32100 hue: 0.02 , saturation: 1.00 and the lightness value of e32100 is 0.45.

The process color (four color CMYK) of #e32100 color hex is 0.00, 0.85, 1.00, 0.11. Web safe color of #e32100 is #cc3300. Color #e32100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100001 00000000
Octal 343 41 0
Decimal 227 33 0
Hex E3 21 0

RGB Percentages of Color #e32100

%87.31
%12.69
%0.00

CMYK Percentages of Color #e32100

%0
%85
%100
%11

Triadic Colors of #e32100

#e32100 #00e321 #2100e3

Analogous Colors of #e32100

#e32100 #e39300 #e30050

Monochromatic Colors of #e32100

#e32100

Complementary Color

#e32100 #00c2e3

#e32100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32100 Color CSS Codes

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

#e32100 Text Font Color

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

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


#e32100 Background Color

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

This div background color is #e32100


#e32100 Border Color

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

This div border color is #e32100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32100


Comments

No comments written yet.

Please login to write comment.