Color Hex Logo

#c2450c Color Hex

#C2450C
(194,69,12)
0 Favorites   0 Comments

Color spaces of #c2450c

RGB 1946912
HSL0.050.880.40
HSV19°94°76°
CMYK 0.000.640.94   0.24
XYZ24.442615.75212.1000
Yxy15.75210.57790.3724
Hunter Lab39.688940.474424.6451
CIE-Lab46.647647.927854.3779

#c2450c color RGB value is (194,69,12).

#c2450c hex color red value is 194, green value is 69 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c2450c hue: 0.05 , saturation: 0.88 and the lightness value of c2450c is 0.40.

The process color (four color CMYK) of #c2450c color hex is 0.00, 0.64, 0.94, 0.24. Web safe color of #c2450c is #cc3300. Color #c2450c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 00001100
Octal 302 105 14
Decimal 194 69 12
Hex C2 45 C

RGB Percentages of Color #c2450c

%70.55
%25.09
%4.36

CMYK Percentages of Color #c2450c

%0
%64
%94
%24

Triadic Colors of #c2450c

#c2450c #0cc245 #450cc2

Analogous Colors of #c2450c

#c2450c #c2a00c #c20c2e

Monochromatic Colors of #c2450c

#c2450c

Complementary Color

#c2450c #0c89c2

#c2450c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2450c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2450c Color CSS Codes

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

#c2450c Text Font Color

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

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


#c2450c Background Color

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

This div background color is #c2450c


#c2450c Border Color

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

This div border color is #c2450c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2450c


Comments

No comments written yet.

Please login to write comment.