Color Hex Logo

#c0341d Color Hex

#C0341D
(192,52,29)
0 Favorites   0 Comments

Color spaces of #c0341d

RGB 1925229
HSL0.020.740.43
HSV85°75°
CMYK 0.000.730.85   0.25
XYZ23.188013.75122.5945
Yxy13.75120.58650.3478
Hunter Lab37.082646.722721.8096
CIE-Lab43.874054.346945.6789

#c0341d color RGB value is (192,52,29).

#c0341d hex color red value is 192, green value is 52 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c0341d hue: 0.02 , saturation: 0.74 and the lightness value of c0341d is 0.43.

The process color (four color CMYK) of #c0341d color hex is 0.00, 0.73, 0.85, 0.25. Web safe color of #c0341d is #cc3333. Color #c0341d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110100 00011101
Octal 300 64 35
Decimal 192 52 29
Hex C0 34 1D

RGB Percentages of Color #c0341d

%70.33
%19.05
%10.62

CMYK Percentages of Color #c0341d

%0
%73
%85
%25

Triadic Colors of #c0341d

#c0341d #1dc034 #341dc0

Analogous Colors of #c0341d

#c0341d #c0861d #c01d57

Monochromatic Colors of #c0341d

#c0341d

Complementary Color

#c0341d #1da9c0

#c0341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0341d Color CSS Codes

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

#c0341d Text Font Color

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

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


#c0341d Background Color

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

This div background color is #c0341d


#c0341d Border Color

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

This div border color is #c0341d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0341d


Comments

No comments written yet.

Please login to write comment.