Color Hex Logo

#ce132c Color Hex

#CE132C
(206,19,44)
0 Favorites   0 Comments

Color spaces of #ce132c

RGB 2061944
HSL0.980.830.44
HSV352°91°81°
CMYK 0.000.910.79   0.19
XYZ26.141113.76943.6628
Yxy13.76940.59990.3160
Hunter Lab37.107160.811520.1226
CIE-Lab43.900466.969738.7139

#ce132c color RGB value is (206,19,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010011 00101100
Octal 316 23 54
Decimal 206 19 44
Hex CE 13 2C

RGB Percentages of Color #ce132c

%76.58
%7.06
%16.36

CMYK Percentages of Color #ce132c

%0
%91
%79
%19

Triadic Colors of #ce132c

#ce132c #2cce13 #132cce

Analogous Colors of #ce132c

#ce132c #ce5813 #ce138a

Monochromatic Colors of #ce132c

#ce132c

Complementary Color

#ce132c #13ceb5

#ce132c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce132c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce132c Color CSS Codes

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

#ce132c Text Font Color

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

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


#ce132c Background Color

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

This div background color is #ce132c


#ce132c Border Color

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

This div border color is #ce132c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,19,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 #ce132c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce132c


Comments

No comments written yet.

Please login to write comment.