Color Hex Logo

#e21131 Color Hex

#E21131
(226,17,49)
0 Favorites   0 Comments

Color spaces of #e21131

RGB 2261749
HSL0.970.860.48
HSV351°92°89°
CMYK 0.000.920.78   0.11
XYZ32.118916.79144.4539
Yxy16.79140.60190.3147
Hunter Lab40.977368.201922.2398
CIE-Lab47.996172.420441.4269

#e21131 color RGB value is (226,17,49).

#e21131 hex color red value is 226, green value is 17 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #e21131 hue: 0.97 , saturation: 0.86 and the lightness value of e21131 is 0.48.

The process color (four color CMYK) of #e21131 color hex is 0.00, 0.92, 0.78, 0.11. Web safe color of #e21131 is #cc0033. Color #e21131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010001 00110001
Octal 342 21 61
Decimal 226 17 49
Hex E2 11 31

RGB Percentages of Color #e21131

%77.40
%5.82
%16.78

CMYK Percentages of Color #e21131

%0
%92
%78
%11

Triadic Colors of #e21131

#e21131 #31e211 #1131e2

Analogous Colors of #e21131

#e21131 #e25a11 #e2119a

Monochromatic Colors of #e21131

#e21131

Complementary Color

#e21131 #11e2c2

#e21131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21131 Color CSS Codes

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

#e21131 Text Font Color

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

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


#e21131 Background Color

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

This div background color is #e21131


#e21131 Border Color

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

This div border color is #e21131


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,17,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e21131; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e21131;
  -webkit-box-shadow: 1px 1px 3px 2px #e21131;
  box-shadow:         1px 1px 3px 2px #e21131; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,17,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21131


Comments

No comments written yet.

Please login to write comment.