Color Hex Logo

#c0353d Color Hex

#C0353D
(192,53,61)
0 Favorites   0 Comments

Color spaces of #c0353d

RGB 1925361
HSL0.990.570.48
HSV357°72°75°
CMYK 0.000.720.68   0.25
XYZ23.853614.08965.8772
Yxy14.08960.54430.3215
Hunter Lab37.536147.745716.9920
CIE-Lab44.361255.208228.4863

#c0353d color RGB value is (192,53,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 00111101
Octal 300 65 75
Decimal 192 53 61
Hex C0 35 3D

RGB Percentages of Color #c0353d

%62.75
%17.32
%19.93

CMYK Percentages of Color #c0353d

%0
%72
%68
%25

Triadic Colors of #c0353d

#c0353d #3dc035 #353dc0

Analogous Colors of #c0353d

#c0353d #c07335 #c03583

Monochromatic Colors of #c0353d

#c0353d

Complementary Color

#c0353d #35c0b8

#c0353d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0353d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0353d Color CSS Codes

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

#c0353d Text Font Color

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

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


#c0353d Background Color

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

This div background color is #c0353d


#c0353d Border Color

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

This div border color is #c0353d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0353d


Comments

No comments written yet.

Please login to write comment.