Color Hex Logo

#ce112a Color Hex

#CE112A
(206,17,42)
0 Favorites   0 Comments

Color spaces of #ce112a

RGB 2061742
HSL0.980.850.44
HSV352°92°81°
CMYK 0.000.920.80   0.19
XYZ26.072013.68993.4588
Yxy13.68990.60320.3167
Hunter Lab36.999961.030520.3574
CIE-Lab43.784967.180839.7364

#ce112a color RGB value is (206,17,42).

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

The process color (four color CMYK) of #ce112a color hex is 0.00, 0.92, 0.80, 0.19. Web safe color of #ce112a is #cc0033. Color #ce112a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010001 00101010
Octal 316 21 52
Decimal 206 17 42
Hex CE 11 2A

RGB Percentages of Color #ce112a

%77.74
%6.42
%15.85

CMYK Percentages of Color #ce112a

%0
%92
%80
%19

Triadic Colors of #ce112a

#ce112a #2ace11 #112ace

Analogous Colors of #ce112a

#ce112a #ce5711 #ce1189

Monochromatic Colors of #ce112a

#ce112a

Complementary Color

#ce112a #11ceb5

#ce112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce112a Color CSS Codes

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

#ce112a Text Font Color

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

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


#ce112a Background Color

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

This div background color is #ce112a


#ce112a Border Color

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

This div border color is #ce112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce112a


Comments

No comments written yet.

Please login to write comment.