Color Hex Logo

#e2290d Color Hex

#E2290D
(226,41,13)
0 Favorites   0 Comments

Color spaces of #e2290d

RGB 2264113
HSL0.020.890.47
HSV94°89°
CMYK 0.000.820.94   0.11
XYZ32.229617.78372.1147
Yxy17.78370.61830.3412
Hunter Lab42.170762.622526.5463
CIE-Lab49.232767.490058.7101

#e2290d color RGB value is (226,41,13).

#e2290d hex color red value is 226, green value is 41 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e2290d hue: 0.02 , saturation: 0.89 and the lightness value of e2290d is 0.47.

The process color (four color CMYK) of #e2290d color hex is 0.00, 0.82, 0.94, 0.11. Web safe color of #e2290d is #cc3300. Color #e2290d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 00001101
Octal 342 51 15
Decimal 226 41 13
Hex E2 29 D

RGB Percentages of Color #e2290d

%80.71
%14.64
%4.64

CMYK Percentages of Color #e2290d

%0
%82
%94
%11

Triadic Colors of #e2290d

#e2290d #0de229 #290de2

Analogous Colors of #e2290d

#e2290d #e2940d #e20d5b

Monochromatic Colors of #e2290d

#e2290d

Complementary Color

#e2290d #0dc6e2

#e2290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2290d Color CSS Codes

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

#e2290d Text Font Color

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

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


#e2290d Background Color

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

This div background color is #e2290d


#e2290d Border Color

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

This div border color is #e2290d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2290d


Comments

No comments written yet.

Please login to write comment.