Color Hex Logo

#c93625 Color Hex

#C93625
(201,54,37)
0 Favorites   0 Comments

Color spaces of #c93625

RGB 2015437
HSL0.020.690.47
HSV82°79°
CMYK 0.000.730.82   0.21
XYZ25.740515.18943.3254
Yxy15.18940.58160.3432
Hunter Lab38.973649.688422.2226
CIE-Lab45.892556.713444.1952

#c93625 color RGB value is (201,54,37).

#c93625 hex color red value is 201, green value is 54 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c93625 hue: 0.02 , saturation: 0.69 and the lightness value of c93625 is 0.47.

The process color (four color CMYK) of #c93625 color hex is 0.00, 0.73, 0.82, 0.21. Web safe color of #c93625 is #cc3333. Color #c93625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110110 00100101
Octal 311 66 45
Decimal 201 54 37
Hex C9 36 25

RGB Percentages of Color #c93625

%68.84
%18.49
%12.67

CMYK Percentages of Color #c93625

%0
%73
%82
%21

Triadic Colors of #c93625

#c93625 #25c936 #3625c9

Analogous Colors of #c93625

#c93625 #c98825 #c92566

Monochromatic Colors of #c93625

#c93625

Complementary Color

#c93625 #25b8c9

#c93625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93625 Color CSS Codes

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

#c93625 Text Font Color

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

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


#c93625 Background Color

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

This div background color is #c93625


#c93625 Border Color

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

This div border color is #c93625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93625


Comments

No comments written yet.

Please login to write comment.