Color Hex Logo

#c41012 Color Hex

#C41012
(196,16,18)
0 Favorites   0 Comments

Color spaces of #c41012

RGB 1961618
HSL1.000.850.42
HSV359°92°77°
CMYK 0.000.920.91   0.23
XYZ23.059412.15001.7021
Yxy12.15000.62470.3292
Hunter Lab34.856957.086421.5046
CIE-Lab41.453564.201249.0500

#c41012 color RGB value is (196,16,18).

#c41012 hex color red value is 196, green value is 16 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c41012 hue: 1.00 , saturation: 0.85 and the lightness value of c41012 is 0.42.

The process color (four color CMYK) of #c41012 color hex is 0.00, 0.92, 0.91, 0.23. Web safe color of #c41012 is #cc0000. Color #c41012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 00010010
Octal 304 20 22
Decimal 196 16 18
Hex C4 10 12

RGB Percentages of Color #c41012

%85.22
%6.96
%7.83

CMYK Percentages of Color #c41012

%0
%92
%91
%23

Triadic Colors of #c41012

#c41012 #12c410 #1012c4

Analogous Colors of #c41012

#c41012 #c46810 #c4106c

Monochromatic Colors of #c41012

#c41012

Complementary Color

#c41012 #10c4c2

#c41012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41012 Color CSS Codes

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

#c41012 Text Font Color

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

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


#c41012 Background Color

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

This div background color is #c41012


#c41012 Border Color

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

This div border color is #c41012


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,16,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41012


Comments

No comments written yet.

Please login to write comment.