Color Hex Logo

#c12e04 Color Hex

#C12E04
(193,46,4)
0 Favorites   0 Comments

Color spaces of #c12e04

RGB 193464
HSL0.040.960.39
HSV13°98°76°
CMYK 0.000.760.98   0.24
XYZ22.991213.30021.4703
Yxy13.30020.60880.3522
Hunter Lab36.469448.709123.1383
CIE-Lab43.212156.313354.4638

#c12e04 color RGB value is (193,46,4).

#c12e04 hex color red value is 193, green value is 46 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c12e04 hue: 0.04 , saturation: 0.96 and the lightness value of c12e04 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101110 00000100
Octal 301 56 4
Decimal 193 46 4
Hex C1 2E 4

RGB Percentages of Color #c12e04

%79.42
%18.93
%1.65

CMYK Percentages of Color #c12e04

%0
%76
%98
%24

Triadic Colors of #c12e04

#c12e04 #04c12e #2e04c1

Analogous Colors of #c12e04

#c12e04 #c18d04 #c10439

Monochromatic Colors of #c12e04

#c12e04

Complementary Color

#c12e04 #0497c1

#c12e04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12e04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12e04 Color CSS Codes

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

#c12e04 Text Font Color

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

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


#c12e04 Background Color

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

This div background color is #c12e04


#c12e04 Border Color

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

This div border color is #c12e04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12e04


Comments

No comments written yet.

Please login to write comment.