Color Hex Logo

#e44121 Color Hex

#E44121
(228,65,33)
0 Favorites   0 Comments

Color spaces of #e44121

RGB 2286533
HSL0.030.780.51
HSV10°86°89°
CMYK 0.000.710.86   0.11
XYZ34.159720.38443.5730
Yxy20.38440.58780.3507
Hunter Lab45.149156.041826.9123
CIE-Lab52.269161.227753.6747

#e44121 color RGB value is (228,65,33).

#e44121 hex color red value is 228, green value is 65 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e44121 hue: 0.03 , saturation: 0.78 and the lightness value of e44121 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000001 00100001
Octal 344 101 41
Decimal 228 65 33
Hex E4 41 21

RGB Percentages of Color #e44121

%69.94
%19.94
%10.12

CMYK Percentages of Color #e44121

%0
%71
%86
%11

Triadic Colors of #e44121

#e44121 #21e441 #4121e4

Analogous Colors of #e44121

#e44121 #e4a321 #e42162

Monochromatic Colors of #e44121

#e44121

Complementary Color

#e44121 #21c4e4

#e44121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44121 Color CSS Codes

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

#e44121 Text Font Color

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

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


#e44121 Background Color

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

This div background color is #e44121


#e44121 Border Color

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

This div border color is #e44121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44121


Comments

No comments written yet.

Please login to write comment.