Color Hex Logo

#c12403 Color Hex

#C12403
(193,36,3)
0 Favorites   0 Comments

Color spaces of #c12403

RGB 193363
HSL0.030.970.38
HSV10°98°76°
CMYK 0.000.810.98   0.24
XYZ22.639612.60581.3261
Yxy12.60580.61910.3447
Hunter Lab35.504651.687722.6388
CIE-Lab42.163259.238454.2661

#c12403 color RGB value is (193,36,3).

#c12403 hex color red value is 193, green value is 36 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c12403 hue: 0.03 , saturation: 0.97 and the lightness value of c12403 is 0.38.

The process color (four color CMYK) of #c12403 color hex is 0.00, 0.81, 0.98, 0.24. Web safe color of #c12403 is #cc3300. Color #c12403 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 00000011
Octal 301 44 3
Decimal 193 36 3
Hex C1 24 3

RGB Percentages of Color #c12403

%83.19
%15.52
%1.29

CMYK Percentages of Color #c12403

%0
%81
%98
%24

Triadic Colors of #c12403

#c12403 #03c124 #2403c1

Analogous Colors of #c12403

#c12403 #c18303 #c10341

Monochromatic Colors of #c12403

#c12403

Complementary Color

#c12403 #03a0c1

#c12403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12403 Color CSS Codes

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

#c12403 Text Font Color

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

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


#c12403 Background Color

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

This div background color is #c12403


#c12403 Border Color

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

This div border color is #c12403


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,36,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c12403; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c12403;
  -webkit-box-shadow: 1px 1px 3px 2px #c12403;
  box-shadow:         1px 1px 3px 2px #c12403; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,36,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12403


Comments

No comments written yet.

Please login to write comment.