Color Hex Logo

#e10f23 Color Hex

#E10F23
(225,15,35)
0 Favorites   0 Comments

Color spaces of #e10f23

RGB 2251535
HSL0.980.880.47
HSV354°93°88°
CMYK 0.000.930.84   0.12
XYZ31.525516.47053.1077
Yxy16.47050.61690.3223
Hunter Lab40.583967.636823.8686
CIE-Lab47.585872.030948.5098

#e10f23 color RGB value is (225,15,35).

#e10f23 hex color red value is 225, green value is 15 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #e10f23 hue: 0.98 , saturation: 0.88 and the lightness value of e10f23 is 0.47.

The process color (four color CMYK) of #e10f23 color hex is 0.00, 0.93, 0.84, 0.12. Web safe color of #e10f23 is #cc0033. Color #e10f23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001111 00100011
Octal 341 17 43
Decimal 225 15 35
Hex E1 F 23

RGB Percentages of Color #e10f23

%81.82
%5.45
%12.73

CMYK Percentages of Color #e10f23

%0
%93
%84
%12

Triadic Colors of #e10f23

#e10f23 #23e10f #0f23e1

Analogous Colors of #e10f23

#e10f23 #e1640f #e10f8c

Monochromatic Colors of #e10f23

#e10f23

Complementary Color

#e10f23 #0fe1cd

#e10f23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10f23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10f23 Color CSS Codes

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

#e10f23 Text Font Color

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

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


#e10f23 Background Color

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

This div background color is #e10f23


#e10f23 Border Color

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

This div border color is #e10f23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10f23


Comments

No comments written yet.

Please login to write comment.