Color Hex Logo

#ce142c Color Hex

#CE142C
(206,20,44)
0 Favorites   0 Comments

Color spaces of #ce142c

RGB 2062044
HSL0.980.820.44
HSV352°90°81°
CMYK 0.000.900.79   0.19
XYZ26.158413.80403.6686
Yxy13.80400.59950.3164
Hunter Lab37.153760.655420.1533
CIE-Lab43.950566.825338.7663

#ce142c color RGB value is (206,20,44).

#ce142c hex color red value is 206, green value is 20 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ce142c hue: 0.98 , saturation: 0.82 and the lightness value of ce142c is 0.44.

The process color (four color CMYK) of #ce142c color hex is 0.00, 0.90, 0.79, 0.19. Web safe color of #ce142c is #cc0033. Color #ce142c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 00101100
Octal 316 24 54
Decimal 206 20 44
Hex CE 14 2C

RGB Percentages of Color #ce142c

%76.30
%7.41
%16.30

CMYK Percentages of Color #ce142c

%0
%90
%79
%19

Triadic Colors of #ce142c

#ce142c #2cce14 #142cce

Analogous Colors of #ce142c

#ce142c #ce5914 #ce1489

Monochromatic Colors of #ce142c

#ce142c

Complementary Color

#ce142c #14ceb6

#ce142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce142c Color CSS Codes

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

#ce142c Text Font Color

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

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


#ce142c Background Color

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

This div background color is #ce142c


#ce142c Border Color

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

This div border color is #ce142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce142c


Comments

No comments written yet.

Please login to write comment.