Color Hex Logo

#c0351d Color Hex

#C0351D
(192,53,29)
0 Favorites   0 Comments

Color spaces of #c0351d

RGB 1925329
HSL0.020.740.43
HSV85°75°
CMYK 0.000.720.85   0.25
XYZ23.233113.84142.6095
Yxy13.84140.58550.3488
Hunter Lab37.204046.362321.8842
CIE-Lab44.004653.986245.7934

#c0351d color RGB value is (192,53,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 00011101
Octal 300 65 35
Decimal 192 53 29
Hex C0 35 1D

RGB Percentages of Color #c0351d

%70.07
%19.34
%10.58

CMYK Percentages of Color #c0351d

%0
%72
%85
%25

Triadic Colors of #c0351d

#c0351d #1dc035 #351dc0

Analogous Colors of #c0351d

#c0351d #c0871d #c01d56

Monochromatic Colors of #c0351d

#c0351d

Complementary Color

#c0351d #1da8c0

#c0351d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0351d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0351d Color CSS Codes

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

#c0351d Text Font Color

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

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


#c0351d Background Color

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

This div background color is #c0351d


#c0351d Border Color

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

This div border color is #c0351d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0351d


Comments

No comments written yet.

Please login to write comment.