Color Hex Logo

#e6232f Color Hex

#E6232F
(230,35,47)
0 Favorites   0 Comments

Color spaces of #e6232f

RGB 2303547
HSL0.990.800.52
HSV356°85°90°
CMYK 0.000.850.80   0.10
XYZ33.747218.23034.4294
Yxy18.23030.59830.3232
Hunter Lab42.697066.364723.7371
CIE-Lab49.774370.544544.6192

#e6232f color RGB value is (230,35,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100011 00101111
Octal 346 43 57
Decimal 230 35 47
Hex E6 23 2F

RGB Percentages of Color #e6232f

%73.72
%11.22
%15.06

CMYK Percentages of Color #e6232f

%0
%85
%80
%10

Triadic Colors of #e6232f

#e6232f #2fe623 #232fe6

Analogous Colors of #e6232f

#e6232f #e67923 #e62391

Monochromatic Colors of #e6232f

#e6232f

Complementary Color

#e6232f #23e6da

#e6232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6232f Color CSS Codes

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

#e6232f Text Font Color

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

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


#e6232f Background Color

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

This div background color is #e6232f


#e6232f Border Color

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

This div border color is #e6232f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6232f

#e6232f Color Palettes


Comments

No comments written yet.

Please login to write comment.