Color Hex Logo

#ec253d Color Hex

#EC253D
(236,37,61)
0 Favorites   0 Comments

Color spaces of #ec253d

RGB 2363761
HSL0.980.840.54
HSV353°84°93°
CMYK 0.000.840.74   0.07
XYZ36.095919.49296.2749
Yxy19.49290.58350.3151
Hunter Lab44.150868.670622.4790
CIE-Lab51.259072.175138.7113

#ec253d color RGB value is (236,37,61).

#ec253d hex color red value is 236, green value is 37 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ec253d hue: 0.98 , saturation: 0.84 and the lightness value of ec253d is 0.54.

The process color (four color CMYK) of #ec253d color hex is 0.00, 0.84, 0.74, 0.07. Web safe color of #ec253d is #ff3333. Color #ec253d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 00111101
Octal 354 45 75
Decimal 236 37 61
Hex EC 25 3D

RGB Percentages of Color #ec253d

%70.66
%11.08
%18.26

CMYK Percentages of Color #ec253d

%0
%84
%74
%7

Triadic Colors of #ec253d

#ec253d #3dec25 #253dec

Analogous Colors of #ec253d

#ec253d #ec7125 #ec25a1

Monochromatic Colors of #ec253d

#ec253d

Complementary Color

#ec253d #25ecd4

#ec253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec253d Color CSS Codes

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

#ec253d Text Font Color

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

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


#ec253d Background Color

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

This div background color is #ec253d


#ec253d Border Color

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

This div border color is #ec253d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec253d


Comments

No comments written yet.

Please login to write comment.