Color Hex Logo

#c0441b Color Hex

#C0441B
(192,68,27)
0 Favorites   0 Comments

Color spaces of #c0441b

RGB 1926827
HSL0.040.750.43
HSV15°86°75°
CMYK 0.000.650.86   0.25
XYZ24.003215.41982.7481
Yxy15.41980.56920.3656
Hunter Lab39.268140.391823.3383
CIE-Lab46.203947.923348.5820

#c0441b color RGB value is (192,68,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000100 00011011
Octal 300 104 33
Decimal 192 68 27
Hex C0 44 1B

RGB Percentages of Color #c0441b

%66.90
%23.69
%9.41

CMYK Percentages of Color #c0441b

%0
%65
%86
%25

Triadic Colors of #c0441b

#c0441b #1bc044 #441bc0

Analogous Colors of #c0441b

#c0441b #c0971b #c01b45

Monochromatic Colors of #c0441b

#c0441b

Complementary Color

#c0441b #1b97c0

#c0441b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0441b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0441b Color CSS Codes

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

#c0441b Text Font Color

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

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


#c0441b Background Color

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

This div background color is #c0441b


#c0441b Border Color

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

This div border color is #c0441b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0441b


Comments

No comments written yet.

Please login to write comment.