Color Hex Logo

#c42224 Color Hex

#C42224
(196,34,36)
0 Favorites   0 Comments

Color spaces of #c42224

RGB 1963436
HSL1.000.700.45
HSV359°83°77°
CMYK 0.000.830.82   0.23
XYZ23.655413.00722.9329
Yxy13.00720.59740.3285
Hunter Lab36.065553.963720.4243
CIE-Lab42.774161.173041.3819

#c42224 color RGB value is (196,34,36).

#c42224 hex color red value is 196, green value is 34 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #c42224 hue: 1.00 , saturation: 0.70 and the lightness value of c42224 is 0.45.

The process color (four color CMYK) of #c42224 color hex is 0.00, 0.83, 0.82, 0.23. Web safe color of #c42224 is #cc3333. Color #c42224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100010 00100100
Octal 304 42 44
Decimal 196 34 36
Hex C4 22 24

RGB Percentages of Color #c42224

%73.68
%12.78
%13.53

CMYK Percentages of Color #c42224

%0
%83
%82
%23

Triadic Colors of #c42224

#c42224 #24c422 #2224c4

Analogous Colors of #c42224

#c42224 #c47122 #c42275

Monochromatic Colors of #c42224

#c42224

Complementary Color

#c42224 #22c4c2

#c42224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42224 Color CSS Codes

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

#c42224 Text Font Color

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

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


#c42224 Background Color

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

This div background color is #c42224


#c42224 Border Color

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

This div border color is #c42224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42224


Comments

No comments written yet.

Please login to write comment.