Color Hex Logo

#e61820 Color Hex

#E61820
(230,24,32)
0 Favorites   0 Comments

Color spaces of #e61820

RGB 2302432
HSL0.990.810.50
HSV358°90°90°
CMYK 0.000.900.86   0.10
XYZ33.220517.58053.0090
Yxy17.58050.61740.3267
Hunter Lab41.929168.049925.0955
CIE-Lab48.983372.102251.5733

#e61820 color RGB value is (230,24,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011000 00100000
Octal 346 30 40
Decimal 230 24 32
Hex E6 18 20

RGB Percentages of Color #e61820

%80.42
%8.39
%11.19

CMYK Percentages of Color #e61820

%0
%90
%86
%10

Triadic Colors of #e61820

#e61820 #20e618 #1820e6

Analogous Colors of #e61820

#e61820 #e67718 #e61887

Monochromatic Colors of #e61820

#e61820

Complementary Color

#e61820 #18e6de

#e61820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61820 Color CSS Codes

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

#e61820 Text Font Color

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

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


#e61820 Background Color

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

This div background color is #e61820


#e61820 Border Color

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

This div border color is #e61820


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,24,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 #e61820">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61820


Comments

No comments written yet.

Please login to write comment.