Color Hex Logo

#cf180e Color Hex

#CF180E
(207,24,14)
0 Favorites   0 Comments

Color spaces of #cf180e

RGB 2072414
HSL0.010.870.43
HSV93°81°
CMYK 0.000.880.93   0.19
XYZ26.138013.95041.7305
Yxy13.95040.62500.3336
Hunter Lab37.350259.552923.3982
CIE-Lab44.161765.830453.4426

#cf180e color RGB value is (207,24,14).

#cf180e hex color red value is 207, green value is 24 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cf180e hue: 0.01 , saturation: 0.87 and the lightness value of cf180e is 0.43.

The process color (four color CMYK) of #cf180e color hex is 0.00, 0.88, 0.93, 0.19. Web safe color of #cf180e is #cc0000. Color #cf180e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00011000 00001110
Octal 317 30 16
Decimal 207 24 14
Hex CF 18 E

RGB Percentages of Color #cf180e

%84.49
%9.80
%5.71

CMYK Percentages of Color #cf180e

%0
%88
%93
%19

Triadic Colors of #cf180e

#cf180e #0ecf18 #180ecf

Analogous Colors of #cf180e

#cf180e #cf790e #cf0e65

Monochromatic Colors of #cf180e

#cf180e

Complementary Color

#cf180e #0ec5cf

#cf180e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf180e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf180e Color CSS Codes

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

#cf180e Text Font Color

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

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


#cf180e Background Color

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

This div background color is #cf180e


#cf180e Border Color

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

This div border color is #cf180e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf180e


Comments

No comments written yet.

Please login to write comment.