Color Hex Logo

#cf491e Color Hex

#CF491E
(207,73,30)
0 Favorites   0 Comments

Color spaces of #cf491e

RGB 2077330
HSL0.040.750.46
HSV15°86°81°
CMYK 0.000.650.86   0.19
XYZ28.349018.12423.2325
Yxy18.12420.57030.3646
Hunter Lab42.572544.361025.2989
CIE-Lab49.646451.110651.2551

#cf491e color RGB value is (207,73,30).

#cf491e hex color red value is 207, green value is 73 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cf491e hue: 0.04 , saturation: 0.75 and the lightness value of cf491e is 0.46.

The process color (four color CMYK) of #cf491e color hex is 0.00, 0.65, 0.86, 0.19. Web safe color of #cf491e is #cc3333. Color #cf491e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001001 00011110
Octal 317 111 36
Decimal 207 73 30
Hex CF 49 1E

RGB Percentages of Color #cf491e

%66.77
%23.55
%9.68

CMYK Percentages of Color #cf491e

%0
%65
%86
%19

Triadic Colors of #cf491e

#cf491e #1ecf49 #491ecf

Analogous Colors of #cf491e

#cf491e #cfa21e #cf1e4c

Monochromatic Colors of #cf491e

#cf491e

Complementary Color

#cf491e #1ea4cf

#cf491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf491e Color CSS Codes

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

#cf491e Text Font Color

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

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


#cf491e Background Color

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

This div background color is #cf491e


#cf491e Border Color

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

This div border color is #cf491e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,73,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf491e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf491e;
  -webkit-box-shadow: 1px 1px 3px 2px #cf491e;
  box-shadow:         1px 1px 3px 2px #cf491e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,73,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf491e


Comments

No comments written yet.

Please login to write comment.