Color Hex Logo

#ec1901 Color Hex

#EC1901
(236,25,1)
0 Favorites   0 Comments

Color spaces of #ec1901

RGB 236251
HSL0.020.990.46
HSV100°93°
CMYK 0.000.891.00   0.07
XYZ34.945218.53031.7636
Yxy18.53030.63260.3355
Hunter Lab43.046869.573427.7037
CIE-Lab50.133173.138763.4195

#ec1901 color RGB value is (236,25,1).

#ec1901 hex color red value is 236, green value is 25 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ec1901 hue: 0.02 , saturation: 0.99 and the lightness value of ec1901 is 0.46.

The process color (four color CMYK) of #ec1901 color hex is 0.00, 0.89, 1.00, 0.07. Web safe color of #ec1901 is #ff0000. Color #ec1901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011001 00000001
Octal 354 31 1
Decimal 236 25 1
Hex EC 19 1

RGB Percentages of Color #ec1901

%90.08
%9.54
%0.38

CMYK Percentages of Color #ec1901

%0
%89
%100
%7

Triadic Colors of #ec1901

#ec1901 #01ec19 #1901ec

Analogous Colors of #ec1901

#ec1901 #ec8f01 #ec015f

Monochromatic Colors of #ec1901

#ec1901

Complementary Color

#ec1901 #01d4ec

#ec1901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1901 Color CSS Codes

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

#ec1901 Text Font Color

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

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


#ec1901 Background Color

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

This div background color is #ec1901


#ec1901 Border Color

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

This div border color is #ec1901


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,25,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec1901; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec1901;
  -webkit-box-shadow: 1px 1px 3px 2px #ec1901;
  box-shadow:         1px 1px 3px 2px #ec1901; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,25,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1901


Comments

No comments written yet.

Please login to write comment.