Color Hex Logo

#c93543 Color Hex

#C93543
(201,53,67)
0 Favorites   0 Comments

Color spaces of #c93543

RGB 2015367
HSL0.980.580.50
HSV354°74°79°
CMYK 0.000.740.67   0.21
XYZ26.373615.36906.8867
Yxy15.36900.54230.3160
Hunter Lab39.203351.478117.0271
CIE-Lab46.135558.296727.4445

#c93543 color RGB value is (201,53,67).

#c93543 hex color red value is 201, green value is 53 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #c93543 hue: 0.98 , saturation: 0.58 and the lightness value of c93543 is 0.50.

The process color (four color CMYK) of #c93543 color hex is 0.00, 0.74, 0.67, 0.21. Web safe color of #c93543 is #cc3333. Color #c93543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110101 01000011
Octal 311 65 103
Decimal 201 53 67
Hex C9 35 43

RGB Percentages of Color #c93543

%62.62
%16.51
%20.87

CMYK Percentages of Color #c93543

%0
%74
%67
%21

Triadic Colors of #c93543

#c93543 #43c935 #3543c9

Analogous Colors of #c93543

#c93543 #c97135 #c9358d

Monochromatic Colors of #c93543

#c93543

Complementary Color

#c93543 #35c9bb

#c93543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93543 Color CSS Codes

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

#c93543 Text Font Color

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

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


#c93543 Background Color

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

This div background color is #c93543


#c93543 Border Color

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

This div border color is #c93543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93543


Comments

No comments written yet.

Please login to write comment.