Color Hex Logo

#ec1b2d Color Hex

#EC1B2D
(236,27,45)
0 Favorites   0 Comments

Color spaces of #ec1b2d

RGB 2362745
HSL0.990.850.52
HSV355°89°93°
CMYK 0.000.890.81   0.07
XYZ35.457718.80624.2438
Yxy18.80620.60600.3214
Hunter Lab43.366170.057324.5542
CIE-Lab50.459773.473546.7755

#ec1b2d color RGB value is (236,27,45).

#ec1b2d hex color red value is 236, green value is 27 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ec1b2d hue: 0.99 , saturation: 0.85 and the lightness value of ec1b2d is 0.52.

The process color (four color CMYK) of #ec1b2d color hex is 0.00, 0.89, 0.81, 0.07. Web safe color of #ec1b2d is #ff3333. Color #ec1b2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011011 00101101
Octal 354 33 55
Decimal 236 27 45
Hex EC 1B 2D

RGB Percentages of Color #ec1b2d

%76.62
%8.77
%14.61

CMYK Percentages of Color #ec1b2d

%0
%89
%81
%7

Triadic Colors of #ec1b2d

#ec1b2d #2dec1b #1b2dec

Analogous Colors of #ec1b2d

#ec1b2d #ec721b #ec1b96

Monochromatic Colors of #ec1b2d

#ec1b2d

Complementary Color

#ec1b2d #1becda

#ec1b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1b2d Color CSS Codes

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

#ec1b2d Text Font Color

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

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


#ec1b2d Background Color

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

This div background color is #ec1b2d


#ec1b2d Border Color

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

This div border color is #ec1b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1b2d


Comments

No comments written yet.

Please login to write comment.