Color Hex Logo

#c93e1e Color Hex

#C93E1E
(201,62,30)
0 Favorites   0 Comments

Color spaces of #c93e1e

RGB 2016230
HSL0.030.740.45
HSV11°85°79°
CMYK 0.000.690.85   0.21
XYZ26.044415.95652.9355
Yxy15.95650.57960.3551
Hunter Lab39.945646.476723.6048
CIE-Lab46.917453.564048.5078

#c93e1e color RGB value is (201,62,30).

#c93e1e hex color red value is 201, green value is 62 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c93e1e hue: 0.03 , saturation: 0.74 and the lightness value of c93e1e is 0.45.

The process color (four color CMYK) of #c93e1e color hex is 0.00, 0.69, 0.85, 0.21. Web safe color of #c93e1e is #cc3333. Color #c93e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111110 00011110
Octal 311 76 36
Decimal 201 62 30
Hex C9 3E 1E

RGB Percentages of Color #c93e1e

%68.60
%21.16
%10.24

CMYK Percentages of Color #c93e1e

%0
%69
%85
%21

Triadic Colors of #c93e1e

#c93e1e #1ec93e #3e1ec9

Analogous Colors of #c93e1e

#c93e1e #c9941e #c91e54

Monochromatic Colors of #c93e1e

#c93e1e

Complementary Color

#c93e1e #1ea9c9

#c93e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93e1e Color CSS Codes

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

#c93e1e Text Font Color

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

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


#c93e1e Background Color

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

This div background color is #c93e1e


#c93e1e Border Color

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

This div border color is #c93e1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93e1e


Comments

No comments written yet.

Please login to write comment.