Color Hex Logo

#c9452b Color Hex

#C9452B
(201,69,43)
0 Favorites   0 Comments

Color spaces of #c9452b

RGB 2016943
HSL0.030.650.48
HSV10°79°79°
CMYK 0.000.660.79   0.21
XYZ26.651616.84824.1328
Yxy16.84820.55950.3537
Hunter Lab41.046644.068922.7629
CIE-Lab48.068251.108043.2487

#c9452b color RGB value is (201,69,43).

#c9452b hex color red value is 201, green value is 69 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c9452b hue: 0.03 , saturation: 0.65 and the lightness value of c9452b is 0.48.

The process color (four color CMYK) of #c9452b color hex is 0.00, 0.66, 0.79, 0.21. Web safe color of #c9452b is #cc3333. Color #c9452b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000101 00101011
Octal 311 105 53
Decimal 201 69 43
Hex C9 45 2B

RGB Percentages of Color #c9452b

%64.22
%22.04
%13.74

CMYK Percentages of Color #c9452b

%0
%66
%79
%21

Triadic Colors of #c9452b

#c9452b #2bc945 #452bc9

Analogous Colors of #c9452b

#c9452b #c9942b #c92b60

Monochromatic Colors of #c9452b

#c9452b

Complementary Color

#c9452b #2bafc9

#c9452b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9452b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9452b Color CSS Codes

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

#c9452b Text Font Color

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

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


#c9452b Background Color

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

This div background color is #c9452b


#c9452b Border Color

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

This div border color is #c9452b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9452b


Comments

No comments written yet.

Please login to write comment.