Color Hex Logo

#e61513 Color Hex

#E61513
(230,21,19)
0 Favorites   0 Comments

Color spaces of #e61513

RGB 2302119
HSL0.000.850.49
HSV92°90°
CMYK 0.000.910.92   0.10
XYZ33.018817.40632.2356
Yxy17.40630.62700.3305
Hunter Lab41.720968.257326.0276
CIE-Lab48.767972.316256.9033

#e61513 color RGB value is (230,21,19).

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

The process color (four color CMYK) of #e61513 color hex is 0.00, 0.91, 0.92, 0.10. Web safe color of #e61513 is #ff0000. Color #e61513 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010101 00010011
Octal 346 25 23
Decimal 230 21 19
Hex E6 15 13

RGB Percentages of Color #e61513

%85.19
%7.78
%7.04

CMYK Percentages of Color #e61513

%0
%91
%92
%10

Triadic Colors of #e61513

#e61513 #13e615 #1513e6

Analogous Colors of #e61513

#e61513 #e67f13 #e6137b

Monochromatic Colors of #e61513

#e61513

Complementary Color

#e61513 #13e4e6

#e61513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61513 Color CSS Codes

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

#e61513 Text Font Color

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

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


#e61513 Background Color

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

This div background color is #e61513


#e61513 Border Color

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

This div border color is #e61513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61513


Comments

No comments written yet.

Please login to write comment.