Color Hex Logo

#ce163d Color Hex

#CE163D
(206,22,61)
0 Favorites   0 Comments

Color spaces of #ce163d

RGB 2062261
HSL0.960.810.45
HSV347°89°81°
CMYK 0.000.890.70   0.19
XYZ26.582814.03265.7224
Yxy14.03260.57370.3028
Hunter Lab37.460161.113717.1649
CIE-Lab44.279667.156129.0153

#ce163d color RGB value is (206,22,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010110 00111101
Octal 316 26 75
Decimal 206 22 61
Hex CE 16 3D

RGB Percentages of Color #ce163d

%71.28
%7.61
%21.11

CMYK Percentages of Color #ce163d

%0
%89
%70
%19

Triadic Colors of #ce163d

#ce163d #3dce16 #163dce

Analogous Colors of #ce163d

#ce163d #ce4b16 #ce1699

Monochromatic Colors of #ce163d

#ce163d

Complementary Color

#ce163d #16cea7

#ce163d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce163d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce163d Color CSS Codes

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

#ce163d Text Font Color

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

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


#ce163d Background Color

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

This div background color is #ce163d


#ce163d Border Color

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

This div border color is #ce163d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce163d


Comments

No comments written yet.

Please login to write comment.