Color Hex Logo

#e00f1c Color Hex

#E00F1C
(224,15,28)
0 Favorites   0 Comments

Color spaces of #e00f1c

RGB 2241528
HSL0.990.870.47
HSV356°93°88°
CMYK 0.000.930.88   0.12
XYZ31.120916.27282.5993
Yxy16.27280.62250.3255
Hunter Lab40.339667.113824.4173
CIE-Lab47.330471.644851.6027

#e00f1c color RGB value is (224,15,28).

#e00f1c hex color red value is 224, green value is 15 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #e00f1c hue: 0.99 , saturation: 0.87 and the lightness value of e00f1c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001111 00011100
Octal 340 17 34
Decimal 224 15 28
Hex E0 F 1C

RGB Percentages of Color #e00f1c

%83.90
%5.62
%10.49

CMYK Percentages of Color #e00f1c

%0
%93
%88
%12

Triadic Colors of #e00f1c

#e00f1c #1ce00f #0f1ce0

Analogous Colors of #e00f1c

#e00f1c #e06b0f #e00f85

Monochromatic Colors of #e00f1c

#e00f1c

Complementary Color

#e00f1c #0fe0d3

#e00f1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00f1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00f1c Color CSS Codes

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

#e00f1c Text Font Color

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

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


#e00f1c Background Color

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

This div background color is #e00f1c


#e00f1c Border Color

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

This div border color is #e00f1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00f1c


Comments

No comments written yet.

Please login to write comment.