Color Hex Logo

#ce193d Color Hex

#CE193D
(206,25,61)
0 Favorites   0 Comments

Color spaces of #ce193d

RGB 2062561
HSL0.970.780.45
HSV348°88°81°
CMYK 0.000.880.70   0.19
XYZ26.643514.15405.7426
Yxy14.15400.57250.3041
Hunter Lab37.621860.574317.2852
CIE-Lab44.453066.657729.2261

#ce193d color RGB value is (206,25,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011001 00111101
Octal 316 31 75
Decimal 206 25 61
Hex CE 19 3D

RGB Percentages of Color #ce193d

%70.55
%8.56
%20.89

CMYK Percentages of Color #ce193d

%0
%88
%70
%19

Triadic Colors of #ce193d

#ce193d #3dce19 #193dce

Analogous Colors of #ce193d

#ce193d #ce4f19 #ce1998

Monochromatic Colors of #ce193d

#ce193d

Complementary Color

#ce193d #19ceaa

#ce193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce193d Color CSS Codes

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

#ce193d Text Font Color

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

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


#ce193d Background Color

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

This div background color is #ce193d


#ce193d Border Color

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

This div border color is #ce193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce193d


Comments

No comments written yet.

Please login to write comment.