Color Hex Logo

#e6200c Color Hex

#E6200C
(230,32,12)
0 Favorites   0 Comments

Color spaces of #e6200c

RGB 2303212
HSL0.020.900.47
HSV95°90°
CMYK 0.000.860.95   0.10
XYZ33.216017.88262.0488
Yxy17.88260.62500.3365
Hunter Lab42.287866.203526.7289
CIE-Lab49.353470.491059.4826

#e6200c color RGB value is (230,32,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100000 00001100
Octal 346 40 14
Decimal 230 32 12
Hex E6 20 C

RGB Percentages of Color #e6200c

%83.94
%11.68
%4.38

CMYK Percentages of Color #e6200c

%0
%86
%95
%10

Triadic Colors of #e6200c

#e6200c #0ce620 #200ce6

Analogous Colors of #e6200c

#e6200c #e68d0c #e60c65

Monochromatic Colors of #e6200c

#e6200c

Complementary Color

#e6200c #0cd2e6

#e6200c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6200c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6200c Color CSS Codes

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

#e6200c Text Font Color

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

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


#e6200c Background Color

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

This div background color is #e6200c


#e6200c Border Color

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

This div border color is #e6200c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6200c


Comments

No comments written yet.

Please login to write comment.