Color Hex Logo

#c21028 Color Hex

#C21028
(194,16,40)
0 Favorites   0 Comments

Color spaces of #c21028

RGB 1941640
HSL0.980.850.41
HSV352°92°76°
CMYK 0.000.920.79   0.24
XYZ22.816411.99313.1198
Yxy11.99310.60160.3162
Hunter Lab34.631156.999018.9005
CIE-Lab41.205264.172637.4295

#c21028 color RGB value is (194,16,40).

#c21028 hex color red value is 194, green value is 16 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c21028 hue: 0.98 , saturation: 0.85 and the lightness value of c21028 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010000 00101000
Octal 302 20 50
Decimal 194 16 40
Hex C2 10 28

RGB Percentages of Color #c21028

%77.60
%6.40
%16.00

CMYK Percentages of Color #c21028

%0
%92
%79
%24

Triadic Colors of #c21028

#c21028 #28c210 #1028c2

Analogous Colors of #c21028

#c21028 #c25110 #c21081

Monochromatic Colors of #c21028

#c21028

Complementary Color

#c21028 #10c2aa

#c21028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21028 Color CSS Codes

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

#c21028 Text Font Color

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

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


#c21028 Background Color

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

This div background color is #c21028


#c21028 Border Color

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

This div border color is #c21028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21028


Comments

No comments written yet.

Please login to write comment.