Color Hex Logo

#c4421c Color Hex

#C4421C
(196,66,28)
0 Favorites   0 Comments

Color spaces of #c4421c

RGB 1966628
HSL0.040.750.44
HSV14°86°77°
CMYK 0.000.660.86   0.23
XYZ24.922815.71602.8185
Yxy15.71600.57350.3616
Hunter Lab39.643442.842423.5351
CIE-Lab46.599750.203048.7676

#c4421c color RGB value is (196,66,28).

#c4421c hex color red value is 196, green value is 66 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c4421c hue: 0.04 , saturation: 0.75 and the lightness value of c4421c is 0.44.

The process color (four color CMYK) of #c4421c color hex is 0.00, 0.66, 0.86, 0.23. Web safe color of #c4421c is #cc3333. Color #c4421c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 00011100
Octal 304 102 34
Decimal 196 66 28
Hex C4 42 1C

RGB Percentages of Color #c4421c

%67.59
%22.76
%9.66

CMYK Percentages of Color #c4421c

%0
%66
%86
%23

Triadic Colors of #c4421c

#c4421c #1cc442 #421cc4

Analogous Colors of #c4421c

#c4421c #c4961c #c41c4a

Monochromatic Colors of #c4421c

#c4421c

Complementary Color

#c4421c #1c9ec4

#c4421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4421c Color CSS Codes

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

#c4421c Text Font Color

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

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


#c4421c Background Color

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

This div background color is #c4421c


#c4421c Border Color

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

This div border color is #c4421c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4421c


Comments

No comments written yet.

Please login to write comment.