Color Hex Logo

#c00d3c Color Hex

#C00D3C
(192,13,60)
0 Favorites   0 Comments

Color spaces of #c00d3c

RGB 1921360
HSL0.960.870.40
HSV344°93°75°
CMYK 0.000.930.69   0.25
XYZ22.697811.82065.3603
Yxy11.82060.56920.2964
Hunter Lab34.381157.675714.8230
CIE-Lab40.929664.821124.8540

#c00d3c color RGB value is (192,13,60).

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

The process color (four color CMYK) of #c00d3c color hex is 0.00, 0.93, 0.69, 0.25. Web safe color of #c00d3c is #cc0033. Color #c00d3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001101 00111100
Octal 300 15 74
Decimal 192 13 60
Hex C0 D 3C

RGB Percentages of Color #c00d3c

%72.45
%4.91
%22.64

CMYK Percentages of Color #c00d3c

%0
%93
%69
%25

Triadic Colors of #c00d3c

#c00d3c #3cc00d #0d3cc0

Analogous Colors of #c00d3c

#c00d3c #c0380d #c00d96

Monochromatic Colors of #c00d3c

#c00d3c

Complementary Color

#c00d3c #0dc091

#c00d3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00d3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00d3c Color CSS Codes

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

#c00d3c Text Font Color

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

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


#c00d3c Background Color

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

This div background color is #c00d3c


#c00d3c Border Color

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

This div border color is #c00d3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00d3c


Comments

No comments written yet.

Please login to write comment.