Color Hex Logo

#ce401e Color Hex

#CE401E
(206,64,30)
0 Favorites   0 Comments

Color spaces of #ce401e

RGB 2066430
HSL0.030.750.46
HSV12°85°81°
CMYK 0.000.690.85   0.19
XYZ27.521316.88233.0364
Yxy16.88230.58010.3559
Hunter Lab41.088147.657424.3801
CIE-Lab48.111454.443649.8870

#ce401e color RGB value is (206,64,30).

#ce401e hex color red value is 206, green value is 64 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ce401e hue: 0.03 , saturation: 0.75 and the lightness value of ce401e is 0.46.

The process color (four color CMYK) of #ce401e color hex is 0.00, 0.69, 0.85, 0.19. Web safe color of #ce401e is #cc3333. Color #ce401e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000000 00011110
Octal 316 100 36
Decimal 206 64 30
Hex CE 40 1E

RGB Percentages of Color #ce401e

%68.67
%21.33
%10.00

CMYK Percentages of Color #ce401e

%0
%69
%85
%19

Triadic Colors of #ce401e

#ce401e #1ece40 #401ece

Analogous Colors of #ce401e

#ce401e #ce981e #ce1e54

Monochromatic Colors of #ce401e

#ce401e

Complementary Color

#ce401e #1eacce

#ce401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce401e Color CSS Codes

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

#ce401e Text Font Color

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

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


#ce401e Background Color

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

This div background color is #ce401e


#ce401e Border Color

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

This div border color is #ce401e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce401e


Comments

No comments written yet.

Please login to write comment.