Color Hex Logo

#c93032 Color Hex

#C93032
(201,48,50)
0 Favorites   0 Comments

Color spaces of #c93032

RGB 2014850
HSL1.000.610.49
HSV359°76°79°
CMYK 0.000.760.75   0.21
XYZ25.720114.76174.5113
Yxy14.76170.57160.3281
Hunter Lab38.421052.256419.9330
CIE-Lab45.306159.155736.4941

#c93032 color RGB value is (201,48,50).

#c93032 hex color red value is 201, green value is 48 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c93032 hue: 1.00 , saturation: 0.61 and the lightness value of c93032 is 0.49.

The process color (four color CMYK) of #c93032 color hex is 0.00, 0.76, 0.75, 0.21. Web safe color of #c93032 is #cc3333. Color #c93032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 00110010
Octal 311 60 62
Decimal 201 48 50
Hex C9 30 32

RGB Percentages of Color #c93032

%67.22
%16.05
%16.72

CMYK Percentages of Color #c93032

%0
%76
%75
%21

Triadic Colors of #c93032

#c93032 #32c930 #3032c9

Analogous Colors of #c93032

#c93032 #c97b30 #c9307f

Monochromatic Colors of #c93032

#c93032

Complementary Color

#c93032 #30c9c7

#c93032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93032 Color CSS Codes

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

#c93032 Text Font Color

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

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


#c93032 Background Color

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

This div background color is #c93032


#c93032 Border Color

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

This div border color is #c93032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93032


Comments

No comments written yet.

Please login to write comment.