Color Hex Logo

#c71224 Color Hex

#C71224
(199,18,36)
0 Favorites   0 Comments

Color spaces of #c71224

RGB 1991836
HSL0.980.830.43
HSV354°91°78°
CMYK 0.000.910.82   0.22
XYZ24.087912.70212.8512
Yxy12.70210.60760.3204
Hunter Lab35.640058.272220.2048
CIE-Lab42.310965.074741.1453

#c71224 color RGB value is (199,18,36).

#c71224 hex color red value is 199, green value is 18 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #c71224 hue: 0.98 , saturation: 0.83 and the lightness value of c71224 is 0.43.

The process color (four color CMYK) of #c71224 color hex is 0.00, 0.91, 0.82, 0.22. Web safe color of #c71224 is #cc0033. Color #c71224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 00100100
Octal 307 22 44
Decimal 199 18 36
Hex C7 12 24

RGB Percentages of Color #c71224

%78.66
%7.11
%14.23

CMYK Percentages of Color #c71224

%0
%91
%82
%22

Triadic Colors of #c71224

#c71224 #24c712 #1224c7

Analogous Colors of #c71224

#c71224 #c75a12 #c7127f

Monochromatic Colors of #c71224

#c71224

Complementary Color

#c71224 #12c7b5

#c71224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71224 Color CSS Codes

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

#c71224 Text Font Color

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

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


#c71224 Background Color

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

This div background color is #c71224


#c71224 Border Color

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

This div border color is #c71224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71224


Comments

No comments written yet.

Please login to write comment.