Color Hex Logo

#e0121e Color Hex

#E0121E
(224,18,30)
0 Favorites   0 Comments

Color spaces of #e0121e

RGB 2241830
HSL0.990.850.47
HSV357°92°88°
CMYK 0.000.920.87   0.12
XYZ31.191116.37362.7448
Yxy16.37360.62000.3255
Hunter Lab40.464366.780624.3032
CIE-Lab47.460971.341350.7727

#e0121e color RGB value is (224,18,30).

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

The process color (four color CMYK) of #e0121e color hex is 0.00, 0.92, 0.87, 0.12. Web safe color of #e0121e is #cc0033. Color #e0121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010010 00011110
Octal 340 22 36
Decimal 224 18 30
Hex E0 12 1E

RGB Percentages of Color #e0121e

%82.35
%6.62
%11.03

CMYK Percentages of Color #e0121e

%0
%92
%87
%12

Triadic Colors of #e0121e

#e0121e #1ee012 #121ee0

Analogous Colors of #e0121e

#e0121e #e06d12 #e01285

Monochromatic Colors of #e0121e

#e0121e

Complementary Color

#e0121e #12e0d4

#e0121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0121e Color CSS Codes

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

#e0121e Text Font Color

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

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


#e0121e Background Color

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

This div background color is #e0121e


#e0121e Border Color

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

This div border color is #e0121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0121e


Comments

No comments written yet.

Please login to write comment.