Color Hex Logo

#c21a16 Color Hex

#C21A16
(194,26,22)
0 Favorites   0 Comments

Color spaces of #c21a16

RGB 1942622
HSL0.000.800.42
HSV89°76°
CMYK 0.000.870.89   0.24
XYZ22.762312.26611.9269
Yxy12.26610.61590.3319
Hunter Lab35.023054.721321.2541
CIE-Lab41.636062.069947.2533

#c21a16 color RGB value is (194,26,22).

#c21a16 hex color red value is 194, green value is 26 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c21a16 hue: 0.00 , saturation: 0.80 and the lightness value of c21a16 is 0.42.

The process color (four color CMYK) of #c21a16 color hex is 0.00, 0.87, 0.89, 0.24. Web safe color of #c21a16 is #cc3300. Color #c21a16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011010 00010110
Octal 302 32 26
Decimal 194 26 22
Hex C2 1A 16

RGB Percentages of Color #c21a16

%80.17
%10.74
%9.09

CMYK Percentages of Color #c21a16

%0
%87
%89
%24

Triadic Colors of #c21a16

#c21a16 #16c21a #1a16c2

Analogous Colors of #c21a16

#c21a16 #c27016 #c21668

Monochromatic Colors of #c21a16

#c21a16

Complementary Color

#c21a16 #16bec2

#c21a16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21a16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21a16 Color CSS Codes

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

#c21a16 Text Font Color

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

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


#c21a16 Background Color

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

This div background color is #c21a16


#c21a16 Border Color

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

This div border color is #c21a16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21a16


Comments

No comments written yet.

Please login to write comment.