Color Hex Logo

#c9073b Color Hex

#C9073B
(201,7,59)
0 Favorites   0 Comments

Color spaces of #c9073b

RGB 201759
HSL0.960.930.41
HSV344°97°79°
CMYK 0.000.970.71   0.21
XYZ24.952812.88525.3096
Yxy12.88520.57830.2986
Hunter Lab35.896061.265016.3572
CIE-Lab42.589867.615427.9483

#c9073b color RGB value is (201,7,59).

#c9073b hex color red value is 201, green value is 7 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c9073b hue: 0.96 , saturation: 0.93 and the lightness value of c9073b is 0.41.

The process color (four color CMYK) of #c9073b color hex is 0.00, 0.97, 0.71, 0.21. Web safe color of #c9073b is #cc0033. Color #c9073b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000111 00111011
Octal 311 7 73
Decimal 201 7 59
Hex C9 7 3B

RGB Percentages of Color #c9073b

%75.28
%2.62
%22.10

CMYK Percentages of Color #c9073b

%0
%97
%71
%21

Triadic Colors of #c9073b

#c9073b #3bc907 #073bc9

Analogous Colors of #c9073b

#c9073b #c93407 #c9079c

Monochromatic Colors of #c9073b

#c9073b

Complementary Color

#c9073b #07c995

#c9073b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9073b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9073b Color CSS Codes

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

#c9073b Text Font Color

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

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


#c9073b Background Color

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

This div background color is #c9073b


#c9073b Border Color

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

This div border color is #c9073b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9073b


Comments

No comments written yet.

Please login to write comment.