Color Hex Logo

#c93233 Color Hex

#C93233
(201,50,51)
0 Favorites   0 Comments

Color spaces of #c93233

RGB 2015051
HSL1.000.600.49
HSV360°75°79°
CMYK 0.000.750.75   0.21
XYZ25.825514.93774.6541
Yxy14.93770.56860.3289
Hunter Lab38.649351.637519.9149
CIE-Lab45.548758.550836.1899

#c93233 color RGB value is (201,50,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 00110011
Octal 311 62 63
Decimal 201 50 51
Hex C9 32 33

RGB Percentages of Color #c93233

%66.56
%16.56
%16.89

CMYK Percentages of Color #c93233

%0
%75
%75
%21

Triadic Colors of #c93233

#c93233 #33c932 #3233c9

Analogous Colors of #c93233

#c93233 #c97d32 #c9327f

Monochromatic Colors of #c93233

#c93233

Complementary Color

#c93233 #32c9c8

#c93233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93233 Color CSS Codes

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

#c93233 Text Font Color

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

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


#c93233 Background Color

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

This div background color is #c93233


#c93233 Border Color

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

This div border color is #c93233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93233


Comments

No comments written yet.

Please login to write comment.