Color Hex Logo

#e0250b Color Hex

#E0250B
(224,37,11)
0 Favorites   0 Comments

Color spaces of #e0250b

RGB 2243711
HSL0.020.910.46
HSV95°88°
CMYK 0.000.830.95   0.12
XYZ31.462417.19461.9772
Yxy17.19460.62140.3396
Hunter Lab41.466462.869826.1994
CIE-Lab48.504367.840858.6457

#e0250b color RGB value is (224,37,11).

#e0250b hex color red value is 224, green value is 37 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e0250b hue: 0.02 , saturation: 0.91 and the lightness value of e0250b is 0.46.

The process color (four color CMYK) of #e0250b color hex is 0.00, 0.83, 0.95, 0.12. Web safe color of #e0250b is #cc3300. Color #e0250b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100101 00001011
Octal 340 45 13
Decimal 224 37 11
Hex E0 25 B

RGB Percentages of Color #e0250b

%82.35
%13.60
%4.04

CMYK Percentages of Color #e0250b

%0
%83
%95
%12

Triadic Colors of #e0250b

#e0250b #0be025 #250be0

Analogous Colors of #e0250b

#e0250b #e0900b #e00b5b

Monochromatic Colors of #e0250b

#e0250b

Complementary Color

#e0250b #0bc6e0

#e0250b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0250b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0250b Color CSS Codes

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

#e0250b Text Font Color

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

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


#e0250b Background Color

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

This div background color is #e0250b


#e0250b Border Color

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

This div border color is #e0250b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0250b


Comments

No comments written yet.

Please login to write comment.