Color Hex Logo

#e21941 Color Hex

#E21941
(226,25,65)
0 Favorites   0 Comments

Color spaces of #e21941

RGB 2262565
HSL0.970.800.49
HSV348°89°89°
CMYK 0.000.890.71   0.11
XYZ32.665817.24576.6081
Yxy17.24570.57800.3051
Hunter Lab41.527967.733919.6351
CIE-Lab48.568171.920432.7281

#e21941 color RGB value is (226,25,65).

#e21941 hex color red value is 226, green value is 25 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #e21941 hue: 0.97 , saturation: 0.80 and the lightness value of e21941 is 0.49.

The process color (four color CMYK) of #e21941 color hex is 0.00, 0.89, 0.71, 0.11. Web safe color of #e21941 is #cc0033. Color #e21941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 01000001
Octal 342 31 101
Decimal 226 25 65
Hex E2 19 41

RGB Percentages of Color #e21941

%71.52
%7.91
%20.57

CMYK Percentages of Color #e21941

%0
%89
%71
%11

Triadic Colors of #e21941

#e21941 #41e219 #1941e2

Analogous Colors of #e21941

#e21941 #e25519 #e219a6

Monochromatic Colors of #e21941

#e21941

Complementary Color

#e21941 #19e2ba

#e21941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21941 Color CSS Codes

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

#e21941 Text Font Color

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

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


#e21941 Background Color

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

This div background color is #e21941


#e21941 Border Color

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

This div border color is #e21941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21941


Comments

No comments written yet.

Please login to write comment.