Color Hex Logo

#c40828 Color Hex

#C40828
(196,8,40)
0 Favorites   0 Comments

Color spaces of #c40828

RGB 196840
HSL0.970.920.40
HSV350°96°77°
CMYK 0.000.960.80   0.23
XYZ23.234812.06263.1112
Yxy12.06260.60490.3141
Hunter Lab34.731358.634719.0007
CIE-Lab41.315465.585137.6759

#c40828 color RGB value is (196,8,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 00101000
Octal 304 10 50
Decimal 196 8 40
Hex C4 8 28

RGB Percentages of Color #c40828

%80.33
%3.28
%16.39

CMYK Percentages of Color #c40828

%0
%96
%80
%23

Triadic Colors of #c40828

#c40828 #28c408 #0828c4

Analogous Colors of #c40828

#c40828 #c44608 #c40886

Monochromatic Colors of #c40828

#c40828

Complementary Color

#c40828 #08c4a4

#c40828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40828 Color CSS Codes

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

#c40828 Text Font Color

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

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


#c40828 Background Color

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

This div background color is #c40828


#c40828 Border Color

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

This div border color is #c40828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40828


Comments

No comments written yet.

Please login to write comment.