color codes Logo

#e90c2e color codes

#E90C2E
(233,12,46)
0 Favorites   0 Comments

Color spaces of #e90c2e

RGB 2331246
HSL0.970.900.48
HSV351°95°91°
CMYK 0.000.950.80   0.09
XYZ34.228917.78384.2133
Yxy17.78380.60880.3163
Hunter Lab42.170871.084523.5959
CIE-Lab49.232874.554944.8230

#e90c2e color RGB value is (233,12,46).

#e90c2e hex color red value is 233, green value is 12 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e90c2e hue: 0.97 , saturation: 0.90 and the lightness value of e90c2e is 0.48.

The process color (four color CMYK) of #e90c2e color code is 0.00, 0.95, 0.80, 0.09. Web safe color of #e90c2e is #ff0033. Color #e90c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 00101110
Octal 351 14 56
Decimal 233 12 46
Hex E9 C 2E

RGB Percentages of Color #e90c2e

%80.07
%4.12
%15.81

CMYK Percentages of Color #e90c2e

%0
%95
%80
%9

Triadic Colors of #e90c2e

#e90c2e #2ee90c #0c2ee9

Analogous Colors of #e90c2e

#e90c2e #e9590c #e90c9d

Monochromatic Colors of #e90c2e

#e90c2e

Complementary Color

#e90c2e #0ce9c7

#e90c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90c2e Color CSS Codes

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

#e90c2e Text Font Color

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

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


#e90c2e Background Color

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

This div background color is #e90c2e


#e90c2e Border Color

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

This div border color is #e90c2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,12,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e90c2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e90c2e;
  -webkit-box-shadow: 1px 1px 3px 2px #e90c2e;
  box-shadow:         1px 1px 3px 2px #e90c2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,12,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90c2e


Comments

No comments written yet.

Please login to write comment.