Color Hex Logo

#c42710 Color Hex

#C42710
(196,39,16)
0 Favorites   0 Comments

Color spaces of #c42710

RGB 1963916
HSL0.020.850.42
HSV92°77°
CMYK 0.000.800.92   0.23
XYZ23.584013.22421.7997
Yxy13.22420.61090.3425
Hunter Lab36.365152.124422.5213
CIE-Lab43.099159.455250.9491

#c42710 color RGB value is (196,39,16).

#c42710 hex color red value is 196, green value is 39 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c42710 hue: 0.02 , saturation: 0.85 and the lightness value of c42710 is 0.42.

The process color (four color CMYK) of #c42710 color hex is 0.00, 0.80, 0.92, 0.23. Web safe color of #c42710 is #cc3300. Color #c42710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 00010000
Octal 304 47 20
Decimal 196 39 16
Hex C4 27 10

RGB Percentages of Color #c42710

%78.09
%15.54
%6.37

CMYK Percentages of Color #c42710

%0
%80
%92
%23

Triadic Colors of #c42710

#c42710 #10c427 #2710c4

Analogous Colors of #c42710

#c42710 #c48110 #c41053

Monochromatic Colors of #c42710

#c42710

Complementary Color

#c42710 #10adc4

#c42710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42710 Color CSS Codes

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

#c42710 Text Font Color

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

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


#c42710 Background Color

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

This div background color is #c42710


#c42710 Border Color

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

This div border color is #c42710


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,39,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c42710; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c42710;
  -webkit-box-shadow: 1px 1px 3px 2px #c42710;
  box-shadow:         1px 1px 3px 2px #c42710; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42710


Comments

No comments written yet.

Please login to write comment.