Color Hex Logo

#c21809 Color Hex

#C21809
(194,24,9)
0 Favorites   0 Comments

Color spaces of #c21809

RGB 194249
HSL0.010.910.40
HSV95°76°
CMYK 0.000.880.95   0.24
XYZ22.624112.14231.4097
Yxy12.14230.62540.3356
Hunter Lab34.845854.913321.9935
CIE-Lab41.441462.278852.0743

#c21809 color RGB value is (194,24,9).

#c21809 hex color red value is 194, green value is 24 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c21809 hue: 0.01 , saturation: 0.91 and the lightness value of c21809 is 0.40.

The process color (four color CMYK) of #c21809 color hex is 0.00, 0.88, 0.95, 0.24. Web safe color of #c21809 is #cc0000. Color #c21809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 00001001
Octal 302 30 11
Decimal 194 24 9
Hex C2 18 9

RGB Percentages of Color #c21809

%85.46
%10.57
%3.96

CMYK Percentages of Color #c21809

%0
%88
%95
%24

Triadic Colors of #c21809

#c21809 #09c218 #1809c2

Analogous Colors of #c21809

#c21809 #c27509 #c20956

Monochromatic Colors of #c21809

#c21809

Complementary Color

#c21809 #09b3c2

#c21809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21809 Color CSS Codes

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

#c21809 Text Font Color

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

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


#c21809 Background Color

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

This div background color is #c21809


#c21809 Border Color

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

This div border color is #c21809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21809


Comments

No comments written yet.

Please login to write comment.