Color Hex Logo

#e2121b Color Hex

#E2121B
(226,18,27)
0 Favorites   0 Comments

Color spaces of #e2121b

RGB 2261827
HSL0.990.850.48
HSV357°92°89°
CMYK 0.000.920.88   0.11
XYZ31.778216.68052.5817
Yxy16.68050.62260.3268
Hunter Lab40.841867.414324.8414
CIE-Lab47.854971.793252.6374

#e2121b color RGB value is (226,18,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010010 00011011
Octal 342 22 33
Decimal 226 18 27
Hex E2 12 1B

RGB Percentages of Color #e2121b

%83.39
%6.64
%9.96

CMYK Percentages of Color #e2121b

%0
%92
%88
%11

Triadic Colors of #e2121b

#e2121b #1be212 #121be2

Analogous Colors of #e2121b

#e2121b #e27112 #e21283

Monochromatic Colors of #e2121b

#e2121b

Complementary Color

#e2121b #12e2d9

#e2121b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2121b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2121b Color CSS Codes

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

#e2121b Text Font Color

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

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


#e2121b Background Color

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

This div background color is #e2121b


#e2121b Border Color

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

This div border color is #e2121b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2121b


Comments

No comments written yet.

Please login to write comment.