Color Hex Logo

#c4300c Color Hex

#C4300C
(196,48,12)
0 Favorites   0 Comments

Color spaces of #c4300c

RGB 1964812
HSL0.030.880.41
HSV12°94°77°
CMYK 0.000.760.94   0.23
XYZ23.888313.87621.7672
Yxy13.87620.60430.3510
Hunter Lab37.250849.280223.2628
CIE-Lab44.054956.681352.9054

#c4300c color RGB value is (196,48,12).

#c4300c hex color red value is 196, green value is 48 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c4300c hue: 0.03 , saturation: 0.88 and the lightness value of c4300c is 0.41.

The process color (four color CMYK) of #c4300c color hex is 0.00, 0.76, 0.94, 0.23. Web safe color of #c4300c is #cc3300. Color #c4300c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110000 00001100
Octal 304 60 14
Decimal 196 48 12
Hex C4 30 C

RGB Percentages of Color #c4300c

%76.56
%18.75
%4.69

CMYK Percentages of Color #c4300c

%0
%76
%94
%23

Triadic Colors of #c4300c

#c4300c #0cc430 #300cc4

Analogous Colors of #c4300c

#c4300c #c48c0c #c40c44

Monochromatic Colors of #c4300c

#c4300c

Complementary Color

#c4300c #0ca0c4

#c4300c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4300c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4300c Color CSS Codes

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

#c4300c Text Font Color

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

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


#c4300c Background Color

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

This div background color is #c4300c


#c4300c Border Color

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

This div border color is #c4300c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4300c


Comments

No comments written yet.

Please login to write comment.