Color Hex Logo

#cf072c Color Hex

#CF072C
(207,7,44)
0 Favorites   0 Comments

Color spaces of #cf072c

RGB 207744
HSL0.970.930.42
HSV349°97°81°
CMYK 0.000.970.79   0.19
XYZ26.262713.59923.6236
Yxy13.59920.60390.3127
Hunter Lab36.877162.587119.9880
CIE-Lab43.652668.541338.5178

#cf072c color RGB value is (207,7,44).

#cf072c hex color red value is 207, green value is 7 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cf072c hue: 0.97 , saturation: 0.93 and the lightness value of cf072c is 0.42.

The process color (four color CMYK) of #cf072c color hex is 0.00, 0.97, 0.79, 0.19. Web safe color of #cf072c is #cc0033. Color #cf072c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00000111 00101100
Octal 317 7 54
Decimal 207 7 44
Hex CF 7 2C

RGB Percentages of Color #cf072c

%80.23
%2.71
%17.05

CMYK Percentages of Color #cf072c

%0
%97
%79
%19

Triadic Colors of #cf072c

#cf072c #2ccf07 #072ccf

Analogous Colors of #cf072c

#cf072c #cf4607 #cf0790

Monochromatic Colors of #cf072c

#cf072c

Complementary Color

#cf072c #07cfaa

#cf072c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf072c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf072c Color CSS Codes

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

#cf072c Text Font Color

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

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


#cf072c Background Color

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

This div background color is #cf072c


#cf072c Border Color

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

This div border color is #cf072c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf072c


Comments

No comments written yet.

Please login to write comment.