Color Hex Logo

#c0293b Color Hex

#C0293B
(192,41,59)
0 Favorites   0 Comments

Color spaces of #c0293b

RGB 1924159
HSL0.980.650.46
HSV353°79°75°
CMYK 0.000.790.69   0.25
XYZ23.320613.10815.4387
Yxy13.10810.55700.3131
Hunter Lab36.205151.617316.4371
CIE-Lab42.925759.028827.9400

#c0293b color RGB value is (192,41,59).

#c0293b hex color red value is 192, green value is 41 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c0293b hue: 0.98 , saturation: 0.65 and the lightness value of c0293b is 0.46.

The process color (four color CMYK) of #c0293b color hex is 0.00, 0.79, 0.69, 0.25. Web safe color of #c0293b is #cc3333. Color #c0293b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 00111011
Octal 300 51 73
Decimal 192 41 59
Hex C0 29 3B

RGB Percentages of Color #c0293b

%65.75
%14.04
%20.21

CMYK Percentages of Color #c0293b

%0
%79
%69
%25

Triadic Colors of #c0293b

#c0293b #3bc029 #293bc0

Analogous Colors of #c0293b

#c0293b #c06229 #c02987

Monochromatic Colors of #c0293b

#c0293b

Complementary Color

#c0293b #29c0ae

#c0293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0293b Color CSS Codes

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

#c0293b Text Font Color

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

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


#c0293b Background Color

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

This div background color is #c0293b


#c0293b Border Color

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

This div border color is #c0293b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,41,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0293b


Comments

No comments written yet.

Please login to write comment.