Color Hex Logo

#c03540 Color Hex

#C03540
(192,53,64)
0 Favorites   0 Comments

Color spaces of #c03540

RGB 1925364
HSL0.990.570.48
HSV355°72°75°
CMYK 0.000.720.67   0.25
XYZ23.936714.12286.3149
Yxy14.12280.53940.3183
Hunter Lab37.580347.929616.3433
CIE-Lab44.408555.369826.7364

#c03540 color RGB value is (192,53,64).

#c03540 hex color red value is 192, green value is 53 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c03540 hue: 0.99 , saturation: 0.57 and the lightness value of c03540 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 01000000
Octal 300 65 100
Decimal 192 53 64
Hex C0 35 40

RGB Percentages of Color #c03540

%62.14
%17.15
%20.71

CMYK Percentages of Color #c03540

%0
%72
%67
%25

Triadic Colors of #c03540

#c03540 #40c035 #3540c0

Analogous Colors of #c03540

#c03540 #c07035 #c03586

Monochromatic Colors of #c03540

#c03540

Complementary Color

#c03540 #35c0b5

#c03540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03540 Color CSS Codes

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

#c03540 Text Font Color

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

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


#c03540 Background Color

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

This div background color is #c03540


#c03540 Border Color

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

This div border color is #c03540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03540


Comments

No comments written yet.

Please login to write comment.