Color Hex Logo

#c0411b Color Hex

#C0411B
(192,65,27)
0 Favorites   0 Comments

Color spaces of #c0411b

RGB 1926527
HSL0.040.750.43
HSV14°86°75°
CMYK 0.000.660.86   0.25
XYZ23.826415.06622.6892
Yxy15.06620.57300.3623
Hunter Lab38.815241.644223.0629
CIE-Lab45.724749.210848.1780

#c0411b color RGB value is (192,65,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000001 00011011
Octal 300 101 33
Decimal 192 65 27
Hex C0 41 1B

RGB Percentages of Color #c0411b

%67.61
%22.89
%9.51

CMYK Percentages of Color #c0411b

%0
%66
%86
%25

Triadic Colors of #c0411b

#c0411b #1bc041 #411bc0

Analogous Colors of #c0411b

#c0411b #c0941b #c01b48

Monochromatic Colors of #c0411b

#c0411b

Complementary Color

#c0411b #1b9ac0

#c0411b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0411b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0411b Color CSS Codes

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

#c0411b Text Font Color

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

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


#c0411b Background Color

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

This div background color is #c0411b


#c0411b Border Color

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

This div border color is #c0411b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0411b


Comments

No comments written yet.

Please login to write comment.