Color Hex Logo

#c9270c Color Hex

#C9270C
(201,39,12)
0 Favorites   0 Comments

Color spaces of #c9270c

RGB 2013912
HSL0.020.890.42
HSV94°79°
CMYK 0.000.810.94   0.21
XYZ24.879313.89511.7186
Yxy13.89510.61440.3431
Hunter Lab37.276153.903523.3598
CIE-Lab44.082160.868253.4209

#c9270c color RGB value is (201,39,12).

#c9270c hex color red value is 201, green value is 39 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c9270c hue: 0.02 , saturation: 0.89 and the lightness value of c9270c is 0.42.

The process color (four color CMYK) of #c9270c color hex is 0.00, 0.81, 0.94, 0.21. Web safe color of #c9270c is #cc3300. Color #c9270c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 00001100
Octal 311 47 14
Decimal 201 39 12
Hex C9 27 C

RGB Percentages of Color #c9270c

%79.76
%15.48
%4.76

CMYK Percentages of Color #c9270c

%0
%81
%94
%21

Triadic Colors of #c9270c

#c9270c #0cc927 #270cc9

Analogous Colors of #c9270c

#c9270c #c9860c #c90c4f

Monochromatic Colors of #c9270c

#c9270c

Complementary Color

#c9270c #0caec9

#c9270c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9270c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9270c Color CSS Codes

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

#c9270c Text Font Color

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

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


#c9270c Background Color

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

This div background color is #c9270c


#c9270c Border Color

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

This div border color is #c9270c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9270c


Comments

No comments written yet.

Please login to write comment.