Color Hex Logo

#e91319 Color Hex

#E91319
(233,19,25)
0 Favorites   0 Comments

Color spaces of #e91319

RGB 2331925
HSL1.000.850.49
HSV358°92°91°
CMYK 0.000.920.89   0.09
XYZ34.012617.85962.5743
Yxy17.85960.62470.3280
Hunter Lab42.260669.706025.9708
CIE-Lab49.325473.405155.2276

#e91319 color RGB value is (233,19,25).

#e91319 hex color red value is 233, green value is 19 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e91319 hue: 1.00 , saturation: 0.85 and the lightness value of e91319 is 0.49.

The process color (four color CMYK) of #e91319 color hex is 0.00, 0.92, 0.89, 0.09. Web safe color of #e91319 is #ff0000. Color #e91319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010011 00011001
Octal 351 23 31
Decimal 233 19 25
Hex E9 13 19

RGB Percentages of Color #e91319

%84.12
%6.86
%9.03

CMYK Percentages of Color #e91319

%0
%92
%89
%9

Triadic Colors of #e91319

#e91319 #19e913 #1319e9

Analogous Colors of #e91319

#e91319 #e97813 #e91384

Monochromatic Colors of #e91319

#e91319

Complementary Color

#e91319 #13e9e3

#e91319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e91319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e91319 Color CSS Codes

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

#e91319 Text Font Color

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

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


#e91319 Background Color

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

This div background color is #e91319


#e91319 Border Color

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

This div border color is #e91319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e91319


Comments

No comments written yet.

Please login to write comment.