Color Hex Logo

#c21829 Color Hex

#C21829
(194,24,41)
0 Favorites   0 Comments

Color spaces of #c21829

RGB 1942441
HSL0.980.780.43
HSV354°88°76°
CMYK 0.000.880.79   0.24
XYZ22.975012.28273.2577
Yxy12.28270.59650.3189
Hunter Lab35.046755.684719.0215
CIE-Lab41.661962.922037.3283

#c21829 color RGB value is (194,24,41).

#c21829 hex color red value is 194, green value is 24 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c21829 hue: 0.98 , saturation: 0.78 and the lightness value of c21829 is 0.43.

The process color (four color CMYK) of #c21829 color hex is 0.00, 0.88, 0.79, 0.24. Web safe color of #c21829 is #cc0033. Color #c21829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 00101001
Octal 302 30 51
Decimal 194 24 41
Hex C2 18 29

RGB Percentages of Color #c21829

%74.90
%9.27
%15.83

CMYK Percentages of Color #c21829

%0
%88
%79
%24

Triadic Colors of #c21829

#c21829 #29c218 #1829c2

Analogous Colors of #c21829

#c21829 #c25c18 #c2187e

Monochromatic Colors of #c21829

#c21829

Complementary Color

#c21829 #18c2b1

#c21829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21829 Color CSS Codes

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

#c21829 Text Font Color

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

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


#c21829 Background Color

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

This div background color is #c21829


#c21829 Border Color

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

This div border color is #c21829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21829


Comments

No comments written yet.

Please login to write comment.