Color Hex Logo

#e12f3b Color Hex

#E12F3B
(225,47,59)
0 Favorites   0 Comments

Color spaces of #e12f3b

RGB 2254759
HSL0.990.750.53
HSV356°79°88°
CMYK 0.000.790.74   0.12
XYZ32.857318.35635.9490
Yxy18.35630.57480.3211
Hunter Lab42.844361.914421.7585
CIE-Lab49.925466.753037.7734

#e12f3b color RGB value is (225,47,59).

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

The process color (four color CMYK) of #e12f3b color hex is 0.00, 0.79, 0.74, 0.12. Web safe color of #e12f3b is #cc3333. Color #e12f3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101111 00111011
Octal 341 57 73
Decimal 225 47 59
Hex E1 2F 3B

RGB Percentages of Color #e12f3b

%67.98
%14.20
%17.82

CMYK Percentages of Color #e12f3b

%0
%79
%74
%12

Triadic Colors of #e12f3b

#e12f3b #3be12f #2f3be1

Analogous Colors of #e12f3b

#e12f3b #e17c2f #e12f94

Monochromatic Colors of #e12f3b

#e12f3b

Complementary Color

#e12f3b #2fe1d5

#e12f3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12f3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12f3b Color CSS Codes

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

#e12f3b Text Font Color

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

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


#e12f3b Background Color

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

This div background color is #e12f3b


#e12f3b Border Color

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

This div border color is #e12f3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12f3b


Comments

No comments written yet.

Please login to write comment.