Color Hex Logo

#c93033 Color Hex

#C93033
(201,48,51)
0 Favorites   0 Comments

Color spaces of #c93033

RGB 2014851
HSL1.000.610.49
HSV359°76°79°
CMYK 0.000.760.75   0.21
XYZ25.741914.77044.6262
Yxy14.77040.57030.3272
Hunter Lab38.432352.302619.7657
CIE-Lab45.318159.195235.9322

#c93033 color RGB value is (201,48,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 00110011
Octal 311 60 63
Decimal 201 48 51
Hex C9 30 33

RGB Percentages of Color #c93033

%67.00
%16.00
%17.00

CMYK Percentages of Color #c93033

%0
%76
%75
%21

Triadic Colors of #c93033

#c93033 #33c930 #3033c9

Analogous Colors of #c93033

#c93033 #c97a30 #c93080

Monochromatic Colors of #c93033

#c93033

Complementary Color

#c93033 #30c9c6

#c93033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93033 Color CSS Codes

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

#c93033 Text Font Color

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

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


#c93033 Background Color

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

This div background color is #c93033


#c93033 Border Color

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

This div border color is #c93033


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,48,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 #c93033">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93033


Comments

No comments written yet.

Please login to write comment.