Color Hex Logo

#c41933 Color Hex

#C41933
(196,25,51)
0 Favorites   0 Comments

Color spaces of #c41933

RGB 1962551
HSL0.970.770.43
HSV351°87°77°
CMYK 0.000.870.74   0.23
XYZ23.710112.67004.3279
Yxy12.67000.58240.3112
Hunter Lab35.594956.609217.7075
CIE-Lab42.261863.623632.1961

#c41933 color RGB value is (196,25,51).

#c41933 hex color red value is 196, green value is 25 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c41933 hue: 0.97 , saturation: 0.77 and the lightness value of c41933 is 0.43.

The process color (four color CMYK) of #c41933 color hex is 0.00, 0.87, 0.74, 0.23. Web safe color of #c41933 is #cc0033. Color #c41933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 00110011
Octal 304 31 63
Decimal 196 25 51
Hex C4 19 33

RGB Percentages of Color #c41933

%72.06
%9.19
%18.75

CMYK Percentages of Color #c41933

%0
%87
%74
%23

Triadic Colors of #c41933

#c41933 #33c419 #1933c4

Analogous Colors of #c41933

#c41933 #c45519 #c41989

Monochromatic Colors of #c41933

#c41933

Complementary Color

#c41933 #19c4aa

#c41933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41933 Color CSS Codes

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

#c41933 Text Font Color

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

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


#c41933 Background Color

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

This div background color is #c41933


#c41933 Border Color

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

This div border color is #c41933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41933


Comments

No comments written yet.

Please login to write comment.