Color Hex Logo

#ce011c Color Hex

#CE011C
(206,1,28)
0 Favorites   0 Comments

Color spaces of #ce011c

RGB 206128
HSL0.980.990.41
HSV352°100°81°
CMYK 0.001.000.86   0.19
XYZ25.674113.22742.2986
Yxy13.22740.62320.3211
Hunter Lab36.369562.360821.7114
CIE-Lab43.103968.454946.6280

#ce011c color RGB value is (206,1,28).

#ce011c hex color red value is 206, green value is 1 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ce011c hue: 0.98 , saturation: 0.99 and the lightness value of ce011c is 0.41.

The process color (four color CMYK) of #ce011c color hex is 0.00, 1.00, 0.86, 0.19. Web safe color of #ce011c is #cc0033. Color #ce011c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000001 00011100
Octal 316 1 34
Decimal 206 1 28
Hex CE 1 1C

RGB Percentages of Color #ce011c

%87.66
%0.43
%11.91

CMYK Percentages of Color #ce011c

%0
%100
%86
%19

Triadic Colors of #ce011c

#ce011c #1cce01 #011cce

Analogous Colors of #ce011c

#ce011c #ce4d01 #ce0183

Monochromatic Colors of #ce011c

#ce011c

Complementary Color

#ce011c #01ceb3

#ce011c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce011c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce011c Color CSS Codes

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

#ce011c Text Font Color

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

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


#ce011c Background Color

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

This div background color is #ce011c


#ce011c Border Color

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

This div border color is #ce011c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce011c


Comments

No comments written yet.

Please login to write comment.