Color Hex Logo

#c92e08 Color Hex

#C92E08
(201,46,8)
0 Favorites   0 Comments

Color spaces of #c92e08

RGB 201468
HSL0.030.920.41
HSV12°96°79°
CMYK 0.000.770.96   0.21
XYZ25.108214.38901.6837
Yxy14.38900.60970.3494
Hunter Lab37.932851.768823.9213
CIE-Lab44.785758.813354.9759

#c92e08 color RGB value is (201,46,8).

#c92e08 hex color red value is 201, green value is 46 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c92e08 hue: 0.03 , saturation: 0.92 and the lightness value of c92e08 is 0.41.

The process color (four color CMYK) of #c92e08 color hex is 0.00, 0.77, 0.96, 0.21. Web safe color of #c92e08 is #cc3300. Color #c92e08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00101110 00001000
Octal 311 56 10
Decimal 201 46 8
Hex C9 2E 8

RGB Percentages of Color #c92e08

%78.82
%18.04
%3.14

CMYK Percentages of Color #c92e08

%0
%77
%96
%21

Triadic Colors of #c92e08

#c92e08 #08c92e #2e08c9

Analogous Colors of #c92e08

#c92e08 #c98f08 #c90842

Monochromatic Colors of #c92e08

#c92e08

Complementary Color

#c92e08 #08a3c9

#c92e08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c92e08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c92e08 Color CSS Codes

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

#c92e08 Text Font Color

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

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


#c92e08 Background Color

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

This div background color is #c92e08


#c92e08 Border Color

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

This div border color is #c92e08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c92e08


Comments

No comments written yet.

Please login to write comment.