Color Hex Logo

#c9410c Color Hex

#C9410C
(201,65,12)
0 Favorites   0 Comments

Color spaces of #c9410c

RGB 2016512
HSL0.050.890.42
HSV17°94°79°
CMYK 0.000.680.94   0.21
XYZ26.044116.22462.1068
Yxy16.22460.58690.3656
Hunter Lab40.279844.925025.0947
CIE-Lab47.267852.052455.3894

#c9410c color RGB value is (201,65,12).

#c9410c hex color red value is 201, green value is 65 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c9410c hue: 0.05 , saturation: 0.89 and the lightness value of c9410c is 0.42.

The process color (four color CMYK) of #c9410c color hex is 0.00, 0.68, 0.94, 0.21. Web safe color of #c9410c is #cc3300. Color #c9410c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 00001100
Octal 311 101 14
Decimal 201 65 12
Hex C9 41 C

RGB Percentages of Color #c9410c

%72.30
%23.38
%4.32

CMYK Percentages of Color #c9410c

%0
%68
%94
%21

Triadic Colors of #c9410c

#c9410c #0cc941 #410cc9

Analogous Colors of #c9410c

#c9410c #c9a00c #c90c35

Monochromatic Colors of #c9410c

#c9410c

Complementary Color

#c9410c #0c94c9

#c9410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9410c Color CSS Codes

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

#c9410c Text Font Color

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

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


#c9410c Background Color

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

This div background color is #c9410c


#c9410c Border Color

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

This div border color is #c9410c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,65,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9410c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9410c;
  -webkit-box-shadow: 1px 1px 3px 2px #c9410c;
  box-shadow:         1px 1px 3px 2px #c9410c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,65,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9410c


Comments

No comments written yet.

Please login to write comment.