Color Hex Logo

#e0421e Color Hex

#E0421E
(224,66,30)
0 Favorites   0 Comments

Color spaces of #e0421e

RGB 2246630
HSL0.030.760.50
HSV11°87°88°
CMYK 0.000.710.87   0.12
XYZ32.923019.83753.3221
Yxy19.83750.58700.3537
Hunter Lab44.539354.001626.7552
CIE-Lab51.653059.540454.1478

#e0421e color RGB value is (224,66,30).

#e0421e hex color red value is 224, green value is 66 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #e0421e hue: 0.03 , saturation: 0.76 and the lightness value of e0421e is 0.50.

The process color (four color CMYK) of #e0421e color hex is 0.00, 0.71, 0.87, 0.12. Web safe color of #e0421e is #cc3333. Color #e0421e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 00011110
Octal 340 102 36
Decimal 224 66 30
Hex E0 42 1E

RGB Percentages of Color #e0421e

%70.00
%20.63
%9.38

CMYK Percentages of Color #e0421e

%0
%71
%87
%12

Triadic Colors of #e0421e

#e0421e #1ee042 #421ee0

Analogous Colors of #e0421e

#e0421e #e0a31e #e01e5b

Monochromatic Colors of #e0421e

#e0421e

Complementary Color

#e0421e #1ebce0

#e0421e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0421e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0421e Color CSS Codes

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

#e0421e Text Font Color

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

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


#e0421e Background Color

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

This div background color is #e0421e


#e0421e Border Color

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

This div border color is #e0421e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,66,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 #e0421e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0421e


Comments

No comments written yet.

Please login to write comment.