Color Hex Logo

#ec1530 Color Hex

#EC1530
(236,21,48)
0 Favorites   0 Comments

Color spaces of #ec1530

RGB 2362148
HSL0.980.850.50
HSV352°91°93°
CMYK 0.000.910.80   0.07
XYZ35.393718.58264.5176
Yxy18.58260.60510.3177
Hunter Lab43.107571.120323.9618
CIE-Lab50.195274.396744.8915

#ec1530 color RGB value is (236,21,48).

#ec1530 hex color red value is 236, green value is 21 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ec1530 hue: 0.98 , saturation: 0.85 and the lightness value of ec1530 is 0.50.

The process color (four color CMYK) of #ec1530 color hex is 0.00, 0.91, 0.80, 0.07. Web safe color of #ec1530 is #ff0033. Color #ec1530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 00110000
Octal 354 25 60
Decimal 236 21 48
Hex EC 15 30

RGB Percentages of Color #ec1530

%77.38
%6.89
%15.74

CMYK Percentages of Color #ec1530

%0
%91
%80
%7

Triadic Colors of #ec1530

#ec1530 #30ec15 #1530ec

Analogous Colors of #ec1530

#ec1530 #ec6615 #ec159c

Monochromatic Colors of #ec1530

#ec1530

Complementary Color

#ec1530 #15ecd1

#ec1530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1530 Color CSS Codes

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

#ec1530 Text Font Color

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

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


#ec1530 Background Color

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

This div background color is #ec1530


#ec1530 Border Color

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

This div border color is #ec1530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1530


Comments

No comments written yet.

Please login to write comment.