Color Hex Logo

#ec232f Color Hex

#EC232F
(236,35,47)
0 Favorites   0 Comments

Color spaces of #ec232f

RGB 2363547
HSL0.990.840.53
HSV356°85°93°
CMYK 0.000.850.80   0.07
XYZ35.706219.24024.5211
Yxy19.24020.60040.3235
Hunter Lab43.863768.542424.5934
CIE-Lab50.967172.125646.2043

#ec232f color RGB value is (236,35,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100011 00101111
Octal 354 43 57
Decimal 236 35 47
Hex EC 23 2F

RGB Percentages of Color #ec232f

%74.21
%11.01
%14.78

CMYK Percentages of Color #ec232f

%0
%85
%80
%7

Triadic Colors of #ec232f

#ec232f #2fec23 #232fec

Analogous Colors of #ec232f

#ec232f #ec7c23 #ec2394

Monochromatic Colors of #ec232f

#ec232f

Complementary Color

#ec232f #23ece0

#ec232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec232f Color CSS Codes

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

#ec232f Text Font Color

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

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


#ec232f Background Color

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

This div background color is #ec232f


#ec232f Border Color

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

This div border color is #ec232f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec232f


Comments

No comments written yet.

Please login to write comment.