Color Hex Logo

#e33020 Color Hex

#E33020
(227,48,32)
0 Favorites   0 Comments

Color spaces of #e33020

RGB 2274832
HSL0.010.780.51
HSV86°89°
CMYK 0.000.790.86   0.11
XYZ32.996218.54913.2077
Yxy18.54910.60260.3388
Hunter Lab43.068761.384125.7322
CIE-Lab50.155466.255452.2915

#e33020 color RGB value is (227,48,32).

#e33020 hex color red value is 227, green value is 48 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e33020 hue: 0.01 , saturation: 0.78 and the lightness value of e33020 is 0.51.

The process color (four color CMYK) of #e33020 color hex is 0.00, 0.79, 0.86, 0.11. Web safe color of #e33020 is #cc3333. Color #e33020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110000 00100000
Octal 343 60 40
Decimal 227 48 32
Hex E3 30 20

RGB Percentages of Color #e33020

%73.94
%15.64
%10.42

CMYK Percentages of Color #e33020

%0
%79
%86
%11

Triadic Colors of #e33020

#e33020 #20e330 #3020e3

Analogous Colors of #e33020

#e33020 #e39220 #e32072

Monochromatic Colors of #e33020

#e33020

Complementary Color

#e33020 #20d3e3

#e33020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33020 Color CSS Codes

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

#e33020 Text Font Color

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

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


#e33020 Background Color

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

This div background color is #e33020


#e33020 Border Color

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

This div border color is #e33020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33020


Comments

No comments written yet.

Please login to write comment.