Color Hex Logo

#c70412 Color Hex

#C70412
(199,4,18)
0 Favorites   0 Comments

Color spaces of #c70412

RGB 199418
HSL0.990.960.40
HSV356°98°78°
CMYK 0.000.980.91   0.22
XYZ23.705812.27261.6917
Yxy12.27260.62930.3258
Hunter Lab35.032359.481721.6595
CIE-Lab41.646166.258149.4841

#c70412 color RGB value is (199,4,18).

#c70412 hex color red value is 199, green value is 4 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c70412 hue: 0.99 , saturation: 0.96 and the lightness value of c70412 is 0.40.

The process color (four color CMYK) of #c70412 color hex is 0.00, 0.98, 0.91, 0.22. Web safe color of #c70412 is #cc0000. Color #c70412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000100 00010010
Octal 307 4 22
Decimal 199 4 18
Hex C7 4 12

RGB Percentages of Color #c70412

%90.05
%1.81
%8.14

CMYK Percentages of Color #c70412

%0
%98
%91
%22

Triadic Colors of #c70412

#c70412 #12c704 #0412c7

Analogous Colors of #c70412

#c70412 #c75804 #c70474

Monochromatic Colors of #c70412

#c70412

Complementary Color

#c70412 #04c7b9

#c70412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70412 Color CSS Codes

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

#c70412 Text Font Color

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

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


#c70412 Background Color

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

This div background color is #c70412


#c70412 Border Color

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

This div border color is #c70412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70412


Comments

No comments written yet.

Please login to write comment.