Color Hex Logo

#c40028 Color Hex

#C40028
(196,0,40)
0 Favorites   0 Comments

Color spaces of #c40028

RGB 196040
HSL0.971.000.38
HSV348°100°77°
CMYK 0.001.000.80   0.23
XYZ23.148011.88903.0822
Yxy11.88900.60730.3119
Hunter Lab34.480459.493018.8364
CIE-Lab41.039266.386237.3901

#c40028 color RGB value is (196,0,40).

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

The process color (four color CMYK) of #c40028 color hex is 0.00, 1.00, 0.80, 0.23. Web safe color of #c40028 is #cc0033. Color #c40028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 00101000
Octal 304 0 50
Decimal 196 0 40
Hex C4 0 28

RGB Percentages of Color #c40028

%83.05
%0.00
%16.95

CMYK Percentages of Color #c40028

%0
%100
%80
%23

Triadic Colors of #c40028

#c40028 #28c400 #0028c4

Analogous Colors of #c40028

#c40028 #c43a00 #c4008a

Monochromatic Colors of #c40028

#c40028

Complementary Color

#c40028 #00c49c

#c40028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40028 Color CSS Codes

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

#c40028 Text Font Color

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

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


#c40028 Background Color

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

This div background color is #c40028


#c40028 Border Color

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

This div border color is #c40028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40028


Comments

No comments written yet.

Please login to write comment.