Color Hex Logo

#c41333 Color Hex

#C41333
(196,19,51)
0 Favorites   0 Comments

Color spaces of #c41333

RGB 1961951
HSL0.970.820.42
HSV349°90°77°
CMYK 0.000.900.74   0.23
XYZ23.595412.44054.2896
Yxy12.44050.58510.3085
Hunter Lab35.271157.687217.4790
CIE-Lab41.907864.640831.7878

#c41333 color RGB value is (196,19,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 00110011
Octal 304 23 63
Decimal 196 19 51
Hex C4 13 33

RGB Percentages of Color #c41333

%73.68
%7.14
%19.17

CMYK Percentages of Color #c41333

%0
%90
%74
%23

Triadic Colors of #c41333

#c41333 #33c413 #1333c4

Analogous Colors of #c41333

#c41333 #c44b13 #c4138c

Monochromatic Colors of #c41333

#c41333

Complementary Color

#c41333 #13c4a4

#c41333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41333 Color CSS Codes

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

#c41333 Text Font Color

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

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


#c41333 Background Color

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

This div background color is #c41333


#c41333 Border Color

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

This div border color is #c41333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41333


Comments

No comments written yet.

Please login to write comment.