Color Hex Logo

#c0391c Color Hex

#C0391C
(192,57,28)
0 Favorites   0 Comments

Color spaces of #c0391c

RGB 1925728
HSL0.030.750.43
HSV11°85°75°
CMYK 0.000.700.85   0.25
XYZ23.411014.21662.6088
Yxy14.21660.58180.3533
Hunter Lab37.704944.847222.2912
CIE-Lab44.542052.466046.7251

#c0391c color RGB value is (192,57,28).

#c0391c hex color red value is 192, green value is 57 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c0391c hue: 0.03 , saturation: 0.75 and the lightness value of c0391c is 0.43.

The process color (four color CMYK) of #c0391c color hex is 0.00, 0.70, 0.85, 0.25. Web safe color of #c0391c is #cc3333. Color #c0391c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 00011100
Octal 300 71 34
Decimal 192 57 28
Hex C0 39 1C

RGB Percentages of Color #c0391c

%69.31
%20.58
%10.11

CMYK Percentages of Color #c0391c

%0
%70
%85
%25

Triadic Colors of #c0391c

#c0391c #1cc039 #391cc0

Analogous Colors of #c0391c

#c0391c #c08b1c #c01c51

Monochromatic Colors of #c0391c

#c0391c

Complementary Color

#c0391c #1ca3c0

#c0391c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0391c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0391c Color CSS Codes

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

#c0391c Text Font Color

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

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


#c0391c Background Color

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

This div background color is #c0391c


#c0391c Border Color

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

This div border color is #c0391c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,57,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 #c0391c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0391c


Comments

No comments written yet.

Please login to write comment.