Color Hex Logo

#ce140e Color Hex

#CE140E
(206,20,14)
0 Favorites   0 Comments

Color spaces of #ce140e

RGB 2062014
HSL0.010.870.43
HSV93°81°
CMYK 0.000.900.93   0.19
XYZ25.783013.65381.6920
Yxy13.65380.62690.3320
Hunter Lab36.951059.886023.1508
CIE-Lab43.732366.202753.0780

#ce140e color RGB value is (206,20,14).

#ce140e hex color red value is 206, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ce140e hue: 0.01 , saturation: 0.87 and the lightness value of ce140e is 0.43.

The process color (four color CMYK) of #ce140e color hex is 0.00, 0.90, 0.93, 0.19. Web safe color of #ce140e is #cc0000. Color #ce140e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 00001110
Octal 316 24 16
Decimal 206 20 14
Hex CE 14 E

RGB Percentages of Color #ce140e

%85.83
%8.33
%5.83

CMYK Percentages of Color #ce140e

%0
%90
%93
%19

Triadic Colors of #ce140e

#ce140e #0ece14 #140ece

Analogous Colors of #ce140e

#ce140e #ce740e #ce0e68

Monochromatic Colors of #ce140e

#ce140e

Complementary Color

#ce140e #0ec8ce

#ce140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce140e Color CSS Codes

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

#ce140e Text Font Color

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

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


#ce140e Background Color

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

This div background color is #ce140e


#ce140e Border Color

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

This div border color is #ce140e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,20,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce140e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce140e;
  -webkit-box-shadow: 1px 1px 3px 2px #ce140e;
  box-shadow:         1px 1px 3px 2px #ce140e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,20,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce140e


Comments

No comments written yet.

Please login to write comment.