Color Hex Logo

#e9411d Color Hex

#E9411D
(233,65,29)
0 Favorites   0 Comments

Color spaces of #e9411d

RGB 2336529
HSL0.030.820.51
HSV11°88°91°
CMYK 0.000.720.88   0.09
XYZ35.716321.19293.3706
Yxy21.19290.59250.3516
Hunter Lab46.035757.924627.8840
CIE-Lab53.160062.707356.4433

#e9411d color RGB value is (233,65,29).

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

The process color (four color CMYK) of #e9411d color hex is 0.00, 0.72, 0.88, 0.09. Web safe color of #e9411d is #ff3333. Color #e9411d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000001 00011101
Octal 351 101 35
Decimal 233 65 29
Hex E9 41 1D

RGB Percentages of Color #e9411d

%71.25
%19.88
%8.87

CMYK Percentages of Color #e9411d

%0
%72
%88
%9

Triadic Colors of #e9411d

#e9411d #1de941 #411de9

Analogous Colors of #e9411d

#e9411d #e9a71d #e91d5f

Monochromatic Colors of #e9411d

#e9411d

Complementary Color

#e9411d #1dc5e9

#e9411d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9411d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9411d Color CSS Codes

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

#e9411d Text Font Color

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

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


#e9411d Background Color

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

This div background color is #e9411d


#e9411d Border Color

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

This div border color is #e9411d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9411d


Comments

No comments written yet.

Please login to write comment.