Color Hex Logo

#e6220b Color Hex

#E6220B
(230,34,11)
0 Favorites   0 Comments

Color spaces of #e6220b

RGB 2303411
HSL0.020.910.47
HSV95°90°
CMYK 0.000.850.95   0.10
XYZ33.265617.99122.0360
Yxy17.99120.62420.3376
Hunter Lab42.416065.764026.8453
CIE-Lab49.485470.097159.8212

#e6220b color RGB value is (230,34,11).

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

The process color (four color CMYK) of #e6220b color hex is 0.00, 0.85, 0.95, 0.10. Web safe color of #e6220b is #ff3300. Color #e6220b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100010 00001011
Octal 346 42 13
Decimal 230 34 11
Hex E6 22 B

RGB Percentages of Color #e6220b

%83.64
%12.36
%4.00

CMYK Percentages of Color #e6220b

%0
%85
%95
%10

Triadic Colors of #e6220b

#e6220b #0be622 #220be6

Analogous Colors of #e6220b

#e6220b #e6900b #e60b61

Monochromatic Colors of #e6220b

#e6220b

Complementary Color

#e6220b #0bcfe6

#e6220b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6220b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6220b Color CSS Codes

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

#e6220b Text Font Color

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

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


#e6220b Background Color

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

This div background color is #e6220b


#e6220b Border Color

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

This div border color is #e6220b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6220b


Comments

No comments written yet.

Please login to write comment.