Color Hex Logo

#e61320 Color Hex

#E61320
(230,19,32)
0 Favorites   0 Comments

Color spaces of #e61320

RGB 2301932
HSL0.990.850.49
HSV356°92°90°
CMYK 0.000.920.86   0.10
XYZ33.126717.39302.9777
Yxy17.39300.61920.3251
Hunter Lab41.704968.801024.9602
CIE-Lab48.751472.769851.3840

#e61320 color RGB value is (230,19,32).

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

The process color (four color CMYK) of #e61320 color hex is 0.00, 0.92, 0.86, 0.10. Web safe color of #e61320 is #ff0033. Color #e61320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010011 00100000
Octal 346 23 40
Decimal 230 19 32
Hex E6 13 20

RGB Percentages of Color #e61320

%81.85
%6.76
%11.39

CMYK Percentages of Color #e61320

%0
%92
%86
%10

Triadic Colors of #e61320

#e61320 #20e613 #1320e6

Analogous Colors of #e61320

#e61320 #e67013 #e6138a

Monochromatic Colors of #e61320

#e61320

Complementary Color

#e61320 #13e6d9

#e61320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61320 Color CSS Codes

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

#e61320 Text Font Color

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

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


#e61320 Background Color

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

This div background color is #e61320


#e61320 Border Color

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

This div border color is #e61320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61320


Comments

No comments written yet.

Please login to write comment.