Color Hex Logo

#c9271b Color Hex

#C9271B
(201,39,27)
0 Favorites   0 Comments

Color spaces of #c9271b

RGB 2013927
HSL0.010.760.45
HSV87°79°
CMYK 0.000.810.87   0.21
XYZ25.010713.94772.4109
Yxy13.94770.60460.3372
Hunter Lab37.346654.183322.3152
CIE-Lab44.157861.103947.5592

#c9271b color RGB value is (201,39,27).

#c9271b hex color red value is 201, green value is 39 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #c9271b hue: 0.01 , saturation: 0.76 and the lightness value of c9271b is 0.45.

The process color (four color CMYK) of #c9271b color hex is 0.00, 0.81, 0.87, 0.21. Web safe color of #c9271b is #cc3333. Color #c9271b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 00011011
Octal 311 47 33
Decimal 201 39 27
Hex C9 27 1B

RGB Percentages of Color #c9271b

%75.28
%14.61
%10.11

CMYK Percentages of Color #c9271b

%0
%81
%87
%21

Triadic Colors of #c9271b

#c9271b #1bc927 #271bc9

Analogous Colors of #c9271b

#c9271b #c97e1b #c91b66

Monochromatic Colors of #c9271b

#c9271b

Complementary Color

#c9271b #1bbdc9

#c9271b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9271b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9271b Color CSS Codes

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

#c9271b Text Font Color

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

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


#c9271b Background Color

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

This div background color is #c9271b


#c9271b Border Color

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

This div border color is #c9271b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,39,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9271b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9271b;
  -webkit-box-shadow: 1px 1px 3px 2px #c9271b;
  box-shadow:         1px 1px 3px 2px #c9271b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,39,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9271b


Comments

No comments written yet.

Please login to write comment.