Color Hex Logo

#ce192a Color Hex

#CE192A
(206,25,42)
0 Favorites   0 Comments

Color spaces of #ce192a

RGB 2062542
HSL0.980.780.45
HSV354°88°81°
CMYK 0.000.880.80   0.19
XYZ26.219113.98423.5078
Yxy13.98420.59980.3199
Hunter Lab37.395559.709820.6152
CIE-Lab44.210365.957140.1721

#ce192a color RGB value is (206,25,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011001 00101010
Octal 316 31 52
Decimal 206 25 42
Hex CE 19 2A

RGB Percentages of Color #ce192a

%75.46
%9.16
%15.38

CMYK Percentages of Color #ce192a

%0
%88
%80
%19

Triadic Colors of #ce192a

#ce192a #2ace19 #192ace

Analogous Colors of #ce192a

#ce192a #ce6219 #ce1985

Monochromatic Colors of #ce192a

#ce192a

Complementary Color

#ce192a #19cebd

#ce192a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce192a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce192a Color CSS Codes

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

#ce192a Text Font Color

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

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


#ce192a Background Color

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

This div background color is #ce192a


#ce192a Border Color

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

This div border color is #ce192a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce192a


Comments

No comments written yet.

Please login to write comment.