Color Hex Logo

#c42301 Color Hex

#C42301
(196,35,1)
0 Favorites   0 Comments

Color spaces of #c42301

RGB 196351
HSL0.030.990.39
HSV10°99°77°
CMYK 0.000.820.99   0.23
XYZ23.371512.94001.2946
Yxy12.94000.62150.3441
Hunter Lab35.972253.021823.0468
CIE-Lab42.672760.346855.5118

#c42301 color RGB value is (196,35,1).

#c42301 hex color red value is 196, green value is 35 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c42301 hue: 0.03 , saturation: 0.99 and the lightness value of c42301 is 0.39.

The process color (four color CMYK) of #c42301 color hex is 0.00, 0.82, 0.99, 0.23. Web safe color of #c42301 is #cc3300. Color #c42301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100011 00000001
Octal 304 43 1
Decimal 196 35 1
Hex C4 23 1

RGB Percentages of Color #c42301

%84.48
%15.09
%0.43

CMYK Percentages of Color #c42301

%0
%82
%99
%23

Triadic Colors of #c42301

#c42301 #01c423 #2301c4

Analogous Colors of #c42301

#c42301 #c48501 #c40140

Monochromatic Colors of #c42301

#c42301

Complementary Color

#c42301 #01a2c4

#c42301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42301 Color CSS Codes

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

#c42301 Text Font Color

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

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


#c42301 Background Color

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

This div background color is #c42301


#c42301 Border Color

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

This div border color is #c42301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42301


Comments

No comments written yet.

Please login to write comment.