Color Hex Logo

#e0151d Color Hex

#E0151D
(224,21,29)
0 Favorites   0 Comments

Color spaces of #e0151d

RGB 2242129
HSL0.990.830.48
HSV358°91°88°
CMYK 0.000.910.87   0.12
XYZ31.230416.47232.6958
Yxy16.47230.61970.3268
Hunter Lab40.586166.327524.4721
CIE-Lab47.588170.937551.3431

#e0151d color RGB value is (224,21,29).

#e0151d hex color red value is 224, green value is 21 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e0151d hue: 0.99 , saturation: 0.83 and the lightness value of e0151d is 0.48.

The process color (four color CMYK) of #e0151d color hex is 0.00, 0.91, 0.87, 0.12. Web safe color of #e0151d is #cc0033. Color #e0151d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010101 00011101
Octal 340 25 35
Decimal 224 21 29
Hex E0 15 1D

RGB Percentages of Color #e0151d

%81.75
%7.66
%10.58

CMYK Percentages of Color #e0151d

%0
%91
%87
%12

Triadic Colors of #e0151d

#e0151d #1de015 #151de0

Analogous Colors of #e0151d

#e0151d #e07315 #e01583

Monochromatic Colors of #e0151d

#e0151d

Complementary Color

#e0151d #15e0d8

#e0151d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0151d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0151d Color CSS Codes

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

#e0151d Text Font Color

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

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


#e0151d Background Color

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

This div background color is #e0151d


#e0151d Border Color

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

This div border color is #e0151d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,21,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0151d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0151d;
  -webkit-box-shadow: 1px 1px 3px 2px #e0151d;
  box-shadow:         1px 1px 3px 2px #e0151d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,21,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0151d


Comments

No comments written yet.

Please login to write comment.