Color Hex Logo

#e10019 Color Hex

#E10019
(225,0,25)
0 Favorites   0 Comments

Color spaces of #e10019

RGB 225025
HSL0.981.000.44
HSV353°100°88°
CMYK 0.001.000.89   0.12
XYZ31.226816.07772.3772
Yxy16.07770.62850.3236
Hunter Lab40.097068.842724.5528
CIE-Lab47.076373.130652.8539

#e10019 color RGB value is (225,0,25).

#e10019 hex color red value is 225, green value is 0 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e10019 hue: 0.98 , saturation: 1.00 and the lightness value of e10019 is 0.44.

The process color (four color CMYK) of #e10019 color hex is 0.00, 1.00, 0.89, 0.12. Web safe color of #e10019 is #cc0000. Color #e10019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 00011001
Octal 341 0 31
Decimal 225 0 25
Hex E1 0 19

RGB Percentages of Color #e10019

%90.00
%0.00
%10.00

CMYK Percentages of Color #e10019

%0
%100
%89
%12

Triadic Colors of #e10019

#e10019 #19e100 #0019e1

Analogous Colors of #e10019

#e10019 #e15700 #e1008a

Monochromatic Colors of #e10019

#e10019

Complementary Color

#e10019 #00e1c8

#e10019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10019 Color CSS Codes

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

#e10019 Text Font Color

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

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


#e10019 Background Color

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

This div background color is #e10019


#e10019 Border Color

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

This div border color is #e10019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10019


Comments

No comments written yet.

Please login to write comment.