Color Hex Logo

#c92933 Color Hex

#C92933
(201,41,51)
0 Favorites   0 Comments

Color spaces of #c92933

RGB 2014151
HSL0.990.660.47
HSV356°80°79°
CMYK 0.000.800.75   0.21
XYZ25.477914.24244.5382
Yxy14.24240.57570.3218
Hunter Lab37.739154.463019.2876
CIE-Lab44.578661.273135.1025

#c92933 color RGB value is (201,41,51).

#c92933 hex color red value is 201, green value is 41 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c92933 hue: 0.99 , saturation: 0.66 and the lightness value of c92933 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101001 00110011
Octal 311 51 63
Decimal 201 41 51
Hex C9 29 33

RGB Percentages of Color #c92933

%68.60
%13.99
%17.41

CMYK Percentages of Color #c92933

%0
%80
%75
%21

Triadic Colors of #c92933

#c92933 #33c929 #2933c9

Analogous Colors of #c92933

#c92933 #c96f29 #c92983

Monochromatic Colors of #c92933

#c92933

Complementary Color

#c92933 #29c9bf

#c92933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92933 Color CSS Codes

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

#c92933 Text Font Color

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

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


#c92933 Background Color

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

This div background color is #c92933


#c92933 Border Color

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

This div border color is #c92933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92933


Comments

No comments written yet.

Please login to write comment.