Color Hex Logo

#c2380d Color Hex

#C2380D
(194,56,13)
0 Favorites   0 Comments

Color spaces of #c2380d

RGB 1945613
HSL0.040.870.41
HSV14°93°76°
CMYK 0.000.710.93   0.24
XYZ23.735014.32671.8951
Yxy14.32670.59400.3586
Hunter Lab37.850645.693423.5269
CIE-Lab44.697953.233352.8207

#c2380d color RGB value is (194,56,13).

#c2380d hex color red value is 194, green value is 56 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c2380d hue: 0.04 , saturation: 0.87 and the lightness value of c2380d is 0.41.

The process color (four color CMYK) of #c2380d color hex is 0.00, 0.71, 0.93, 0.24. Web safe color of #c2380d is #cc3300. Color #c2380d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111000 00001101
Octal 302 70 15
Decimal 194 56 13
Hex C2 38 D

RGB Percentages of Color #c2380d

%73.76
%21.29
%4.94

CMYK Percentages of Color #c2380d

%0
%71
%93
%24

Triadic Colors of #c2380d

#c2380d #0dc238 #380dc2

Analogous Colors of #c2380d

#c2380d #c2930d #c20d3d

Monochromatic Colors of #c2380d

#c2380d

Complementary Color

#c2380d #0d97c2

#c2380d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2380d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2380d Color CSS Codes

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

#c2380d Text Font Color

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

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


#c2380d Background Color

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

This div background color is #c2380d


#c2380d Border Color

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

This div border color is #c2380d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2380d


Comments

No comments written yet.

Please login to write comment.