Color Hex Logo

#e90c1f Color Hex

#E90C1F
(233,12,31)
0 Favorites   0 Comments

Color spaces of #e90c1f

RGB 2331231
HSL0.990.900.48
HSV355°95°91°
CMYK 0.000.950.87   0.09
XYZ33.983117.68552.9189
Yxy17.68550.62250.3240
Hunter Lab42.054170.647525.3227
CIE-Lab49.112474.220352.4056

#e90c1f color RGB value is (233,12,31).

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

The process color (four color CMYK) of #e90c1f color hex is 0.00, 0.95, 0.87, 0.09. Web safe color of #e90c1f is #ff0033. Color #e90c1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001100 00011111
Octal 351 14 37
Decimal 233 12 31
Hex E9 C 1F

RGB Percentages of Color #e90c1f

%84.42
%4.35
%11.23

CMYK Percentages of Color #e90c1f

%0
%95
%87
%9

Triadic Colors of #e90c1f

#e90c1f #1fe90c #0c1fe9

Analogous Colors of #e90c1f

#e90c1f #e9680c #e90c8e

Monochromatic Colors of #e90c1f

#e90c1f

Complementary Color

#e90c1f #0ce9d6

#e90c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90c1f Color CSS Codes

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

#e90c1f Text Font Color

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

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


#e90c1f Background Color

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

This div background color is #e90c1f


#e90c1f Border Color

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

This div border color is #e90c1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90c1f


Comments

No comments written yet.

Please login to write comment.