Color Hex Logo

#e6100a Color Hex

#E6100A
(230,16,10)
0 Favorites   0 Comments

Color spaces of #e6100a

RGB 2301610
HSL0.000.920.47
HSV96°90°
CMYK 0.000.930.96   0.10
XYZ32.873217.21551.8775
Yxy17.21550.63260.3313
Hunter Lab41.491668.812926.3612
CIE-Lab48.530472.822659.5896

#e6100a color RGB value is (230,16,10).

#e6100a hex color red value is 230, green value is 16 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e6100a hue: 0.00 , saturation: 0.92 and the lightness value of e6100a is 0.47.

The process color (four color CMYK) of #e6100a color hex is 0.00, 0.93, 0.96, 0.10. Web safe color of #e6100a is #ff0000. Color #e6100a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010000 00001010
Octal 346 20 12
Decimal 230 16 10
Hex E6 10 A

RGB Percentages of Color #e6100a

%89.84
%6.25
%3.91

CMYK Percentages of Color #e6100a

%0
%93
%96
%10

Triadic Colors of #e6100a

#e6100a #0ae610 #100ae6

Analogous Colors of #e6100a

#e6100a #e67e0a #e60a72

Monochromatic Colors of #e6100a

#e6100a

Complementary Color

#e6100a #0ae0e6

#e6100a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6100a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6100a Color CSS Codes

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

#e6100a Text Font Color

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

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


#e6100a Background Color

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

This div background color is #e6100a


#e6100a Border Color

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

This div border color is #e6100a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,16,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6100a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6100a;
  -webkit-box-shadow: 1px 1px 3px 2px #e6100a;
  box-shadow:         1px 1px 3px 2px #e6100a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6100a


Comments

No comments written yet.

Please login to write comment.