Color Hex Logo

#e70c3d Color Hex

#E70C3D
(231,12,61)
0 Favorites   0 Comments

Color spaces of #e70c3d

RGB 2311261
HSL0.960.900.48
HSV347°95°91°
CMYK 0.000.950.74   0.09
XYZ33.928817.58886.0216
Yxy17.58880.58970.3057
Hunter Lab41.939071.013920.8444
CIE-Lab48.993574.543735.8591

#e70c3d color RGB value is (231,12,61).

#e70c3d hex color red value is 231, green value is 12 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e70c3d hue: 0.96 , saturation: 0.90 and the lightness value of e70c3d is 0.48.

The process color (four color CMYK) of #e70c3d color hex is 0.00, 0.95, 0.74, 0.09. Web safe color of #e70c3d is #ff0033. Color #e70c3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 00111101
Octal 347 14 75
Decimal 231 12 61
Hex E7 C 3D

RGB Percentages of Color #e70c3d

%75.99
%3.95
%20.07

CMYK Percentages of Color #e70c3d

%0
%95
%74
%9

Triadic Colors of #e70c3d

#e70c3d #3de70c #0c3de7

Analogous Colors of #e70c3d

#e70c3d #e7480c #e70cab

Monochromatic Colors of #e70c3d

#e70c3d

Complementary Color

#e70c3d #0ce7b6

#e70c3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70c3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70c3d Color CSS Codes

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

#e70c3d Text Font Color

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

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


#e70c3d Background Color

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

This div background color is #e70c3d


#e70c3d Border Color

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

This div border color is #e70c3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,12,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e70c3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e70c3d;
  -webkit-box-shadow: 1px 1px 3px 2px #e70c3d;
  box-shadow:         1px 1px 3px 2px #e70c3d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70c3d


Comments

No comments written yet.

Please login to write comment.