color codes Logo

#c23c0d color codes

#C23C0D
(194,60,13)
0 Favorites   0 Comments

Color spaces of #c23c0d

RGB 1946013
HSL0.040.870.41
HSV16°93°76°
CMYK 0.000.690.93   0.24
XYZ23.936614.73011.9624
Yxy14.73010.58910.3626
Hunter Lab38.379844.161623.8343
CIE-Lab45.262351.689453.1875

#c23c0d color RGB value is (194,60,13).

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

The process color (four color CMYK) of #c23c0d color code is 0.00, 0.69, 0.93, 0.24. Web safe color of #c23c0d is #cc3300. Color #c23c0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00111100 00001101
Octal 302 74 15
Decimal 194 60 13
Hex C2 3C D

RGB Percentages of Color #c23c0d

%72.66
%22.47
%4.87

CMYK Percentages of Color #c23c0d

%0
%69
%93
%24

Triadic Colors of #c23c0d

#c23c0d #0dc23c #3c0dc2

Analogous Colors of #c23c0d

#c23c0d #c2970d #c20d39

Monochromatic Colors of #c23c0d

#c23c0d

Complementary Color

#c23c0d #0d93c2

#c23c0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c23c0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c23c0d Color CSS Codes

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

#c23c0d Text Font Color

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

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


#c23c0d Background Color

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

This div background color is #c23c0d


#c23c0d Border Color

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

This div border color is #c23c0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c23c0d


Comments

No comments written yet.

Please login to write comment.