Color Hex Logo

#c0272c Color Hex

#C0272C
(192,39,44)
0 Favorites   0 Comments

Color spaces of #c0272c

RGB 1923944
HSL0.990.660.45
HSV358°80°75°
CMYK 0.000.800.77   0.25
XYZ22.918412.83943.6532
Yxy12.83940.58150.3258
Hunter Lab35.832151.463319.0377
CIE-Lab42.520358.966436.3908

#c0272c color RGB value is (192,39,44).

#c0272c hex color red value is 192, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c0272c hue: 0.99 , saturation: 0.66 and the lightness value of c0272c is 0.45.

The process color (four color CMYK) of #c0272c color hex is 0.00, 0.80, 0.77, 0.25. Web safe color of #c0272c is #cc3333. Color #c0272c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100111 00101100
Octal 300 47 54
Decimal 192 39 44
Hex C0 27 2C

RGB Percentages of Color #c0272c

%69.82
%14.18
%16.00

CMYK Percentages of Color #c0272c

%0
%80
%77
%25

Triadic Colors of #c0272c

#c0272c #2cc027 #272cc0

Analogous Colors of #c0272c

#c0272c #c06f27 #c02779

Monochromatic Colors of #c0272c

#c0272c

Complementary Color

#c0272c #27c0bb

#c0272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0272c Color CSS Codes

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

#c0272c Text Font Color

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

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


#c0272c Background Color

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

This div background color is #c0272c


#c0272c Border Color

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

This div border color is #c0272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0272c


Comments

No comments written yet.

Please login to write comment.