Color Hex Logo

#c40001 Color Hex

#C40001
(196,0,1)
0 Favorites   0 Comments

Color spaces of #c40001

RGB 19601
HSL1.001.000.38
HSV360°100°77°
CMYK 0.001.000.99   0.23
XYZ22.770411.73801.0942
Yxy11.73800.63960.3297
Hunter Lab34.260858.678422.0890
CIE-Lab40.796665.724454.7658

#c40001 color RGB value is (196,0,1).

#c40001 hex color red value is 196, green value is 0 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c40001 hue: 1.00 , saturation: 1.00 and the lightness value of c40001 is 0.38.

The process color (four color CMYK) of #c40001 color hex is 0.00, 1.00, 0.99, 0.23. Web safe color of #c40001 is #cc0000. Color #c40001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 00000001
Octal 304 0 1
Decimal 196 0 1
Hex C4 0 1

RGB Percentages of Color #c40001

%99.49
%0.00
%0.51

CMYK Percentages of Color #c40001

%0
%100
%99
%23

Triadic Colors of #c40001

#c40001 #01c400 #0001c4

Analogous Colors of #c40001

#c40001 #c46100 #c40063

Monochromatic Colors of #c40001

#c40001

Complementary Color

#c40001 #00c4c3

#c40001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40001 Color CSS Codes

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

#c40001 Text Font Color

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

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


#c40001 Background Color

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

This div background color is #c40001


#c40001 Border Color

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

This div border color is #c40001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40001


Comments

No comments written yet.

Please login to write comment.