Color Hex Logo

#e80d0d Color Hex

#E80D0D
(232,13,13)
1 Favorites   0 Comments

Color spaces of #e80d0d

RGB 2321313
HSL0.000.890.48
HSV94°91°
CMYK 0.000.940.94   0.09
XYZ33.495317.47271.9879
Yxy17.47270.63250.3299
Hunter Lab41.800469.884326.4406
CIE-Lab48.850273.644459.1474

#e80d0d color RGB value is (232,13,13).

#e80d0d hex color red value is 232, green value is 13 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e80d0d hue: 0.00 , saturation: 0.89 and the lightness value of e80d0d is 0.48.

The process color (four color CMYK) of #e80d0d color hex is 0.00, 0.94, 0.94, 0.09. Web safe color of #e80d0d is #ff0000. Color #e80d0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001101 00001101
Octal 350 15 15
Decimal 232 13 13
Hex E8 D D

RGB Percentages of Color #e80d0d

%89.92
%5.04
%5.04

CMYK Percentages of Color #e80d0d

%0
%94
%94
%9

Triadic Colors of #e80d0d

#e80d0d #0de80d #0d0de8

Analogous Colors of #e80d0d

#e80d0d #e87b0d #e80d7b

Monochromatic Colors of #e80d0d

#e80d0d

Complementary Color

#e80d0d #0de8e8

#e80d0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80d0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80d0d Color CSS Codes

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

#e80d0d Text Font Color

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

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


#e80d0d Background Color

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

This div background color is #e80d0d


#e80d0d Border Color

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

This div border color is #e80d0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,13,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e80d0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e80d0d;
  -webkit-box-shadow: 1px 1px 3px 2px #e80d0d;
  box-shadow:         1px 1px 3px 2px #e80d0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80d0d

#e80d0d Color Palettes


Comments

No comments written yet.

Please login to write comment.