Color Hex Logo

#ce161d Color Hex

#CE161D
(206,22,29)
0 Favorites   0 Comments

Color spaces of #ce161d

RGB 2062229
HSL0.990.810.45
HSV358°89°81°
CMYK 0.000.890.86   0.19
XYZ25.962313.78432.4547
Yxy13.78430.61520.3266
Hunter Lab37.127259.848822.0690
CIE-Lab43.922066.133546.8145

#ce161d color RGB value is (206,22,29).

#ce161d hex color red value is 206, green value is 22 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ce161d hue: 0.99 , saturation: 0.81 and the lightness value of ce161d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 00011101
Octal 316 26 35
Decimal 206 22 29
Hex CE 16 1D

RGB Percentages of Color #ce161d

%80.16
%8.56
%11.28

CMYK Percentages of Color #ce161d

%0
%89
%86
%19

Triadic Colors of #ce161d

#ce161d #1dce16 #161dce

Analogous Colors of #ce161d

#ce161d #ce6b16 #ce1679

Monochromatic Colors of #ce161d

#ce161d

Complementary Color

#ce161d #16cec7

#ce161d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce161d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce161d Color CSS Codes

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

#ce161d Text Font Color

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

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


#ce161d Background Color

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

This div background color is #ce161d


#ce161d Border Color

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

This div border color is #ce161d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce161d


Comments

No comments written yet.

Please login to write comment.