Color Hex Logo

#c13822 Color Hex

#C13822
(193,56,34)
0 Favorites   0 Comments

Color spaces of #c13822

RGB 1935634
HSL0.020.700.45
HSV82°76°
CMYK 0.000.710.82   0.24
XYZ23.695214.28133.0211
Yxy14.28130.57800.3483
Hunter Lab37.790645.788221.7136
CIE-Lab44.633753.333943.9930

#c13822 color RGB value is (193,56,34).

#c13822 hex color red value is 193, green value is 56 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c13822 hue: 0.02 , saturation: 0.70 and the lightness value of c13822 is 0.45.

The process color (four color CMYK) of #c13822 color hex is 0.00, 0.71, 0.82, 0.24. Web safe color of #c13822 is #cc3333. Color #c13822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111000 00100010
Octal 301 70 42
Decimal 193 56 34
Hex C1 38 22

RGB Percentages of Color #c13822

%68.20
%19.79
%12.01

CMYK Percentages of Color #c13822

%0
%71
%82
%24

Triadic Colors of #c13822

#c13822 #22c138 #3822c1

Analogous Colors of #c13822

#c13822 #c18822 #c1225b

Monochromatic Colors of #c13822

#c13822

Complementary Color

#c13822 #22abc1

#c13822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13822 Color CSS Codes

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

#c13822 Text Font Color

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

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


#c13822 Background Color

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

This div background color is #c13822


#c13822 Border Color

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

This div border color is #c13822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13822


Comments

No comments written yet.

Please login to write comment.