Color Hex Logo

#e6232b Color Hex

#E6232B
(230,35,43)
0 Favorites   0 Comments

Color spaces of #e6232b

RGB 2303543
HSL0.990.800.52
HSV358°85°90°
CMYK 0.000.850.81   0.10
XYZ33.670218.19954.0237
Yxy18.19950.60240.3256
Hunter Lab42.660966.225024.2705
CIE-Lab49.737270.434846.7230

#e6232b color RGB value is (230,35,43).

#e6232b hex color red value is 230, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e6232b hue: 0.99 , saturation: 0.80 and the lightness value of e6232b is 0.52.

The process color (four color CMYK) of #e6232b color hex is 0.00, 0.85, 0.81, 0.10. Web safe color of #e6232b is #ff3333. Color #e6232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100011 00101011
Octal 346 43 53
Decimal 230 35 43
Hex E6 23 2B

RGB Percentages of Color #e6232b

%74.68
%11.36
%13.96

CMYK Percentages of Color #e6232b

%0
%85
%81
%10

Triadic Colors of #e6232b

#e6232b #2be623 #232be6

Analogous Colors of #e6232b

#e6232b #e67d23 #e6238d

Monochromatic Colors of #e6232b

#e6232b

Complementary Color

#e6232b #23e6de

#e6232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6232b Color CSS Codes

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

#e6232b Text Font Color

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

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


#e6232b Background Color

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

This div background color is #e6232b


#e6232b Border Color

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

This div border color is #e6232b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6232b


Comments

No comments written yet.

Please login to write comment.