Color Hex Logo

#cf363e Color Hex

#CF363E
(207,54,62)
0 Favorites   0 Comments

Color spaces of #cf363e

RGB 2075462
HSL0.990.610.51
HSV357°74°81°
CMYK 0.000.740.70   0.19
XYZ27.920816.25156.2227
Yxy16.25150.55400.3225
Hunter Lab40.313153.080719.0673
CIE-Lab47.302759.522132.1050

#cf363e color RGB value is (207,54,62).

#cf363e hex color red value is 207, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cf363e hue: 0.99 , saturation: 0.61 and the lightness value of cf363e is 0.51.

The process color (four color CMYK) of #cf363e color hex is 0.00, 0.74, 0.70, 0.19. Web safe color of #cf363e is #cc3333. Color #cf363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110110 00111110
Octal 317 66 76
Decimal 207 54 62
Hex CF 36 3E

RGB Percentages of Color #cf363e

%64.09
%16.72
%19.20

CMYK Percentages of Color #cf363e

%0
%74
%70
%19

Triadic Colors of #cf363e

#cf363e #3ecf36 #363ecf

Analogous Colors of #cf363e

#cf363e #cf7b36 #cf368b

Monochromatic Colors of #cf363e

#cf363e

Complementary Color

#cf363e #36cfc7

#cf363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf363e Color CSS Codes

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

#cf363e Text Font Color

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

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


#cf363e Background Color

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

This div background color is #cf363e


#cf363e Border Color

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

This div border color is #cf363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf363e


Comments

No comments written yet.

Please login to write comment.