Color Hex Logo

#e01d3d Color Hex

#E01D3D
(224,29,61)
0 Favorites   0 Comments

Color spaces of #e01d3d

RGB 2242961
HSL0.970.770.50
HSV350°87°88°
CMYK 0.000.870.73   0.12
XYZ32.022117.06296.0206
Yxy17.06290.58110.3096
Hunter Lab41.307366.088620.2735
CIE-Lab48.339270.591434.7352

#e01d3d color RGB value is (224,29,61).

#e01d3d hex color red value is 224, green value is 29 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e01d3d hue: 0.97 , saturation: 0.77 and the lightness value of e01d3d is 0.50.

The process color (four color CMYK) of #e01d3d color hex is 0.00, 0.87, 0.73, 0.12. Web safe color of #e01d3d is #cc3333. Color #e01d3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 00111101
Octal 340 35 75
Decimal 224 29 61
Hex E0 1D 3D

RGB Percentages of Color #e01d3d

%71.34
%9.24
%19.43

CMYK Percentages of Color #e01d3d

%0
%87
%73
%12

Triadic Colors of #e01d3d

#e01d3d #3de01d #1d3de0

Analogous Colors of #e01d3d

#e01d3d #e05f1d #e01d9f

Monochromatic Colors of #e01d3d

#e01d3d

Complementary Color

#e01d3d #1de0c0

#e01d3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01d3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01d3d Color CSS Codes

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

#e01d3d Text Font Color

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

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


#e01d3d Background Color

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

This div background color is #e01d3d


#e01d3d Border Color

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

This div border color is #e01d3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,29,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 #e01d3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01d3d


Comments

No comments written yet.

Please login to write comment.