Color Hex Logo

#e2270e Color Hex

#E2270E
(226,39,14)
0 Favorites   0 Comments

Color spaces of #e2270e

RGB 2263914
HSL0.020.880.47
HSV94°89°
CMYK 0.000.830.94   0.11
XYZ32.168817.65152.1271
Yxy17.65150.61930.3398
Hunter Lab42.013763.148926.4078
CIE-Lab49.070767.969058.3259

#e2270e color RGB value is (226,39,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100111 00001110
Octal 342 47 16
Decimal 226 39 14
Hex E2 27 E

RGB Percentages of Color #e2270e

%81.00
%13.98
%5.02

CMYK Percentages of Color #e2270e

%0
%83
%94
%11

Triadic Colors of #e2270e

#e2270e #0ee227 #270ee2

Analogous Colors of #e2270e

#e2270e #e2910e #e20e5f

Monochromatic Colors of #e2270e

#e2270e

Complementary Color

#e2270e #0ec9e2

#e2270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2270e Color CSS Codes

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

#e2270e Text Font Color

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

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


#e2270e Background Color

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

This div background color is #e2270e


#e2270e Border Color

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

This div border color is #e2270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2270e


Comments

No comments written yet.

Please login to write comment.