Color Hex Logo

#c40418 Color Hex

#C40418
(196,4,24)
0 Favorites   0 Comments

Color spaces of #c40418

RGB 196424
HSL0.980.960.39
HSV354°98°77°
CMYK 0.000.980.88   0.23
XYZ22.973211.88851.9480
Yxy11.88850.62410.3230
Hunter Lab34.479758.591820.7861
CIE-Lab41.038465.601746.0334

#c40418 color RGB value is (196,4,24).

#c40418 hex color red value is 196, green value is 4 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c40418 hue: 0.98 , saturation: 0.96 and the lightness value of c40418 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 00011000
Octal 304 4 30
Decimal 196 4 24
Hex C4 4 18

RGB Percentages of Color #c40418

%87.50
%1.79
%10.71

CMYK Percentages of Color #c40418

%0
%98
%88
%23

Triadic Colors of #c40418

#c40418 #18c404 #0418c4

Analogous Colors of #c40418

#c40418 #c45004 #c40478

Monochromatic Colors of #c40418

#c40418

Complementary Color

#c40418 #04c4b0

#c40418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40418 Color CSS Codes

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

#c40418 Text Font Color

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

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


#c40418 Background Color

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

This div background color is #c40418


#c40418 Border Color

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

This div border color is #c40418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40418


Comments

No comments written yet.

Please login to write comment.