Color Hex Logo

#c0411e Color Hex

#C0411E
(192,65,30)
0 Favorites   0 Comments

Color spaces of #c0411e

RGB 1926530
HSL0.040.730.44
HSV13°84°75°
CMYK 0.000.660.84   0.25
XYZ23.862915.08082.8815
Yxy15.08080.57050.3606
Hunter Lab38.834041.726022.7845
CIE-Lab45.744749.285846.8559

#c0411e color RGB value is (192,65,30).

#c0411e hex color red value is 192, green value is 65 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c0411e hue: 0.04 , saturation: 0.73 and the lightness value of c0411e is 0.44.

The process color (four color CMYK) of #c0411e color hex is 0.00, 0.66, 0.84, 0.25. Web safe color of #c0411e is #cc3333. Color #c0411e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 00011110
Octal 300 101 36
Decimal 192 65 30
Hex C0 41 1E

RGB Percentages of Color #c0411e

%66.90
%22.65
%10.45

CMYK Percentages of Color #c0411e

%0
%66
%84
%25

Triadic Colors of #c0411e

#c0411e #1ec041 #411ec0

Analogous Colors of #c0411e

#c0411e #c0921e #c01e4c

Monochromatic Colors of #c0411e

#c0411e

Complementary Color

#c0411e #1e9dc0

#c0411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0411e Color CSS Codes

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

#c0411e Text Font Color

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

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


#c0411e Background Color

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

This div background color is #c0411e


#c0411e Border Color

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

This div border color is #c0411e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,65,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0411e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0411e;
  -webkit-box-shadow: 1px 1px 3px 2px #c0411e;
  box-shadow:         1px 1px 3px 2px #c0411e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,65,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0411e


Comments

No comments written yet.

Please login to write comment.