Color Hex Logo

#c0350d Color Hex

#C0350D
(192,53,13)
0 Favorites   0 Comments

Color spaces of #c0350d

RGB 1925313
HSL0.040.870.40
HSV13°93°75°
CMYK 0.000.720.93   0.25
XYZ23.084013.78171.8242
Yxy13.78170.59660.3562
Hunter Lab37.123746.027123.0732
CIE-Lab43.918253.688452.1311

#c0350d color RGB value is (192,53,13).

#c0350d hex color red value is 192, green value is 53 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c0350d hue: 0.04 , saturation: 0.87 and the lightness value of c0350d is 0.40.

The process color (four color CMYK) of #c0350d color hex is 0.00, 0.72, 0.93, 0.25. Web safe color of #c0350d is #cc3300. Color #c0350d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110101 00001101
Octal 300 65 15
Decimal 192 53 13
Hex C0 35 D

RGB Percentages of Color #c0350d

%74.42
%20.54
%5.04

CMYK Percentages of Color #c0350d

%0
%72
%93
%25

Triadic Colors of #c0350d

#c0350d #0dc035 #350dc0

Analogous Colors of #c0350d

#c0350d #c08f0d #c00d3e

Monochromatic Colors of #c0350d

#c0350d

Complementary Color

#c0350d #0d98c0

#c0350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0350d Color CSS Codes

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

#c0350d Text Font Color

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

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


#c0350d Background Color

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

This div background color is #c0350d


#c0350d Border Color

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

This div border color is #c0350d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0350d


Comments

No comments written yet.

Please login to write comment.