Color Hex Logo

#e2121f Color Hex

#E2121F
(226,18,31)
0 Favorites   0 Comments

Color spaces of #e2121f

RGB 2261831
HSL0.990.850.48
HSV356°92°89°
CMYK 0.000.920.86   0.11
XYZ31.827716.70032.8423
Yxy16.70030.61960.3251
Hunter Lab40.866067.505824.4825
CIE-Lab47.880271.864550.8093

#e2121f color RGB value is (226,18,31).

#e2121f hex color red value is 226, green value is 18 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e2121f hue: 0.99 , saturation: 0.85 and the lightness value of e2121f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010010 00011111
Octal 342 22 37
Decimal 226 18 31
Hex E2 12 1F

RGB Percentages of Color #e2121f

%82.18
%6.55
%11.27

CMYK Percentages of Color #e2121f

%0
%92
%86
%11

Triadic Colors of #e2121f

#e2121f #1fe212 #121fe2

Analogous Colors of #e2121f

#e2121f #e26d12 #e21287

Monochromatic Colors of #e2121f

#e2121f

Complementary Color

#e2121f #12e2d5

#e2121f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2121f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2121f Color CSS Codes

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

#e2121f Text Font Color

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

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


#e2121f Background Color

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

This div background color is #e2121f


#e2121f Border Color

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

This div border color is #e2121f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2121f


Comments

No comments written yet.

Please login to write comment.