Color Hex Logo

#c41825 Color Hex

#C41825
(196,24,37)
0 Favorites   0 Comments

Color spaces of #c41825

RGB 1962437
HSL0.990.780.43
HSV355°88°77°
CMYK 0.000.880.81   0.23
XYZ23.425512.52262.9327
Yxy12.52260.60250.3221
Hunter Lab35.387356.234819.8575
CIE-Lab42.034963.336940.1089

#c41825 color RGB value is (196,24,37).

#c41825 hex color red value is 196, green value is 24 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c41825 hue: 0.99 , saturation: 0.78 and the lightness value of c41825 is 0.43.

The process color (four color CMYK) of #c41825 color hex is 0.00, 0.88, 0.81, 0.23. Web safe color of #c41825 is #cc0033. Color #c41825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011000 00100101
Octal 304 30 45
Decimal 196 24 37
Hex C4 18 25

RGB Percentages of Color #c41825

%76.26
%9.34
%14.40

CMYK Percentages of Color #c41825

%0
%88
%81
%23

Triadic Colors of #c41825

#c41825 #25c418 #1825c4

Analogous Colors of #c41825

#c41825 #c46118 #c4187b

Monochromatic Colors of #c41825

#c41825

Complementary Color

#c41825 #18c4b7

#c41825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41825 Color CSS Codes

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

#c41825 Text Font Color

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

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


#c41825 Background Color

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

This div background color is #c41825


#c41825 Border Color

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

This div border color is #c41825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41825


Comments

No comments written yet.

Please login to write comment.