Color Hex Logo

#c2420d Color Hex

#C2420D
(194,66,13)
0 Favorites   0 Comments

Color spaces of #c2420d

RGB 1946613
HSL0.050.870.41
HSV18°93°76°
CMYK 0.000.660.93   0.24
XYZ24.269015.39482.0731
Yxy15.39480.58150.3689
Hunter Lab39.236241.745324.3327
CIE-Lab46.170349.230653.7849

#c2420d color RGB value is (194,66,13).

#c2420d hex color red value is 194, green value is 66 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c2420d hue: 0.05 , saturation: 0.87 and the lightness value of c2420d is 0.41.

The process color (four color CMYK) of #c2420d color hex is 0.00, 0.66, 0.93, 0.24. Web safe color of #c2420d is #cc3300. Color #c2420d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000010 00001101
Octal 302 102 15
Decimal 194 66 13
Hex C2 42 D

RGB Percentages of Color #c2420d

%71.06
%24.18
%4.76

CMYK Percentages of Color #c2420d

%0
%66
%93
%24

Triadic Colors of #c2420d

#c2420d #0dc242 #420dc2

Analogous Colors of #c2420d

#c2420d #c29d0d #c20d32

Monochromatic Colors of #c2420d

#c2420d

Complementary Color

#c2420d #0d8dc2

#c2420d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2420d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2420d Color CSS Codes

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

#c2420d Text Font Color

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

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


#c2420d Background Color

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

This div background color is #c2420d


#c2420d Border Color

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

This div border color is #c2420d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2420d


Comments

No comments written yet.

Please login to write comment.