Color Hex Logo

#c3321d Color Hex

#C3321D
(195,50,29)
0 Favorites   0 Comments

Color spaces of #c3321d

RGB 1955029
HSL0.020.740.44
HSV85°76°
CMYK 0.000.740.85   0.24
XYZ23.868113.97202.6013
Yxy13.97200.59020.3455
Hunter Lab37.379148.566022.0393
CIE-Lab44.192755.998046.1783

#c3321d color RGB value is (195,50,29).

#c3321d hex color red value is 195, green value is 50 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c3321d hue: 0.02 , saturation: 0.74 and the lightness value of c3321d is 0.44.

The process color (four color CMYK) of #c3321d color hex is 0.00, 0.74, 0.85, 0.24. Web safe color of #c3321d is #cc3333. Color #c3321d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 00011101
Octal 303 62 35
Decimal 195 50 29
Hex C3 32 1D

RGB Percentages of Color #c3321d

%71.17
%18.25
%10.58

CMYK Percentages of Color #c3321d

%0
%74
%85
%24

Triadic Colors of #c3321d

#c3321d #1dc332 #321dc3

Analogous Colors of #c3321d

#c3321d #c3851d #c31d5b

Monochromatic Colors of #c3321d

#c3321d

Complementary Color

#c3321d #1daec3

#c3321d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3321d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3321d Color CSS Codes

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

#c3321d Text Font Color

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

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


#c3321d Background Color

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

This div background color is #c3321d


#c3321d Border Color

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

This div border color is #c3321d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3321d


Comments

No comments written yet.

Please login to write comment.