Color Hex Logo

#c3093d Color Hex

#C3093D
(195,9,61)
0 Favorites   0 Comments

Color spaces of #c3093d

RGB 195961
HSL0.950.910.40
HSV343°95°76°
CMYK 0.000.950.69   0.24
XYZ23.445712.13445.5213
Yxy12.13440.57040.2952
Hunter Lab34.834559.181014.9866
CIE-Lab41.428966.039024.9884

#c3093d color RGB value is (195,9,61).

#c3093d hex color red value is 195, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c3093d hue: 0.95 , saturation: 0.91 and the lightness value of c3093d is 0.40.

The process color (four color CMYK) of #c3093d color hex is 0.00, 0.95, 0.69, 0.24. Web safe color of #c3093d is #cc0033. Color #c3093d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00001001 00111101
Octal 303 11 75
Decimal 195 9 61
Hex C3 9 3D

RGB Percentages of Color #c3093d

%73.58
%3.40
%23.02

CMYK Percentages of Color #c3093d

%0
%95
%69
%24

Triadic Colors of #c3093d

#c3093d #3dc309 #093dc3

Analogous Colors of #c3093d

#c3093d #c33209 #c3099a

Monochromatic Colors of #c3093d

#c3093d

Complementary Color

#c3093d #09c38f

#c3093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3093d Color CSS Codes

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

#c3093d Text Font Color

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

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


#c3093d Background Color

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

This div background color is #c3093d


#c3093d Border Color

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

This div border color is #c3093d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,9,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3093d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3093d;
  -webkit-box-shadow: 1px 1px 3px 2px #c3093d;
  box-shadow:         1px 1px 3px 2px #c3093d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,9,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3093d


Comments

No comments written yet.

Please login to write comment.