Color Hex Logo

#c2451a Color Hex

#C2451A
(194,69,26)
0 Favorites   0 Comments

Color spaces of #c2451a

RGB 1946926
HSL0.040.760.43
HSV15°87°76°
CMYK 0.000.640.87   0.24
XYZ24.562715.80022.7324
Yxy15.80020.57000.3666
Hunter Lab39.749540.740323.7490
CIE-Lab46.711348.173149.5687

#c2451a color RGB value is (194,69,26).

#c2451a hex color red value is 194, green value is 69 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c2451a hue: 0.04 , saturation: 0.76 and the lightness value of c2451a is 0.43.

The process color (four color CMYK) of #c2451a color hex is 0.00, 0.64, 0.87, 0.24. Web safe color of #c2451a is #cc3333. Color #c2451a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 00011010
Octal 302 105 32
Decimal 194 69 26
Hex C2 45 1A

RGB Percentages of Color #c2451a

%67.13
%23.88
%9.00

CMYK Percentages of Color #c2451a

%0
%64
%87
%24

Triadic Colors of #c2451a

#c2451a #1ac245 #451ac2

Analogous Colors of #c2451a

#c2451a #c2991a #c21a43

Monochromatic Colors of #c2451a

#c2451a

Complementary Color

#c2451a #1a97c2

#c2451a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2451a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2451a Color CSS Codes

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

#c2451a Text Font Color

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

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


#c2451a Background Color

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

This div background color is #c2451a


#c2451a Border Color

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

This div border color is #c2451a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,69,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2451a


Comments

No comments written yet.

Please login to write comment.