Color Hex Logo

#ec242a Color Hex

#EC242A
(236,36,42)
0 Favorites   0 Comments

Color spaces of #ec242a

RGB 2363642
HSL1.000.840.53
HSV358°85°93°
CMYK 0.000.850.82   0.07
XYZ35.640919.26184.0299
Yxy19.26180.60480.3268
Hunter Lab43.888368.152325.2777
CIE-Lab50.992171.797548.8524

#ec242a color RGB value is (236,36,42).

#ec242a hex color red value is 236, green value is 36 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ec242a hue: 1.00 , saturation: 0.84 and the lightness value of ec242a is 0.53.

The process color (four color CMYK) of #ec242a color hex is 0.00, 0.85, 0.82, 0.07. Web safe color of #ec242a is #ff3333. Color #ec242a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100100 00101010
Octal 354 44 52
Decimal 236 36 42
Hex EC 24 2A

RGB Percentages of Color #ec242a

%75.16
%11.46
%13.38

CMYK Percentages of Color #ec242a

%0
%85
%82
%7

Triadic Colors of #ec242a

#ec242a #2aec24 #242aec

Analogous Colors of #ec242a

#ec242a #ec8224 #ec248e

Monochromatic Colors of #ec242a

#ec242a

Complementary Color

#ec242a #24ece6

#ec242a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec242a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec242a Color CSS Codes

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

#ec242a Text Font Color

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

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


#ec242a Background Color

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

This div background color is #ec242a


#ec242a Border Color

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

This div border color is #ec242a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec242a


Comments

No comments written yet.

Please login to write comment.