Color Hex Logo

#c42610 Color Hex

#C42610
(196,38,16)
0 Favorites   0 Comments

Color spaces of #c42610

RGB 1963816
HSL0.020.850.42
HSV92°77°
CMYK 0.000.810.92   0.23
XYZ23.551613.15941.7889
Yxy13.15940.61170.3418
Hunter Lab36.275952.405822.4693
CIE-Lab43.002459.728150.8845

#c42610 color RGB value is (196,38,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 00010000
Octal 304 46 20
Decimal 196 38 16
Hex C4 26 10

RGB Percentages of Color #c42610

%78.40
%15.20
%6.40

CMYK Percentages of Color #c42610

%0
%81
%92
%23

Triadic Colors of #c42610

#c42610 #10c426 #2610c4

Analogous Colors of #c42610

#c42610 #c48010 #c41054

Monochromatic Colors of #c42610

#c42610

Complementary Color

#c42610 #10aec4

#c42610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42610 Color CSS Codes

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

#c42610 Text Font Color

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

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


#c42610 Background Color

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

This div background color is #c42610


#c42610 Border Color

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

This div border color is #c42610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42610


Comments

No comments written yet.

Please login to write comment.