Color Hex Logo

#ce101c Color Hex

#CE101C
(206,16,28)
0 Favorites   0 Comments

Color spaces of #ce101c

RGB 2061628
HSL0.990.860.44
HSV356°92°81°
CMYK 0.000.920.86   0.19
XYZ25.848513.57622.3567
Yxy13.57620.61870.3249
Hunter Lab36.845960.742821.9999
CIE-Lab43.618966.965247.0541

#ce101c color RGB value is (206,16,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010000 00011100
Octal 316 20 34
Decimal 206 16 28
Hex CE 10 1C

RGB Percentages of Color #ce101c

%82.40
%6.40
%11.20

CMYK Percentages of Color #ce101c

%0
%92
%86
%19

Triadic Colors of #ce101c

#ce101c #1cce10 #101cce

Analogous Colors of #ce101c

#ce101c #ce6310 #ce107b

Monochromatic Colors of #ce101c

#ce101c

Complementary Color

#ce101c #10cec2

#ce101c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce101c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce101c Color CSS Codes

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

#ce101c Text Font Color

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

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


#ce101c Background Color

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

This div background color is #ce101c


#ce101c Border Color

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

This div border color is #ce101c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce101c


Comments

No comments written yet.

Please login to write comment.