Color Hex Logo

#c03532 Color Hex

#C03532
(192,53,50)
0 Favorites   0 Comments

Color spaces of #c03532

RGB 1925350
HSL0.000.590.47
HSV74°75°
CMYK 0.000.720.74   0.25
XYZ23.587113.98304.4734
Yxy13.98300.56100.3326
Hunter Lab37.393847.154119.0829
CIE-Lab44.208554.687134.7962

#c03532 color RGB value is (192,53,50).

#c03532 hex color red value is 192, green value is 53 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c03532 hue: 0.00 , saturation: 0.59 and the lightness value of c03532 is 0.47.

The process color (four color CMYK) of #c03532 color hex is 0.00, 0.72, 0.74, 0.25. Web safe color of #c03532 is #cc3333. Color #c03532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 00110010
Octal 300 65 62
Decimal 192 53 50
Hex C0 35 32

RGB Percentages of Color #c03532

%65.08
%17.97
%16.95

CMYK Percentages of Color #c03532

%0
%72
%74
%25

Triadic Colors of #c03532

#c03532 #32c035 #3532c0

Analogous Colors of #c03532

#c03532 #c07c32 #c03276

Monochromatic Colors of #c03532

#c03532

Complementary Color

#c03532 #32bdc0

#c03532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03532 Color CSS Codes

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

#c03532 Text Font Color

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

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


#c03532 Background Color

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

This div background color is #c03532


#c03532 Border Color

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

This div border color is #c03532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03532

#c03532 Color Palettes


Comments

No comments written yet.

Please login to write comment.