Color Hex Logo

#c42809 Color Hex

#C42809
(196,40,9)
0 Favorites   0 Comments

Color spaces of #c42809

RGB 196409
HSL0.030.910.40
HSV10°95°77°
CMYK 0.000.800.95   0.23
XYZ23.573013.27311.5780
Yxy13.27310.61350.3454
Hunter Lab36.432351.739522.9345
CIE-Lab43.171959.092853.2588

#c42809 color RGB value is (196,40,9).

#c42809 hex color red value is 196, green value is 40 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c42809 hue: 0.03 , saturation: 0.91 and the lightness value of c42809 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 00001001
Octal 304 50 11
Decimal 196 40 9
Hex C4 28 9

RGB Percentages of Color #c42809

%80.00
%16.33
%3.67

CMYK Percentages of Color #c42809

%0
%80
%95
%23

Triadic Colors of #c42809

#c42809 #09c428 #2809c4

Analogous Colors of #c42809

#c42809 #c48609 #c40948

Monochromatic Colors of #c42809

#c42809

Complementary Color

#c42809 #09a5c4

#c42809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42809 Color CSS Codes

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

#c42809 Text Font Color

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

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


#c42809 Background Color

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

This div background color is #c42809


#c42809 Border Color

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

This div border color is #c42809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42809


Comments

No comments written yet.

Please login to write comment.