color codes Logo

#c4241e color codes

#C4241E
(196,36,30)
0 Favorites   0 Comments

Color spaces of #c4241e

RGB 1963630
HSL0.010.730.44
HSV85°77°
CMYK 0.000.820.85   0.23
XYZ23.630213.09132.5097
Yxy13.09130.60230.3337
Hunter Lab36.181953.259021.2148
CIE-Lab42.900560.516544.6344

#c4241e color RGB value is (196,36,30).

#c4241e hex color red value is 196, green value is 36 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c4241e hue: 0.01 , saturation: 0.73 and the lightness value of c4241e is 0.44.

The process color (four color CMYK) of #c4241e color code is 0.00, 0.82, 0.85, 0.23. Web safe color of #c4241e is #cc3333. Color #c4241e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100100 00011110
Octal 304 44 36
Decimal 196 36 30
Hex C4 24 1E

RGB Percentages of Color #c4241e

%74.81
%13.74
%11.45

CMYK Percentages of Color #c4241e

%0
%82
%85
%23

Triadic Colors of #c4241e

#c4241e #1ec424 #241ec4

Analogous Colors of #c4241e

#c4241e #c4771e #c41e6b

Monochromatic Colors of #c4241e

#c4241e

Complementary Color

#c4241e #1ebec4

#c4241e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4241e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4241e Color CSS Codes

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

#c4241e Text Font Color

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

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


#c4241e Background Color

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

This div background color is #c4241e


#c4241e Border Color

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

This div border color is #c4241e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4241e


Comments

No comments written yet.

Please login to write comment.