Color Hex Logo

#e41f0f Color Hex

#E41F0F
(228,31,15)
0 Favorites   0 Comments

Color spaces of #e41f0f

RGB 2283115
HSL0.010.880.48
HSV93°89°
CMYK 0.000.860.93   0.11
XYZ32.571117.50842.1147
Yxy17.50840.62400.3354
Hunter Lab41.843065.721126.2937
CIE-Lab48.894370.175658.1268

#e41f0f color RGB value is (228,31,15).

#e41f0f hex color red value is 228, green value is 31 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e41f0f hue: 0.01 , saturation: 0.88 and the lightness value of e41f0f is 0.48.

The process color (four color CMYK) of #e41f0f color hex is 0.00, 0.86, 0.93, 0.11. Web safe color of #e41f0f is #cc3300. Color #e41f0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00011111 00001111
Octal 344 37 17
Decimal 228 31 15
Hex E4 1F F

RGB Percentages of Color #e41f0f

%83.21
%11.31
%5.47

CMYK Percentages of Color #e41f0f

%0
%86
%93
%11

Triadic Colors of #e41f0f

#e41f0f #0fe41f #1f0fe4

Analogous Colors of #e41f0f

#e41f0f #e48a0f #e40f6a

Monochromatic Colors of #e41f0f

#e41f0f

Complementary Color

#e41f0f #0fd4e4

#e41f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41f0f Color CSS Codes

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

#e41f0f Text Font Color

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

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


#e41f0f Background Color

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

This div background color is #e41f0f


#e41f0f Border Color

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

This div border color is #e41f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41f0f


Comments

No comments written yet.

Please login to write comment.