Color Hex Logo

#e61924 Color Hex

#E61924
(230,25,36)
0 Favorites   0 Comments

Color spaces of #e61924

RGB 2302536
HSL0.990.800.50
HSV357°89°90°
CMYK 0.000.890.84   0.10
XYZ33.299217.64563.3199
Yxy17.64560.61360.3252
Hunter Lab42.006767.987524.7188
CIE-Lab49.063472.034849.6968

#e61924 color RGB value is (230,25,36).

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

The process color (four color CMYK) of #e61924 color hex is 0.00, 0.89, 0.84, 0.10. Web safe color of #e61924 is #ff0033. Color #e61924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011001 00100100
Octal 346 31 44
Decimal 230 25 36
Hex E6 19 24

RGB Percentages of Color #e61924

%79.04
%8.59
%12.37

CMYK Percentages of Color #e61924

%0
%89
%84
%10

Triadic Colors of #e61924

#e61924 #24e619 #1924e6

Analogous Colors of #e61924

#e61924 #e67519 #e6198b

Monochromatic Colors of #e61924

#e61924

Complementary Color

#e61924 #19e6db

#e61924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61924 Color CSS Codes

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

#e61924 Text Font Color

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

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


#e61924 Background Color

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

This div background color is #e61924


#e61924 Border Color

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

This div border color is #e61924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61924


Comments

No comments written yet.

Please login to write comment.