Color Hex Logo

#c41114 Color Hex

#C41114
(196,17,20)
0 Favorites   0 Comments

Color spaces of #c41114

RGB 1961720
HSL1.000.840.42
HSV359°91°77°
CMYK 0.000.910.90   0.23
XYZ23.091712.18721.7971
Yxy12.18720.62280.3287
Hunter Lab34.910256.977921.3850
CIE-Lab41.512164.094348.2374

#c41114 color RGB value is (196,17,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010001 00010100
Octal 304 21 24
Decimal 196 17 20
Hex C4 11 14

RGB Percentages of Color #c41114

%84.12
%7.30
%8.58

CMYK Percentages of Color #c41114

%0
%91
%90
%23

Triadic Colors of #c41114

#c41114 #14c411 #1114c4

Analogous Colors of #c41114

#c41114 #c46811 #c4116e

Monochromatic Colors of #c41114

#c41114

Complementary Color

#c41114 #11c4c1

#c41114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41114 Color CSS Codes

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

#c41114 Text Font Color

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

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


#c41114 Background Color

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

This div background color is #c41114


#c41114 Border Color

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

This div border color is #c41114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41114


Comments

No comments written yet.

Please login to write comment.