Color Hex Logo

#cf442a Color Hex

#CF442A
(207,68,42)
0 Favorites   0 Comments

Color spaces of #cf442a

RGB 2076842
HSL0.030.660.49
HSV80°81°
CMYK 0.000.670.80   0.19
XYZ28.217217.56684.0940
Yxy17.56680.56570.3522
Hunter Lab41.912846.825423.5475
CIE-Lab48.966453.523145.0083

#cf442a color RGB value is (207,68,42).

#cf442a hex color red value is 207, green value is 68 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cf442a hue: 0.03 , saturation: 0.66 and the lightness value of cf442a is 0.49.

The process color (four color CMYK) of #cf442a color hex is 0.00, 0.67, 0.80, 0.19. Web safe color of #cf442a is #cc3333. Color #cf442a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000100 00101010
Octal 317 104 52
Decimal 207 68 42
Hex CF 44 2A

RGB Percentages of Color #cf442a

%65.30
%21.45
%13.25

CMYK Percentages of Color #cf442a

%0
%67
%80
%19

Triadic Colors of #cf442a

#cf442a #2acf44 #442acf

Analogous Colors of #cf442a

#cf442a #cf972a #cf2a63

Monochromatic Colors of #cf442a

#cf442a

Complementary Color

#cf442a #2ab5cf

#cf442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf442a Color CSS Codes

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

#cf442a Text Font Color

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

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


#cf442a Background Color

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

This div background color is #cf442a


#cf442a Border Color

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

This div border color is #cf442a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf442a


Comments

No comments written yet.

Please login to write comment.