Color Hex Logo

#c2360a Color Hex

#C2360A
(194,54,10)
0 Favorites   0 Comments

Color spaces of #c2360a

RGB 1945410
HSL0.040.900.40
HSV14°95°76°
CMYK 0.000.720.95   0.24
XYZ23.622114.12961.7694
Yxy14.12960.59770.3575
Hunter Lab37.589446.392523.5217
CIE-Lab44.418253.938653.5109

#c2360a color RGB value is (194,54,10).

#c2360a hex color red value is 194, green value is 54 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c2360a hue: 0.04 , saturation: 0.90 and the lightness value of c2360a is 0.40.

The process color (four color CMYK) of #c2360a color hex is 0.00, 0.72, 0.95, 0.24. Web safe color of #c2360a is #cc3300. Color #c2360a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110110 00001010
Octal 302 66 12
Decimal 194 54 10
Hex C2 36 A

RGB Percentages of Color #c2360a

%75.19
%20.93
%3.88

CMYK Percentages of Color #c2360a

%0
%72
%95
%24

Triadic Colors of #c2360a

#c2360a #0ac236 #360ac2

Analogous Colors of #c2360a

#c2360a #c2920a #c20a3a

Monochromatic Colors of #c2360a

#c2360a

Complementary Color

#c2360a #0a96c2

#c2360a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2360a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2360a Color CSS Codes

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

#c2360a Text Font Color

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

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


#c2360a Background Color

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

This div background color is #c2360a


#c2360a Border Color

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

This div border color is #c2360a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,54,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2360a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2360a;
  -webkit-box-shadow: 1px 1px 3px 2px #c2360a;
  box-shadow:         1px 1px 3px 2px #c2360a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,54,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2360a


Comments

No comments written yet.

Please login to write comment.