Color Hex Logo

#c4102e Color Hex

#C4102E
(196,16,46)
0 Favorites   0 Comments

Color spaces of #c4102e

RGB 1961646
HSL0.970.850.42
HSV350°92°77°
CMYK 0.000.920.77   0.23
XYZ23.443412.30363.7240
Yxy12.30360.59390.3117
Hunter Lab35.076557.916818.2588
CIE-Lab41.694664.883534.5533

#c4102e color RGB value is (196,16,46).

#c4102e hex color red value is 196, green value is 16 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4102e hue: 0.97 , saturation: 0.85 and the lightness value of c4102e is 0.42.

The process color (four color CMYK) of #c4102e color hex is 0.00, 0.92, 0.77, 0.23. Web safe color of #c4102e is #cc0033. Color #c4102e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 00101110
Octal 304 20 56
Decimal 196 16 46
Hex C4 10 2E

RGB Percentages of Color #c4102e

%75.97
%6.20
%17.83

CMYK Percentages of Color #c4102e

%0
%92
%77
%23

Triadic Colors of #c4102e

#c4102e #2ec410 #102ec4

Analogous Colors of #c4102e

#c4102e #c44c10 #c41088

Monochromatic Colors of #c4102e

#c4102e

Complementary Color

#c4102e #10c4a6

#c4102e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4102e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4102e Color CSS Codes

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

#c4102e Text Font Color

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

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


#c4102e Background Color

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

This div background color is #c4102e


#c4102e Border Color

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

This div border color is #c4102e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4102e


Comments

No comments written yet.

Please login to write comment.