Color Hex Logo

#c41318 Color Hex

#C41318
(196,19,24)
0 Favorites   0 Comments

Color spaces of #c41318

RGB 1961924
HSL1.000.820.42
HSV358°90°77°
CMYK 0.000.900.88   0.23
XYZ23.162712.26752.0112
Yxy12.26750.61860.3276
Hunter Lab35.025056.751721.1130
CIE-Lab41.638163.870546.5079

#c41318 color RGB value is (196,19,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 00011000
Octal 304 23 30
Decimal 196 19 24
Hex C4 13 18

RGB Percentages of Color #c41318

%82.01
%7.95
%10.04

CMYK Percentages of Color #c41318

%0
%90
%88
%23

Triadic Colors of #c41318

#c41318 #18c413 #1318c4

Analogous Colors of #c41318

#c41318 #c46713 #c41371

Monochromatic Colors of #c41318

#c41318

Complementary Color

#c41318 #13c4bf

#c41318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41318 Color CSS Codes

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

#c41318 Text Font Color

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

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


#c41318 Background Color

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

This div background color is #c41318


#c41318 Border Color

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

This div border color is #c41318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41318


Comments

No comments written yet.

Please login to write comment.